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

7 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
Farrukh
b9c9a4e738 Support Minitest spec expectations (#387)
*  must_allow_event

* must_allow_transition_to

* must_have_state

* must_transition_to

* minitest assertions
2017-04-03 12:25:59 +05:30
Reid Morrison
ceb05f746b Drop Support for Mongo Mapper (#439)
* Drop support for Mongo Mapper.

* Refactor Appraisal
2017-03-08 23:29:42 +05:30
Yannick Rekinger
40df802452 Not compiling redis_persistence.rb for RubyMotion 2016-03-19 14:37:29 +01:00
Yannick Rekinger
1a2e872e22 Unshift source files into project files. 2016-03-18 14:28:33 +01:00
Yannick Rekinger
d0b982b121 Removed more require ! 2016-03-18 13:36:28 +01:00
Yannick Rekinger
2b9d850d99 Better RubyMotion file management.
CoreDataQuery persistence <3
2016-03-18 02:53:19 +01:00