public
Fork of rubyist/aasm
Description: AASM - State machines for Ruby classes
Homepage: http://rubyi.st/aasm/
Clone URL: git://github.com/zilkey/aasm.git
Search Repo:
aasm / TODO
100644 12 lines (7 sloc) 0.315 kb
1
2
3
4
5
6
7
8
9
10
11
12
Before Next Release:
 
* Add state actions (enter, exit, after)
* Add #aasm_next_state_for_event
* Add #aasm_next_states_for_event
 
 
Cool ideas from users:
 
* Support multiple state machines on one object (Chris Nelson)
* http://justbarebones.blogspot.com/2007/11/actsasstatemachine-enhancements.html (Chetan Patil)