aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/state_machine/event.rb
Commit message (Expand)AuthorAgeFilesLines
* Axe AM state machineJoshua Peek2010-01-301-62/+0
* 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
* 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