aasm/spec
Thorsten Böttger e48fcc1161 bugfix: initialize the aasm state column after initialization of the ActiveRecord instance only if the attribute has been loaded #193 2014-12-06 11:15:12 +01:00
..
models corrected callback order in README 2014-12-05 17:20:32 +01:00
unit bugfix: initialize the aasm state column after initialization of the ActiveRecord instance only if the attribute has been loaded #193 2014-12-06 11:15:12 +01:00
database.rb bugfix: initialize the aasm state column after initialization of the _ActiveRecord_ instance #191 2014-12-05 00:07:38 +01:00
database.yml using real database connections for testing to reduce dependency on Rails version (previously mocked away ActiveRecord connection, which is not used in Rails 3.1 anymore) 2011-08-31 23:49:09 +02:00
en.yml added support for localized state names (on a class level, like Record.aasm.states.map(&:localized_name)) 2012-12-27 10:23:41 +13:00
en_deprecated_style.yml added support for localized state names (on a class level, like Record.aasm.states.map(&:localized_name)) 2012-12-27 10:23:41 +13:00
spec_helper.rb don't load migrations more than once when running all specs (and surpressing migration output to improve readability) 2014-01-11 12:12:29 +01:00