aasm/spec
Thorsten Böttger 72b0257734 callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
..
models callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
unit callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
database.rb may configure to not allow direct assignment for persisted AASM models #53 2014-05-18 14:21:35 +02: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