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 27b73c0632
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-01-22 08:24:35 +01:00
..
active_record Add use transaction flag 2017-08-10 12:06:31 +05:30
callbacks
dynamoid
mongoid Add whiny_persistence support and some tests for Mongoid 2017-02-24 13:01:23 +05:30
nobrainer Add support for Nobrainer (RethinkDB) 2018-01-22 08:24:35 +01:00
not_auto_loaded
redis Update Redis support 2017-07-11 17:41:02 +05:30
sequel Add Sequel transactions and locking 2017-07-07 08:08:33 +05:30
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 Test for aasm guard arguments (#485) 2017-08-04 17:49:22 +05:30
guard_with_params.rb
guard_with_params_multiple.rb
guardian.rb
guardian_multiple.rb
guardian_without_from_specified.rb Fix guard checking when from is not provided (#456) 2017-04-27 15:52:54 +05:30
initial_state_proc.rb
multi_transitioner.rb
multiple_transitions_that_differ_only_by_guard.rb
namespaced_multiple_example.rb Add aliases for event methods 2017-06-15 20:10:44 +05:30
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 Move Gaurd args rspec to simple_example_with_guard_args.rb 2017-11-20 12:08:49 +05:30
simple_example_with_guard_args.rb Move Gaurd args rspec to simple_example_with_guard_args.rb 2017-11-20 12:08:49 +05:30
simple_multiple_example.rb Add binding event (#438) 2017-02-28 15:25:06 +05:30
state_machine_with_failed_event.rb
states_on_one_line_example.rb
sub_class.rb Deep clone state machine during inheritance (with tests) (#429) 2017-03-08 12:28:27 +05:30
sub_class_with_more_states.rb
sub_classing.rb
super_class.rb
this_name_better_not_be_in_use.rb
valid_state_name.rb