<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/ads/_ad_images.html.erb</filename>
    </added>
    <added>
      <filename>db/migrate/010_create_ad_images.rb</filename>
    </added>
    <added>
      <filename>public/javascripts/lowpro.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,9 +7,9 @@ Posting Title:&lt;br/&gt;
 Posting Description:&lt;br/&gt;
 &lt;%= text_area_tag &quot;ad&quot;, nil, :rows =&gt; 10, :cols =&gt; 55 %&gt;&lt;br/&gt;&lt;br/&gt;
 
-Attach an Image (optional):&lt;br/&gt;
+Attach an Image (options):&lt;br/&gt;
 &lt;%= file_field_tag &quot;image_attachments[]&quot;, :id =&gt; &quot;image_attachment&quot; %&gt;&lt;br/&gt;
-&lt;% #= link_to &quot;Attach Another...&quot;, &quot;#&quot;, :class =&gt; &quot;clone&quot;, :rel =&gt; &quot;image_attachment&quot; %&gt;
+&lt;%= link_to &quot;Attach Another...&quot;, &quot;#&quot;, :class =&gt; &quot;clone&quot;, :rel =&gt; &quot;image_attachment&quot; %&gt;
 &lt;br/&gt;&lt;br /&gt;
 
 Reply-to Email address:&lt;br/&gt;</diff>
      <filename>app/views/ads/_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,20 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version =&gt; 9) do
+ActiveRecord::Schema.define(:version =&gt; 10) do
+
+  create_table &quot;ad_images&quot;, :force =&gt; true do |t|
+    t.integer  &quot;ad_id&quot;
+    t.integer  &quot;parent_id&quot;
+    t.string   &quot;content_type&quot;
+    t.string   &quot;filename&quot;
+    t.string   &quot;thumbnail&quot;
+    t.integer  &quot;size&quot;
+    t.integer  &quot;width&quot;
+    t.integer  &quot;height&quot;
+    t.datetime &quot;created_at&quot;
+    t.datetime &quot;updated_at&quot;
+  end
 
   create_table &quot;ads&quot;, :force =&gt; true do |t|
     t.string   &quot;title&quot;</diff>
      <filename>db/schema.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 mac_addr: &quot;00:17:f2:26:fc:d8&quot;
-sequence: &quot;0xbfc8&quot;
-last_clock: &quot;0x2afe758d85c36c&quot;
+sequence: &quot;0xbfc9&quot;
+last_clock: &quot;0x2afe82562e929c&quot;</diff>
      <filename>uuid.state</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9de43c8c012db2e11edb3390d2f9a3fc9738b792</id>
    </parent>
  </parents>
  <author>
    <name>Alexander</name>
    <email>aybarbara@gmail.com</email>
  </author>
  <url>http://github.com/goodkarma/chuckslist/commit/7262ef49e1a4f9d2b3a7f6a5d70a30a5e4f4190b</url>
  <id>7262ef49e1a4f9d2b3a7f6a5d70a30a5e4f4190b</id>
  <committed-date>2008-05-07T09:54:12-07:00</committed-date>
  <authored-date>2008-05-07T09:54:12-07:00</authored-date>
  <message>added missing migration, views, and javascript for image attachment support</message>
  <tree>ae9edc0972d44269c3eb8433849aabe7e8772e5c</tree>
  <committer>
    <name>Alexander</name>
    <email>aybarbara@gmail.com</email>
  </committer>
</commit>
