1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models
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
..
active_record
callbacks
dynamoid
mongoid
nobrainer Add support for Nobrainer (RethinkDB) 2018-02-13 12:49:27 +05:30
not_auto_loaded
redis
sequel
basic_two_state_machines_example.rb
complex_example.rb
conversation.rb
default_state.rb
double_definer.rb
foo.rb
foo_callback_multiple.rb
guard_arguments_check.rb
guard_with_params.rb
guard_with_params_multiple.rb
guardian.rb
guardian_multiple.rb
guardian_without_from_specified.rb
initial_state_proc.rb
multi_transitioner.rb
multiple_transitions_that_differ_only_by_guard.rb
namespaced_multiple_example.rb
no_initial_state.rb
parametrised_event.rb
parametrised_event_multiple.rb
process_with_new_dsl.rb
provided_state.rb
silencer.rb
simple_custom_example.rb
simple_example.rb
simple_example_with_guard_args.rb
simple_multiple_example.rb
state_machine_with_failed_event.rb
states_on_one_line_example.rb
sub_class.rb
sub_class_with_more_states.rb
sub_classing.rb
super_class.rb
this_name_better_not_be_in_use.rb
valid_state_name.rb