aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/state_machine
Commit message (Expand)AuthorAgeFilesLines
* Extract state query method definition and quiet method redefinition warning.Jeremy Kemper2008-11-221-5/+2
* Eliminate method redefinition warningJeremy Kemper2008-11-191-1/+2
* Lazy-require state machine internals when the module is includedJeremy Kemper2008-11-152-1/+6
* Some performance goodness for AM StateMatchine.Clemens Kofler2008-09-031-3/+3
* all aasm tests without activerecord moved over and passingrick2008-06-282-5/+7
* converted tests for more complex state transitionsrick2008-06-282-8/+25
* add basic events and transitions. still more tests to convertrick2008-06-284-16/+153
* initial statemachine machine and state classesrick2008-06-282-0/+70