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
KiranMahale
4b7f22611f Dont add column if already exists 2018-11-15 14:48:31 +05:30
KiranMahale
7443311fb4 no migration will be added if model and column is exists 2018-11-15 14:48:31 +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
Thorsten Böttger
18b6187d6f run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
Thorsten Böttger
54ccc5425b move mongoid and mongo_mapper loading and initialisation into its own file 2017-02-10 22:32:37 +11:00
Thorsten Böttger
a18d30ea6e unify and beautify gem-dependency output 2017-02-09 23:01:46 +11:00
Bastian Wegge
673b6f7aba added custom-name to generator to avoid uninitialized constant error 2016-09-19 22:41:02 +02:00
Anil
844f9c3f3b Add generators to configure active_record and mongoid after install
- Added command rails generate aasm NAME [COLUMN_NAME]
- #205
- #220
2015-09-28 13:41:33 +05:30