Commit Graph

5 Commits

Author SHA1 Message Date
Josh Knowles f1748118ba Don't add named_scope if the ActiveRecord object responds to the method name already (such as 'new')
Signed-off-by: Scott Barron <scott@elitists.net>
2008-12-30 22:54:12 +08:00
Scott Barron 3d69497ee3 Take state column for AR persistance out of class variables and add them to the
StateMachine object.
2008-06-22 11:17:12 -04:00
Scott Barron 61b5327cc8 Fix AR specs and rcov target 2008-05-29 13:23:53 -07:00
Jeff Dean a0bb1c404c make sure the 2 fields are in sync by using before_validation_on_create 2008-04-29 01:58:05 -04:00
Jeff Dean cb6bd4f534 * Specs and bug fixes for the ActiveRecordPersistence, keeping persistence columns in sync
Allowing for nil values in states for active record
  New non-(!) methods that allow for firing events without persisting [Jeff Dean]
2008-04-29 01:27:56 -04:00