1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/lib/aasm
2014-11-28 22:22:43 +01:00
..
core bugfix: avoid Rails autoloading conflicts (see #137 and #139) 2014-11-28 22:22:43 +01:00
persistence simplified persistence loading (refactoring) 2014-11-26 19:39:57 +01:00
aasm.rb treat plain Ruby reading and writing as kind of persistence (refactoring) 2014-11-26 19:23:54 +01:00
base.rb bugfix: avoid Rails autoloading conflicts (see #137 and #139) 2014-11-28 22:22:43 +01:00
configuration.rb Merge branch 'master' into aasm4 2014-07-13 14:17:53 +02:00
dsl_helper.rb callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
errors.rb may configure to not allow direct assignment for persisted AASM models #53 2014-05-18 14:21:35 +02:00
instance_base.rb renamed permissible states and events to permitted states events 2014-10-13 23:24:00 +02:00
localizer.rb aasm_column is deprecated. Use aasm.attribute_name instead. 2014-11-24 23:50:04 +01:00
persistence.rb simplified persistence loading (refactoring) 2014-11-26 19:39:57 +01:00
state_machine.rb bugfix: avoid Rails autoloading conflicts (see #137 and #139) 2014-11-28 22:22:43 +01:00
version.rb version bump to 4.0.3 2014-11-25 22:23:42 +01:00