Commit Graph

3 Commits

Author SHA1 Message Date
Ola K ffa93fdc72 use previously used docker image 2019-07-23 14:53:18 +05:30
Anil Kumar Maurya c2b16c7001
Fixing Travis build (#602)
* Remove rails 4.0 from travis build & test on ruby 2.3.0, 2.5.0

* Add minitest gem to rails 3.2 gemfile

* Use bundler version 1 for rails 3 & rails 4

* Use bundler 1 for jruby platform

* Use bundler 1 on travis because of jruby dependency on bundler 1

* Remove cache & install bundler

* [debug] Rvm list to check current ruby version when installing bundler

* Uninstall all bundler in travis before_install script

* Install gems using bundler 1.0.0

* Use bundle 1.16.1

* Remove bundler from appraisal and gemfiles
2019-03-03 22:35:39 +05:30
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