-
fixed and improved spec coverage for ... was committed by Vladimir Meremyanin
Thursday Feb 21
changeset -
invoke callbacks in the context of re... was committed by Vladimir Meremyanin 03:39 PM changeset
-
Append callbacks instead of overridin... was committed by Vladimir Meremyanin 03:39 PM changeset
-
fixed typo https://github.com/aasm/aa... was committed by Vladimir Meremyanin 03:39 PM changeset
-
implemented inline before/after callb... was committed by Vladimir Meremyanin 03:39 PM changeset
-
documented parameterised events https... was committed by Vladimir Meremyanin 03:39 PM changeset
-
Revert "cleaning up internal firing o... was committed by Thorsten Böttger 03:06 AM changeset
-
cleaning up internal firing of event ... was committed by Thorsten Böttger 03:01 AM changeset
-
Merge pull request #57 from Systho/ma... was committed by Thorsten Böttger
Wednesday Feb 20
changeset -
use lambda syntax for scope https://g... was committed by Philippe Van Eerdenbrugghe 03:44 AM changeset
-
invoke callbacks in the context of re... was committed by Vladimir Meremyanin
Tuesday Feb 19
changeset -
fixed typo https://github.com/aasm/aa... was committed by Vladimir Meremyanin 09:17 PM changeset
-
documented parameterised events https... was committed by Vladimir Meremyanin 09:17 PM changeset
-
dry up read state (for persistence) h... was committed by Thorsten Böttger
Friday Jan 18
changeset -
keep it dry https://github.com/aasm/a... was committed by Thorsten Böttger 04:23 AM changeset
-
don't repeat yourself https://github.... was committed by Thorsten Böttger 04:23 AM changeset
-
fixed error in readme https://github.... was committed by Thorsten Böttger 04:23 AM changeset
-
refactored inspection spec https://gi... was committed by Thorsten Böttger 04:23 AM changeset
-
refactored test for complex example h... was committed by Thorsten Böttger 04:23 AM changeset
-
refactored ActiveRecord specs https:/... was committed by Thorsten Böttger 04:23 AM changeset
-
removed test classes from spec itself... was committed by Thorsten Böttger 04:23 AM changeset
-
refactored ActiveRecord specs https:/... was committed by Thorsten Böttger 04:23 AM changeset
-
moved persistence spec into its own f... was committed by Thorsten Böttger 04:23 AM changeset
-
refactored callbacks tests for old DS... was committed by Thorsten Böttger 04:23 AM changeset
-
finished the new readme https://githu... was committed by Thorsten Böttger 04:23 AM changeset
-
added test for callbacks with new DSL... was committed by Thorsten Böttger 04:23 AM changeset
-
just started new README https://githu... was committed by Thorsten Böttger 04:23 AM changeset
-
version bump to 3.0.13 https://github... was committed by Thorsten Böttger 04:23 AM changeset
-
removed trailing whitespace https://g... was committed by Thorsten Böttger 04:23 AM changeset
-
supporting ActiveRecord transactions ... was committed by Thorsten Böttger 04:23 AM changeset
-
version bump to 3.0.11 https://github... was committed by Thorsten Böttger 04:23 AM changeset
-
version bump to 3.0.12 https://github... was committed by Thorsten Böttger 04:23 AM changeset
-
aasm_from_states_for_state now suppor... was committed by Thorsten Böttger 04:23 AM changeset
-
don't hard-code test states ;-) https... was committed by Thorsten Böttger 04:23 AM changeset
-
added support for from state retrieva... was committed by Thorsten Böttger 04:23 AM changeset
-
Merge pull request #4 from stacksocia... was committed by Thorsten Böttger 04:23 AM changeset
-
version bump to 3.0.10 https://github... was committed by Thorsten Böttger 04:23 AM changeset
-
Add detail to readme on the fact that... was committed by Stefan Wrobel 04:23 AM changeset
-
Add code climate badge https://github... was committed by Stefan Wrobel 04:23 AM changeset
-
Add ability to set up transitions wit... was committed by Stefan Wrobel 04:23 AM changeset
-
clearified and extended tests for Pav... was committed by Thorsten Böttger 04:23 AM changeset
-
Merge pull request #2 from alovak/mas... was committed by Thorsten Böttger 04:23 AM changeset
-
version bump to 3.0.9 (guard checks (... was committed by Thorsten Böttger 04:23 AM changeset
-
currently Travis CI fails while tryin... was committed by Thorsten Böttger 04:23 AM changeset
-
accept params for may_event? and pass... was committed by Pavel Gabriel 04:23 AM changeset
-
Corrected my email address https://gi... was committed by Thorsten Böttger 04:23 AM changeset
-
updated homepage https://github.com/a... was committed by Thorsten Böttger 04:23 AM changeset
-
try to build it using JRuby https://g... was committed by Thorsten Böttger 04:23 AM changeset
-
travisied the github repo https://git... was committed by Thorsten Böttger 04:23 AM changeset
-
aasm does not work with JRuby current... was committed by Thorsten Böttger 04:23 AM changeset
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.