aasm/PLANNED_CHANGES.md

28 lines
734 B
Markdown
Raw Normal View History

# Planned changes
2015-09-08 10:42:04 +00:00
## later
2015-07-11 10:11:19 +00:00
* drop support for aasm_column ?
2015-06-26 07:46:58 +00:00
# Currently working on
2015-06-26 07:46:58 +00:00
# Changes so far
## version 4.3
* add support for multiple state machines per class
* class- and instance-level `aasm` methods accept a state machine selector
(aka the state machine _name_)
* if no selector/name is provided, `:default` will be used
* duplicate definitions of states and events will issue warnings
2015-07-10 10:58:23 +00:00
* check all tests
* _ActiveRecord_
* _Mongoid_
2015-07-11 10:11:19 +00:00
* _MongoMapper_
* _Sequel_
* what happen's if someone accesses `aasm`, but has defined a
state machine for `aasm(:my_name)`?
* documentation
* drop support for find_in_state, count_in_state, calculate_in_state, with_state_scope