1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/unit/persistence
Guillaume Hain 27b73c0632
Add support for Nobrainer (RethinkDB)
* Add persistence for NoBrainer
* Add tests for NoBrainer
* Show the ORM version when running the tests
* Add a Dockerfile and a docker-compose.yml file allowing to run from anywhere very easily the test suite with `docker-compose run --rm aasm\'
* Moves the Mongoid database name definition in the gem loader (avoiding code repetition)
* Update the CHANGELOG.md and the README.md files
* Add Rails generator for NoBrainer
2018-01-22 08:24:35 +01:00
..
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 fix test after upgrading the general Gemfile to Rails 5.1 2017-08-15 23:02:16 +12:00
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-01-22 08:24:35 +01:00
mongoid_persistence_spec.rb Add support for Nobrainer (RethinkDB) 2018-01-22 08:24:35 +01:00
no_brainer_persistence_multiple_spec.rb Add support for Nobrainer (RethinkDB) 2018-01-22 08:24:35 +01:00
no_brainer_persistence_spec.rb Add support for Nobrainer (RethinkDB) 2018-01-22 08:24:35 +01:00
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