aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/state_machine.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add simple support for ActiveModel's StateMachine for ActiveRecordJoshua Peek2009-08-041-5/+2
|
* AM::StateMachine autoloadsJeremy Kemper2009-05-301-0/+5
|
* Extract state query method definition and quiet method redefinition warning.Jeremy Kemper2008-11-221-0/+6
|
* Lazy-require state machine internals when the module is includedJeremy Kemper2008-11-151-6/+2
|
* all aasm tests without activerecord moved over and passingrick2008-06-281-3/+19
|
* add basic events and transitions. still more tests to convertrick2008-06-281-2/+9
|
* initial statemachine machine and state classesrick2008-06-281-0/+43