Skip to content

Where we're going with this

tekwiz edited this page Sep 14, 2010 · 4 revisions

Basically, we’re going for a ActiveModel compatible state machine that uses a DSL, is configurable, and easy to use without 50 dots in a statement to get what you want.

Dependencies

  • Jeweler (dev only)
  • Rspec 2 (dev only)
  • ActiveModel 3
  • ActiveSupport 3
  • ActiveRecord 3 (dev requirement only, used if available for persistence)

DSL

Gist Example

Clone this wiki locally