1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Travis Tilley
d853e9cb26 fix various tests 2010-08-27 16:35:26 -04:00
Travis Tilley
56af04d5f0 Merge branch 'joaovitor/master'
Conflicts:
	spec/functional/conversation_spec.rb
2009-05-27 19:55:32 -04:00
Joao Vitor
27fc466e4f Conversation is required to make spec pass 2009-04-09 10:36:34 -03:00
Rob Kaufman
6b1e0f4949 Making the specs rcov runnable 2009-03-27 14:29:35 -07: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
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
Scott Barron
ea7820db4a More consistent aasm_ namespacing 2008-02-21 12:59:28 -05:00
Scott Barron
551503d12f Add .aasm_states method to get a list of all states for a class 2008-02-21 12:54:42 -05:00
Scott Barron
8fc83db605 Further set up for functional tests 2008-02-21 12:32:04 -05:00