aasm/lib/aasm
Ahmed AbdelHalim cfb5479a8d Update InvalidTransition to include state_machine_name
For easier debugging and error handling for models with multiple state_machines.
This non-breaking change add the state_machine name to the attributes of the InvalidTransition error
2019-01-03 20:58:53 +05:30
..
core Fix failures array in transition not being reset 2018-09-07 12:20:58 +05:30
minitest Remove extract_options!, active_support dependency from minitest assertions 2017-04-03 13:45:22 +05:30
persistence Enable AASM scopes to be defined on abstract classes (#560) 2018-08-10 15:45:12 +05:30
rspec Move Gaurd args rspec to simple_example_with_guard_args.rb 2017-11-20 12:08:49 +05:30
aasm.rb Always return false when error callback is invoked 2018-02-04 08:31:30 +05:30
base.rb Add use transaction flag 2017-08-10 12:06:31 +05:30
configuration.rb Add use transaction flag 2017-08-10 12:06:31 +05:30
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 Update InvalidTransition to include state_machine_name 2019-01-03 20:58:53 +05:30
instance_base.rb Add to AASM fire(event) and fire!(event) methods 2017-08-10 12:10:22 +05:30
localizer.rb make sure to use parameterised aasm everywhere 2015-05-26 21:29:17 +12:00
minitest.rb Support Minitest spec expectations (#387) 2017-04-03 12:25:59 +05:30
minitest_spec.rb Support Minitest spec expectations (#387) 2017-04-03 12:25:59 +05:30
persistence.rb Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
rspec.rb support RSpec match transition_from 2015-10-30 23:47:13 +13:00
state_machine.rb Deep clone state machine during inheritance (with tests) (#429) 2017-03-08 12:28:27 +05:30
state_machine_store.rb Make aasm thread-safe. (#442) 2017-03-16 12:58:15 +05:30
version.rb Prepare for 5.0.1 release [skip ci] 2018-09-07 13:59:39 +05:30