aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/state_machine/event.rb
Commit message (Collapse)AuthorAgeFilesLines
* Axe AM state machineJoshua Peek2010-01-301-62/+0
| | | | We're going do it eventually, get it done before 3.0 is final.
* Add simple support for ActiveModel's StateMachine for ActiveRecordJoshua Peek2009-08-041-7/+5
|
* Lazy-require state machine internals when the module is includedJeremy Kemper2008-11-151-0/+2
|
* Some performance goodness for AM StateMatchine.Clemens Kofler2008-09-031-3/+3
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* all aasm tests without activerecord moved over and passingrick2008-06-281-4/+0
|
* converted tests for more complex state transitionsrick2008-06-281-4/+3
|
* add basic events and transitions. still more tests to convertrick2008-06-281-0/+67