<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,6 @@ config.whiny_nils = true
 config.action_controller.consider_all_requests_local = true
 config.action_view.debug_rjs                         = true
 config.action_controller.perform_caching             = false
-config.action_view.cache_template_extensions         = false
 
 # Don't care if the mailer can't send
 config.action_mailer.raise_delivery_errors = false
\ No newline at end of file</diff>
      <filename>config/environments/development.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,12 +9,12 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version =&gt; 15) do
+ActiveRecord::Schema.define(:version =&gt; 17) do
 
   create_table &quot;categories&quot;, :force =&gt; true do |t|
     t.string   &quot;name&quot;
     t.string   &quot;title&quot;
-    t.integer  &quot;parent_id&quot;,  :limit =&gt; 11
+    t.integer  &quot;parent_id&quot;
     t.string   &quot;query&quot;
     t.datetime &quot;created_at&quot;
     t.datetime &quot;updated_at&quot;
@@ -23,8 +23,8 @@ ActiveRecord::Schema.define(:version =&gt; 15) do
   create_table &quot;comments&quot;, :force =&gt; true do |t|
     t.text     &quot;content&quot;
     t.string   &quot;byline&quot;
-    t.integer  &quot;user_id&quot;,    :limit =&gt; 11
-    t.integer  &quot;item_id&quot;,    :limit =&gt; 11
+    t.integer  &quot;user_id&quot;
+    t.integer  &quot;item_id&quot;
     t.datetime &quot;created_at&quot;
     t.datetime &quot;updated_at&quot;
   end
@@ -35,27 +35,28 @@ ActiveRecord::Schema.define(:version =&gt; 15) do
     t.text     &quot;content&quot;
     t.text     &quot;metadata&quot;
     t.string   &quot;name&quot;
-    t.text     &quot;tags&quot;
-    t.integer  &quot;user_id&quot;,        :limit =&gt; 11
+    t.text     &quot;tags&quot;,               :limit =&gt; 255
+    t.integer  &quot;user_id&quot;
     t.datetime &quot;created_at&quot;
     t.datetime &quot;updated_at&quot;
     t.string   &quot;byline&quot;
-    t.integer  &quot;comments_count&quot;, :limit =&gt; 11, :default =&gt; 0
-    t.integer  &quot;stars_count&quot;,    :limit =&gt; 11, :default =&gt; 0
+    t.integer  &quot;comments_count&quot;,                    :default =&gt; 0
+    t.integer  &quot;stars_count&quot;,                       :default =&gt; 0
+    t.integer  &quot;spam_reports_count&quot;,                :default =&gt; 0
   end
 
   create_table &quot;open_id_authentication_associations&quot;, :force =&gt; true do |t|
     t.binary  &quot;server_url&quot;
     t.string  &quot;handle&quot;
     t.binary  &quot;secret&quot;
-    t.integer &quot;issued&quot;,     :limit =&gt; 11
-    t.integer &quot;lifetime&quot;,   :limit =&gt; 11
+    t.integer &quot;issued&quot;
+    t.integer &quot;lifetime&quot;
     t.string  &quot;assoc_type&quot;
   end
 
   create_table &quot;open_id_authentication_nonces&quot;, :force =&gt; true do |t|
     t.string  &quot;nonce&quot;
-    t.integer &quot;created&quot;, :limit =&gt; 11
+    t.integer &quot;created&quot;
   end
 
   create_table &quot;open_id_authentication_settings&quot;, :force =&gt; true do |t|
@@ -63,9 +64,16 @@ ActiveRecord::Schema.define(:version =&gt; 15) do
     t.binary &quot;value&quot;
   end
 
+  create_table &quot;spam_reports&quot;, :force =&gt; true do |t|
+    t.integer  &quot;item_id&quot;
+    t.integer  &quot;user_id&quot;
+    t.datetime &quot;created_at&quot;
+    t.datetime &quot;updated_at&quot;
+  end
+
   create_table &quot;stars&quot;, :force =&gt; true do |t|
-    t.integer &quot;user_id&quot;, :limit =&gt; 11
-    t.integer &quot;item_id&quot;, :limit =&gt; 11
+    t.integer &quot;user_id&quot;
+    t.integer &quot;item_id&quot;
   end
 
   create_table &quot;users&quot;, :force =&gt; true do |t|
@@ -79,9 +87,9 @@ ActiveRecord::Schema.define(:version =&gt; 15) do
     t.datetime &quot;updated_at&quot;
     t.string   &quot;remember_token&quot;
     t.datetime &quot;remember_token_expires_at&quot;
-    t.integer  &quot;admin&quot;,                     :limit =&gt; 11, :default =&gt; 0
+    t.integer  &quot;admin&quot;,                                   :default =&gt; 0
     t.string   &quot;identity_url&quot;
-    t.integer  &quot;approved_for_feed&quot;,         :limit =&gt; 11, :default =&gt; 0
+    t.integer  &quot;approved_for_feed&quot;,                       :default =&gt; 0
     t.datetime &quot;last_checked_at&quot;
   end
 </diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>97015bb3c12370f3646e9f68f7b3ecb753ca2fc1</id>
    </parent>
  </parents>
  <author>
    <name>Darcy Laycock</name>
    <email>sutto@sutto.net</email>
  </author>
  <url>http://github.com/Sutto/rubyflow/commit/071f9d01146714943d3f64da488ced2ead56c154</url>
  <id>071f9d01146714943d3f64da488ced2ead56c154</id>
  <committed-date>2008-08-08T01:00:49-07:00</committed-date>
  <authored-date>2008-08-08T01:00:49-07:00</authored-date>
  <message>Added Stuff in Prep. For Pushing</message>
  <tree>8bffe48b39ab5bcc391225a2fd621d71b12ef8a8</tree>
  <committer>
    <name>Darcy Laycock</name>
    <email>sutto@sutto.net</email>
  </committer>
</commit>
