aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/state_machine/machine.rb
Commit message (Expand)AuthorAgeFilesLines
* Axe AM state machineJoshua Peek2010-01-301-75/+0
* Add simple support for ActiveModel's StateMachine for ActiveRecordJoshua Peek2009-08-041-16/+13
* Eliminate method redefinition warningJeremy Kemper2008-11-191-1/+2
* Lazy-require state machine internals when the module is includedJeremy Kemper2008-11-151-1/+4
* all aasm tests without activerecord moved over and passingrick2008-06-281-1/+7
* converted tests for more complex state transitionsrick2008-06-281-4/+22
* add basic events and transitions. still more tests to convertrick2008-06-281-12/+32
* initial statemachine machine and state classesrick2008-06-281-0/+30