-
updated the code climate badge
https:...
was committed by Thorsten Böttger
Sunday Apr 28
- added pry (but not using it) https://... was committed by Thorsten Böttger 11:57 AM
- corrected heading for inspection http... was committed by Thorsten Böttger 11:49 AM
- supporting instance level inspection ... was committed by Thorsten Böttger 11:46 AM
- supporting instance level inspection ... was committed by Thorsten Böttger 10:42 AM
- testing mongoid for Ruby >= 1.9.3 aga... was committed by Thorsten Böttger 09:20 AM
- :rubygems is insecure https://github.... was committed by Thorsten Böttger 09:20 AM
- just a comment https://github.com/aas... was committed by Thorsten Böttger 09:16 AM
-
no need for WriteStateWithoutPersiste...
was committed by Thorsten Böttger
Wednesday Apr 24
- no need for WriteState mixin anymore ... was committed by Thorsten Böttger 07:51 AM
- keep it simple https://github.com/aas... was committed by Thorsten Böttger 07:05 AM
- no need for ReadState anymore https:/... was committed by Thorsten Böttger 07:03 AM
- using Ruby method resolution to read ... was committed by Thorsten Böttger 06:57 AM
- shorten the persistence loading stuff... was committed by Thorsten Böttger 05:44 AM
-
fixed tests for Mongoid
https://githu...
was committed by Thorsten Böttger
Sunday Apr 21
- one file per test model class https:/... was committed by Thorsten Böttger 12:43 PM
- removed unneeded method (reading the ... was committed by Thorsten Böttger 12:28 PM
-
more specific spec
https://github.com...
was committed by Vladimir Meremyanin
Tuesday Mar 26
- fixed typo https://github.com/aasm/aa... was committed by Vladimir Meremyanin 01:07 AM
- improved guards example in readme htt... was committed by Vladimir Meremyanin 12:56 AM
- renamed on_transition callback to aft... was committed by Vladimir Meremyanin 12:56 AM
-
Merge pull request #60 from jherdman/...
was committed by Thorsten Böttger
Wednesday Mar 20
-
AASM defines constants for each state...
was committed by James Herdman
Friday Mar 15
-
fixed auth_machine, used different sy...
was committed by Vladimir Meremyanin
Wednesday Mar 06
- fixed options parsing order https://g... was committed by Vladimir Meremyanin 12:03 PM
- fixed consistency: call transitions c... was committed by Vladimir Meremyanin 06:02 AM
- extracted dsl helper from event https... was committed by Vladimir Meremyanin 05:09 AM
- refactoring: simplify Event initializ... was committed by Vladimir Meremyanin 04:45 AM
- Merge branches 'master' and 'master' ... was committed by Vladimir Meremyanin 04:39 AM
-
maybe we should real event objects in...
was committed by Thorsten Böttger
Tuesday Feb 26
- make the DSL more usable https://gith... was committed by Thorsten Böttger 09:13 PM
- added test https://github.com/aasm/aa... was committed by Thorsten Böttger 09:13 PM
-
added questions section (how to conta...
was committed by Thorsten Böttger
Monday Feb 25
- Add Ruby 2.0 https://github.com/aasm/... was committed by Thorsten Böttger 09:50 PM
-
let's ignore my temp files
https://gi...
was committed by Thorsten Böttger
Friday Feb 22
- it's more a question up to now https:... was committed by Thorsten Böttger 04:09 AM
- little persistence refactoring to imp... was committed by Thorsten Böttger 03:40 AM
- continued to refactor instance method... was committed by Thorsten Böttger 01:15 AM
- started to refactor instance methods ... was committed by Thorsten Böttger 12:04 AM
-
refactored SupportClasses away
https:...
was committed by Thorsten Böttger
Thursday Feb 21
- renamed StateTransition to Transition... was committed by Thorsten Böttger 09:54 PM
- just some minor refactoring to improv... was committed by Thorsten Böttger 09:52 PM
- Merge branch 'stiff-master' into mast... was committed by Thorsten Böttger 03:35 PM
- improved descrtiption https://github.... was committed by Vladimir Meremyanin 03:21 AM
- document error callback behaviour htt... was committed by Vladimir Meremyanin 03:16 AM
- Revert "cleaning up internal firing o... was committed by Thorsten Böttger 03:06 AM
- fixed errors catching/raising https:/... was committed by Vladimir Meremyanin 03:05 AM
- Breaking changes: success/error callb... was committed by Vladimir Meremyanin 03:01 AM
- cleaning up internal firing of event ... was committed by Thorsten Böttger 03:01 AM
- fixed event specs https://github.com/... was committed by Vladimir Meremyanin 02:22 AM
- fixed after callback spec https://git... was committed by Vladimir Meremyanin 02:13 AM
-
fixed and improved spec coverage for ...
was committed by Vladimir Meremyanin
Wednesday Feb 20
- Append callbacks instead of overridin... was committed by Vladimir Meremyanin 04:19 AM
- Merge pull request #57 from Systho/ma... was committed by Thorsten Böttger 03:44 AM
- use lambda syntax for scope https://g... was committed by Philippe Van Eerdenbrugghe 02:43 AM
-
invoke callbacks in the context of re...
was committed by Vladimir Meremyanin
Tuesday Feb 19
- fixed typo https://github.com/aasm/aa... was committed by Vladimir Meremyanin 09:16 PM
- documented parameterised events https... was committed by Vladimir Meremyanin 09:16 PM
-
invoke callbacks in the context of re...
was committed by Vladimir Meremyanin
Saturday Feb 02
- implemented inline before/after callb... was committed by Vladimir Meremyanin 03:22 AM
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.