<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,6 +8,11 @@ A nice way to have enums in Rails.
 
 Enumerations are easy as integers, however I want to take a text approach to it as soon as rearranging integers can get fussy.
 
+h2. Install
+
+&lt;code&gt;sudo gem sources -a http://gems.github.com&lt;/code&gt;
+&lt;code&gt;sudo gem install zachinglis-magic_enums&lt;/code&gt;
+
 h2. Usage
 
 h3. In your models
@@ -15,15 +20,19 @@ h3. In your models
 &lt;pre&gt;
   &lt;code&gt;
     enum_column :status, %w(draft private published)    
+    # This also supplies you with: Post.status_choices
   &lt;/code&gt;
 &lt;/pre&gt;
 _or_
 &lt;pre&gt;
   &lt;code&gt;
     enum_column :gender, ['male', 'female']
+    # This also supplies you with: Person.gender_choices    
   &lt;/code&gt;
 &lt;/pre&gt;
 
+It also supplies you with the handy method:
+
 h3. In your controller
 
 In your controller, you can check the status &lt;code&gt;post_record.status_is_published?&lt;/code&gt; or simply by calling &lt;code&gt;person_record.gender&lt;/code&gt; to find it out in words, as you would normally.</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>619d30a41adc7431e208e236e3a2c07bf1906d6e</id>
    </parent>
  </parents>
  <author>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </author>
  <url>http://github.com/zachinglis/magic_enums/commit/4bc7a5334a22667687da0c96bbaca67d1a4d14fd</url>
  <id>4bc7a5334a22667687da0c96bbaca67d1a4d14fd</id>
  <committed-date>2008-11-24T02:32:17-08:00</committed-date>
  <authored-date>2008-11-24T02:32:17-08:00</authored-date>
  <message>Revealed a method in the README</message>
  <tree>123d2f0d634d9b3a56e91570347d35b71a617d72</tree>
  <committer>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </committer>
</commit>
