public
Rubygem
Description: AASM - State machines for Ruby classes
Homepage: http://rubyi.st/aasm
Clone URL: git://github.com/rubyist/aasm.git
Click here to lend your support to: aasm and make a donation at www.pledgie.com !
Changed scott's email address to protect it from spambots when publishing 
rdocs
zilkey (author)
Mon Apr 28 23:12:27 -0700 2008
commit  482e8d970db1cd4f9babbc09818fd04b634c57f3
tree    ed30601118d9560f8040bba3ac24659540b12a7e
parent  277373b41abe20cdebe6feecc9a215fd22f077f7
...
2
3
4
 
5
6
7
...
2
3
4
5
6
7
8
0
@@ -2,6 +2,7 @@
0
   Allowing for nil values in states for active record
0
   Only set state to default state before_validation_on_create
0
   New rake task to uninstall, build and reinstall the gem (useful for development)
0
+ Changed scott's email address to protect it from spambots when publishing rdocs
0
   New non-(!) methods that allow for firing events without persisting [Jeff Dean]
0
 
0
 * Added aasm_states_for_select that will return a select friendly collection of states.
...
54
55
56
57
 
58
59
60
...
54
55
56
 
57
58
59
60
0
@@ -54,7 +54,7 @@ Here's a quick example highlighting some of the features.
0
 
0
 = Other Stuff
0
 
0
-Author:: Scott Barron <scott@elitists.net>
0
+Author:: Scott Barron <scott at elitists dot net>
0
 License:: Copyright 2006, 2007, 2008 by Scott Barron.
0
           Released under an MIT-style license. See the LICENSE file
0
           included in the distribution.

Comments

    No one has commented yet.