1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models/active_record
2021-03-25 14:06:04 +05:30
..
active_record_callback.rb Update Readme to clearify success callback. 2020-06-19 16:19:55 +05:30
basic_active_record_two_state_machines_example.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
complex_active_record_example.rb Add specs to verify may_*? methods for ActiveRecord 2017-04-30 02:25:35 +05:30
derivate_new_dsl.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
false_state.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
gate.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
instance_level_skip_validation_example.rb Introduces instance level skip validation option. 2019-09-03 11:08:08 +05:30
invalid_persistor.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
localizer_test_model.rb Adds specs for state#display_name for localization 2020-10-15 14:22:31 +05:30
namespaced.rb add specs 2021-03-25 14:06:04 +05:30
no_direct_assignment.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
no_scope.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
persisted_state.rb create 1 file per test model 2015-05-15 22:32:40 +12:00
person.rb move abstract_class after state machine 2019-04-24 15:16:12 +05:30
provided_and_persisted_state.rb using default name (all tests green) 2015-05-26 21:29:17 +12:00
reader.rb extract test models into their own files 2015-05-16 16:46:45 +12:00
readme_job.rb another README example 2015-09-21 22:18:14 +12:00
silent_persistor.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
simple_new_dsl.rb Enable AASM scopes to be defined on abstract classes (#560) 2018-08-10 15:45:12 +05:30
thief.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
timestamp_example.rb Add simple option for auto-generated timestamps 2021-03-08 09:55:14 +05:30
transactor.rb Add use transaction flag 2017-08-10 12:06:31 +05:30
transient.rb extract test models into their own files 2015-05-16 16:46:45 +12:00
validator.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
with_enum.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
with_enum_without_column.rb Fix specs for #265 2015-10-16 01:27:44 +05:30
with_false_enum.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
with_true_enum.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
work.rb Fix specs, rename job model to work 2018-11-15 14:48:31 +05:30
worker.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
writer.rb extract test models into their own files 2015-05-16 16:46:45 +12:00