1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/unit/persistence
Rick Song d6f992b4f5 Enable AASM scopes to be defined on abstract classes (#560)
Currently, if aasm is called on an abstract class, the scopes are not
properly defined because it infers the table_name at time of creation.
This change pushes the inference of table_name to when the scope is
called which enables scopes to be dynamically defined in descendant
models.
2018-08-10 15:45:12 +05:30
..
active_record_persistence_multiple_spec.rb fix test after upgrading the general Gemfile to Rails 5.1 2017-08-15 23:02:16 +12:00
active_record_persistence_spec.rb Enable AASM scopes to be defined on abstract classes (#560) 2018-08-10 15:45:12 +05:30
dynamoid_persistence_multiple_spec.rb move dynamoid loading and initialisation into its own file 2017-02-10 22:18:05 +11:00
dynamoid_persistence_spec.rb move dynamoid loading and initialisation into its own file 2017-02-10 22:18:05 +11:00
mongoid_persistence_multiple_spec.rb Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
mongoid_persistence_spec.rb Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
no_brainer_persistence_multiple_spec.rb Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
no_brainer_persistence_spec.rb Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
redis_persistence_multiple_spec.rb Update Redis support 2017-07-11 17:41:02 +05:30
redis_persistence_spec.rb Update Redis support 2017-07-11 17:41:02 +05:30
sequel_persistence_multiple_spec.rb Add Sequel transactions and locking 2017-07-07 08:08:33 +05:30
sequel_persistence_spec.rb Fix dynamoid specs 2017-07-07 08:08:33 +05:30