1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/lib/aasm
2022-07-22 18:18:01 +05:30
..
core Fix multi-threading bug not firing success callbacks (#778) 2022-03-22 18:06:46 +05:30
minitest Remove extract_options!, active_support dependency from minitest assertions 2017-04-03 13:45:22 +05:30
persistence refactor to decrease complexity 2021-03-25 14:06:04 +05:30
rspec handle InvalidTransition in transition_from matcher 2019-11-08 17:21:04 +05:30
aasm.rb Fix: method is too long for aasm_fire_event 2019-05-27 11:29:32 +05:30
base.rb Fixed an error in Ruby 3 when specifying a method that takes keyword arguments, such as event's before hook. (#777) 2022-04-14 23:31:56 +05:30
configuration.rb Add simple option for auto-generated timestamps 2021-03-08 09:55:14 +05:30
dsl_helper.rb Relocate DslHelper from root namespace to under AASM namespace 2020-10-11 00:03:11 +05:30
errors.rb Update the attr_reader to match the convention 2019-01-03 20:58:53 +05:30
instance_base.rb Raise AASM::UndefinedState when calling fire or fire! with undefined event names (#753) 2021-10-12 08:23:27 +05:30
localizer.rb Uses the default_display_name for localizer 2020-10-15 14:22:31 +05:30
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.3.0 release, update changelog 2022-07-22 18:18:01 +05:30