aasm/lib/aasm
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
..
core Revert a6152fe3f3 2017-07-27 13:11:50 +05:30
minitest Remove extract_options!, active_support dependency from minitest assertions 2017-04-03 13:45:22 +05:30
persistence Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
rspec Move Gaurd args rspec to simple_example_with_guard_args.rb 2017-11-20 12:08:49 +05:30
aasm.rb Always return false when error callback is invoked 2018-02-04 08:31:30 +05:30
base.rb Add use transaction flag 2017-08-10 12:06:31 +05:30
configuration.rb Add use transaction flag 2017-08-10 12:06:31 +05:30
dsl_helper.rb callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
errors.rb Make errors more inspectable by settings message 2017-07-26 12:53:33 +05:30
instance_base.rb Add to AASM fire(event) and fire!(event) methods 2017-08-10 12:10:22 +05:30
localizer.rb make sure to use parameterised aasm everywhere 2015-05-26 21:29:17 +12:00
minitest.rb Support Minitest spec expectations (#387) 2017-04-03 12:25:59 +05:30
minitest_spec.rb Support Minitest spec expectations (#387) 2017-04-03 12:25:59 +05:30
persistence.rb Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
rspec.rb support RSpec match transition_from 2015-10-30 23:47:13 +13:00
state_machine.rb Deep clone state machine during inheritance (with tests) (#429) 2017-03-08 12:28:27 +05:30
state_machine_store.rb Make aasm thread-safe. (#442) 2017-03-16 12:58:15 +05:30
version.rb Version bump to 4.12.3 2017-10-24 18:51:22 +05:30