1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/unit/persistence
Lin Jen-Shin 109aa023f2 Do not update unloaded state for Sequel:
The problem is that the record might already have a state, which was
just not loaded due to explicit `select'. In this case, AASM should not
try to write the initial state into database.
2015-03-03 15:05:21 +08:00
..
active_record_persistence_spec.rb Rails 3 2014-12-20 20:48:51 +01:00
mongo_mapper_persistance_spec.rb Add support for MongoMapper 2015-01-15 18:10:49 -05:00
mongoid_persistance_spec.rb Refs [#206] Initialize aasm state after initialize for mongoid 2015-02-22 16:43:01 +05:30
sequel_persistence_spec.rb Do not update unloaded state for Sequel: 2015-03-03 15:05:21 +08:00