From d9300f5abcf6ab51a7a256f6f2214520aa9617fc Mon Sep 17 00:00:00 2001 From: Scott Barron Date: Fri, 22 Feb 2008 18:23:19 -0500 Subject: [PATCH] Throw a quick blurb in the readme --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index e69de29..7424466 100644 --- a/README +++ b/README @@ -0,0 +1,19 @@ +This is AASM + +AASM is an evolution of the Rails plugin acts_as_state_machine. + +AASM Features + +Everything you've come to know and love from acts_as_state_machine, and then some: + +- Separation from Rails + * Mix into any Ruby class +- Persistence hooks so state can be saved in whatever floats your boat + * e.g. ActiveRecord, Marshal, etc. + +See the TODO for more. + + +gem install aasm + +scott@elitists.net