<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/20080924045039_fix_cached_markdown.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,4 +6,4 @@
   %dd= event.location
 
   %dt What:
-  %dd~event.description_html
+  %dd~event.cached_description_html</diff>
      <filename>app/views/events/_show_in_feed.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
       %dt To apply, contact:
       %dd= @job.email
 
-  ~ @job.description_html
+  ~ @job.cached_description_html
 
   - if user_session.edit_job? @job
     %p= &quot;#{link_to 'Edit', edit_job_path(@job)} for another #{user_session.editing_time_remaining(@job)} minutes&quot;</diff>
      <filename>app/views/jobs/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version =&gt; 20080802012029) do
+ActiveRecord::Schema.define(:version =&gt; 20080924045039) do
 
   create_table &quot;commits&quot;, :force =&gt; true do |t|
     t.string   &quot;title&quot;
@@ -31,7 +31,7 @@ ActiveRecord::Schema.define(:version =&gt; 20080802012029) do
     t.string   &quot;title&quot;
     t.datetime &quot;deleted_at&quot;
     t.integer  &quot;place_id&quot;,                :limit =&gt; 11
-    t.string   &quot;cached_description_html&quot;
+    t.text     &quot;cached_description_html&quot;
   end
 
   create_table &quot;jobs&quot;, :force =&gt; true do |t|
@@ -43,7 +43,7 @@ ActiveRecord::Schema.define(:version =&gt; 20080802012029) do
     t.datetime &quot;created_at&quot;
     t.datetime &quot;updated_at&quot;
     t.datetime &quot;deleted_at&quot;
-    t.string   &quot;cached_description_html&quot;
+    t.text     &quot;cached_description_html&quot;
   end
 
   create_table &quot;places&quot;, :force =&gt; true do |t|</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a72c11a263f06959167186bc78527563ec454077</id>
    </parent>
  </parents>
  <author>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </author>
  <url>http://github.com/technicalpickles/bostonrb/commit/034423e89f546acffc80e1a14ee079736426b2b4</url>
  <id>034423e89f546acffc80e1a14ee079736426b2b4</id>
  <committed-date>2008-09-23T21:54:58-07:00</committed-date>
  <authored-date>2008-09-23T21:54:58-07:00</authored-date>
  <message>Use cached html, durnit.</message>
  <tree>c5bf77de4e7eccd23fd6c6f48d0e0fbb01818e7c</tree>
  <committer>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </committer>
</commit>
