1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/TODO
2008-02-21 12:11:06 -05:00

16 lines
529 B
Text

Before Next Release:
* Add state actions (enter, exit, after)
* Add automatic persistence hooks for ActiveRecord classes
* Add #aasm_next_state_for_event
* Add #aasm_next_states_for_event
* Add .states
Cool ideas from users:
* Support multiple state machines on one object (Chris Nelson)
* http://justbarebones.blogspot.com/2007/11/actsasstatemachine-enhancements.html (Chetan Patil)
* next_events_for_current_state (Nick Plante)
* transition logging (Artem Vasiliev)
* timestamp column for state change on AR (Mike Ferrier)