aasm/spec
Guillaume Hain 65073e360a 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-02-13 12:49:27 +05:30
..
generators Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
models Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
spec_helpers Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
unit Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
database.rb Add use transaction flag 2017-08-10 12:06:31 +05:30
database.yml using real database connections for testing to reduce dependency on Rails version (previously mocked away ActiveRecord connection, which is not used in Rails 3.1 anymore) 2011-08-31 23:49:09 +02:00
en.yml Add spec to make sure that :after_commit callback 2016-09-19 20:13:26 +05:30
en_deprecated_style.yml added support for localized state names (on a class level, like Record.aasm.states.map(&:localized_name)) 2012-12-27 10:23:41 +13:00
spec_helper.rb move dynamoid loading and initialisation into its own file 2017-02-10 22:18:05 +11:00