1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
Commit graph

8 commits

Author SHA1 Message Date
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
Victor Shcherbakov
ae0f78a83e Add whiny_persistence support and some tests for Mongoid 2017-02-24 13:01:23 +05:30
Thorsten Böttger
68d945f0fb move mongoid and mongo_mapper loading and initialisation into its own file 2017-02-10 22:28:38 +11:00
Thorsten Böttger
a18d30ea6e unify and beautify gem-dependency output 2017-02-09 23:01:46 +11:00
Eugene Haisenka
7eebc4c1a6 Add tests for multiple named scopes 2016-09-18 17:06:10 +03:00
Thorsten Böttger
01bd975817 clean up: test models need to be required only once 2015-07-11 22:29:55 +12:00
Thorsten Böttger
440587c806 add a complex example spec for Mongoid 2015-07-11 22:10:47 +12:00
Thorsten Böttger
3970cc45b0 test support for Mongoid and multiple state machines per class 2015-07-11 00:16:58 +12:00