-
fixed typo
https://github.com/aasm/aa...
was committed by Vladimir Meremyanin
Saturday Feb 02
- documented parameterised events https... was committed by Vladimir Meremyanin 02:10 AM
-
keep it dry
https://github.com/aasm/a...
was committed by Thorsten Böttger
Monday Nov 05
- dry up read state (for persistence) h... was committed by Thorsten Böttger 03:48 AM
-
don't repeat yourself
https://github....
was committed by Thorsten Böttger
Sunday Nov 04
-
fixed error in readme
https://github....
was committed by Thorsten Böttger
Friday Oct 26
- refactored inspection spec https://gi... was committed by Thorsten Böttger 05:40 AM
- refactored test for complex example h... was committed by Thorsten Böttger 05:27 AM
- refactored ActiveRecord specs https:/... was committed by Thorsten Böttger 05:18 AM
- refactored ActiveRecord specs https:/... was committed by Thorsten Böttger 05:09 AM
- removed test classes from spec itself... was committed by Thorsten Böttger 04:52 AM
- moved persistence spec into its own f... was committed by Thorsten Böttger 04:50 AM
- refactored callbacks tests for old DS... was committed by Thorsten Böttger 04:44 AM
- finished the new readme https://githu... was committed by Thorsten Böttger 04:32 AM
- added test for callbacks with new DSL... was committed by Thorsten Böttger 03:01 AM
-
just started new README
https://githu...
was committed by Thorsten Böttger
Thursday Oct 25
-
version bump to 3.0.13
https://github...
was committed by Thorsten Böttger
Wednesday Oct 24
- supporting ActiveRecord transactions ... was committed by Thorsten Böttger 04:03 AM
- removed trailing whitespace https://g... was committed by Thorsten Böttger 01:01 AM
-
version bump to 3.0.12
https://github...
was committed by Thorsten Böttger
Friday Oct 19
- aasm_from_states_for_state now suppor... was committed by Thorsten Böttger 06:05 AM
- version bump to 3.0.11 https://github... was committed by Thorsten Böttger 05:51 AM
- don't hard-code test states ;-) https... was committed by Thorsten Böttger 05:48 AM
- added support for from state retrieva... was committed by Thorsten Böttger 05:44 AM
- version bump to 3.0.10 https://github... was committed by Thorsten Böttger 03:22 AM
- Merge pull request #4 from stacksocia... was committed by Thorsten Böttger 03:19 AM
- Add detail to readme on the fact that... was committed by Stefan Wrobel 02:29 AM
- Add code climate badge https://github... was committed by Stefan Wrobel 02:23 AM
- Add ability to set up transitions wit... was committed by Stefan Wrobel 02:18 AM
-
version bump to 3.0.9 (guard checks (...
was committed by Thorsten Böttger
Tuesday Sep 25
- clearified and extended tests for Pav... was committed by Thorsten Böttger 08:32 PM
- Merge pull request #2 from alovak/mas... was committed by Thorsten Böttger 08:31 PM
-
accept params for may_event? and pass...
was committed by Pavel Gabriel
Tuesday Sep 18
-
Corrected my email address
https://gi...
was committed by Thorsten Böttger
Monday Aug 27
- currently Travis CI fails while tryin... was committed by Thorsten Böttger 04:52 AM
- updated homepage https://github.com/a... was committed by Thorsten Böttger 04:45 AM
-
try to build it using JRuby
https://g...
was committed by Thorsten Böttger
Tuesday Aug 21
-
aasm does not work with JRuby current...
was committed by Thorsten Böttger
Sunday Jul 01
- travisied the github repo https://git... was committed by Thorsten Böttger 06:03 AM
- help travis to build https://github.c... was committed by Thorsten Böttger 05:50 AM
- main repo has been moved to the organ... was committed by Thorsten Böttger 05:39 AM
- moved the main repo to github.com/aas... was committed by Thorsten Böttger 05:35 AM
- moved the main repo to github.com/aas... was committed by Thorsten Böttger 05:27 AM
-
Merge pull request #51 from ernie/int...
was committed by Thorsten Böttger
Thursday Jun 28
-
Use Ruby's initialize_copy for clone/...
was committed by Ernie Miller
Wednesday Jun 27
-
version bump to 3.0.8 (fixed yard iss...
was committed by Thorsten Böttger
Sunday Jun 17
- fixed issue with generating docs usin... was committed by Thorsten Böttger 02:11 AM
-
version bump to 3.0.7 (removed deprec...
was committed by Thorsten Böttger
Wednesday Jun 06
- removed deprecation warning when loca... was committed by Thorsten Böttger 06:32 AM
- ActiveRecord is just a development/te... was committed by Thorsten Böttger 06:29 AM
-
Merge pull request #49 from amutz/add...
was committed by Scott Barron
Monday Jun 04
-
adding license information
https://gi...
was committed by Andrew Mutz
Thursday May 31
-
getting rid of debug output when runn...
was committed by Thorsten Böttger
Thursday May 17
- new version 3.0.6: bugfix: if configu... was committed by Thorsten Böttger 06:05 AM
- version bump to 3.0.5 https://github.... was committed by Thorsten Böttger 04:36 PM
-
support old rubygems versions
https:/...
was committed by Thorsten Böttger
Monday Apr 16
-
version bump to 3.0.4
https://github....
was committed by Thorsten Böttger
Monday Apr 02
- Merge pull request #46 from codez/mas... was committed by Thorsten Böttger 06:06 AM
- fix initializer to keep existing opti... was committed by Pascal Zumkehr 05:44 AM
-
no non-ascii characters in gemspec
ht...
was committed by Thorsten Böttger
Wednesday Mar 07
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.