1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models
2016-03-19 18:13:39 +13:00
..
active_record Fix specs for #265 2015-10-16 01:27:44 +05:30
callbacks Merge branch 'transition_success_callbacks' of https://github.com/brega/aasm into brega-transition_success_callbacks 2016-03-19 17:42:35 +13:00
dynamoid Add [dynamoid](http://github.com/Veraticus/Dynamoid) support. 2016-01-10 20:34:27 +08:00
mongo_mapper test support for MongoMapper and multiple state machines per class 2015-07-11 22:10:04 +12:00
mongoid Fix Mongoid has_many association _ids helper issue 2016-02-26 03:06:35 +05:30
not_auto_loaded
sequel extract Sequel test models into model files 2015-07-11 22:36:07 +12:00
basic_two_state_machines_example.rb add basic examples with two state machines 2015-07-20 20:55:47 +12:00
complex_example.rb
conversation.rb
default_state.rb
double_definer.rb
foo.rb working tests to prevent foo bleed across multiple scenarios 2015-11-05 10:46:06 -05:00
foo_callback_multiple.rb
guardian.rb fix arity difference between Procs and lambdas (see #293 for details) 2016-01-05 23:51:11 +13:00
guardian_multiple.rb
initial_state_proc.rb
invalid_persistor.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
multi_transitioner.rb Fixes incorrect permitted states 2016-01-13 17:43:22 -05:00
namespaced_multiple_example.rb Allow namespacing methods and state constants 2015-09-22 16:22:05 -04:00
no_initial_state.rb
parametrised_event.rb Merge branch 'transition_success_callbacks' of https://github.com/brega/aasm into brega-transition_success_callbacks 2016-03-19 17:42:35 +13:00
parametrised_event_multiple.rb
process_with_new_dsl.rb
provided_state.rb
silencer.rb make sure to use override configuration options if state machine is defined more than once (see #287) 2015-12-08 22:55:44 +13:00
simple_custom_example.rb incorporate feedback using AASM configuration options 2016-02-05 15:32:34 -05:00
simple_example.rb
simple_multiple_example.rb
state_machine_with_failed_event.rb allow :send as event name #257 2016-01-08 16:08:43 +13:00
sub_class.rb
sub_class_with_more_states.rb
sub_classing.rb
super_class.rb
this_name_better_not_be_in_use.rb
transactor.rb pessmistic lock work 2016-02-05 15:28:35 -05:00
valid_state_name.rb
validator.rb introduce before and after all transactions 2015-11-05 13:32:58 -05:00
worker.rb