Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add simple support for ActiveModel's StateMachine for ActiveRecord | Joshua Peek | 2009-08-04 | 1 | -5/+2 |
| | |||||
* | AM::StateMachine autoloads | Jeremy Kemper | 2009-05-30 | 1 | -0/+5 |
| | |||||
* | Extract state query method definition and quiet method redefinition warning. | Jeremy Kemper | 2008-11-22 | 1 | -0/+6 |
| | |||||
* | Lazy-require state machine internals when the module is included | Jeremy Kemper | 2008-11-15 | 1 | -6/+2 |
| | |||||
* | all aasm tests without activerecord moved over and passing | rick | 2008-06-28 | 1 | -3/+19 |
| | |||||
* | add basic events and transitions. still more tests to convert | rick | 2008-06-28 | 1 | -2/+9 |
| | |||||
* | initial statemachine machine and state classes | rick | 2008-06-28 | 1 | -0/+43 |