MongoMapper

Active Model State Machine

So you want a state machine for you mongo mapper? Active model now comes with a nice looking state machine;
I really like the multi parameters you can send to the on_transition methods;

class StateMachineSubject
state_machine :chetan_patil, :initial => :sleeping do
[...]