<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/associated_form_helper_test.rb</filename>
    </added>
    <added>
      <filename>test/comment_test.rb</filename>
    </added>
    <added>
      <filename>test/db/database.yml</filename>
    </added>
    <added>
      <filename>test/models/comment.rb</filename>
    </added>
    <added>
      <filename>test/models/photo.rb</filename>
    </added>
    <added>
      <filename>test/photo_test.rb</filename>
    </added>
    <added>
      <filename>test/test_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require 'rake'
+require &quot;load_multi_rails_rake_tasks&quot; 
 require 'rake/testtask'
 require 'rake/rdoctask'
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,29 +1,16 @@
-# This file is auto-generated from the current state of the database. Instead of editing this file, 
-# please use the migrations feature of ActiveRecord to incrementally modify your database, and
-# then regenerate this schema definition.
-#
-# Note that this schema.rb definition is the authoritative source for your database schema. If you need
-# to create the application database on another system, you should be using db:schema:load, not running
-# all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations
-# you'll amass, the slower it'll run and the greater likelihood for issues).
-#
-# It's strongly recommended to check this file into your version control system.
-
 ActiveRecord::Schema.define(:version =&gt; 2) do
 
-  create_table &quot;comments&quot;, :force =&gt; true do |t|
-    t.integer  &quot;photo_id&quot;
-    t.string   &quot;author&quot;
-    t.text     &quot;body&quot;
-    t.datetime &quot;created_at&quot;
-    t.datetime &quot;updated_at&quot;
+  create_table :comments, :force =&gt; true do |t|
+    t.integer :photo_id
+    t.string :author
+    t.text :body
+    t.timestamps
   end
 
-  create_table &quot;photos&quot;, :force =&gt; true do |t|
-    t.string   &quot;title&quot;
-    t.text     &quot;description&quot;
-    t.datetime &quot;created_at&quot;
-    t.datetime &quot;updated_at&quot;
+  create_table :photos, :force =&gt; true do |t|
+    t.string :title
+    t.text   :description
+    t.timestamps
   end
 
 end</diff>
      <filename>test/db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/Rakefile</filename>
    </removed>
    <removed>
      <filename>test/app/controllers/application.rb</filename>
    </removed>
    <removed>
      <filename>test/app/helpers/application_helper.rb</filename>
    </removed>
    <removed>
      <filename>test/app/models/comment.rb</filename>
    </removed>
    <removed>
      <filename>test/app/models/photo.rb</filename>
    </removed>
    <removed>
      <filename>test/config/boot.rb</filename>
    </removed>
    <removed>
      <filename>test/config/database.yml</filename>
    </removed>
    <removed>
      <filename>test/config/environment.rb</filename>
    </removed>
    <removed>
      <filename>test/config/environments/development.rb</filename>
    </removed>
    <removed>
      <filename>test/config/environments/test.rb</filename>
    </removed>
    <removed>
      <filename>test/config/routes.rb</filename>
    </removed>
    <removed>
      <filename>test/db/migrate/001_create_photos.rb</filename>
    </removed>
    <removed>
      <filename>test/db/migrate/002_create_comments.rb</filename>
    </removed>
    <removed>
      <filename>test/script/console</filename>
    </removed>
    <removed>
      <filename>test/script/destroy</filename>
    </removed>
    <removed>
      <filename>test/script/generate</filename>
    </removed>
    <removed>
      <filename>test/script/server</filename>
    </removed>
    <removed>
      <filename>test/test/test_helper.rb</filename>
    </removed>
    <removed>
      <filename>test/test/unit/associated_form_helper_test.rb</filename>
    </removed>
    <removed>
      <filename>test/test/unit/comment_test.rb</filename>
    </removed>
    <removed>
      <filename>test/test/unit/photo_test.rb</filename>
    </removed>
    <removed>
      <filename>test/vendor/plugins/shoulda/init.rb</filename>
    </removed>
    <removed>
      <filename>test/vendor/plugins/shoulda/lib/shoulda.rb</filename>
    </removed>
    <removed>
      <filename>test/vendor/plugins/shoulda/lib/shoulda/active_record_helpers.rb</filename>
    </removed>
    <removed>
      <filename>test/vendor/plugins/shoulda/lib/shoulda/context.rb</filename>
    </removed>
    <removed>
      <filename>test/vendor/plugins/shoulda/lib/shoulda/general.rb</filename>
    </removed>
    <removed>
      <filename>test/vendor/plugins/shoulda/lib/shoulda/private_helpers.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>254728ee063c067c93624c1a1937084ed09a77b7</id>
    </parent>
  </parents>
  <author>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </author>
  <url>http://github.com/giraffesoft/attribute_fu/commit/b0c493aa02ea5430c0cc2373cb23628ac43d2771</url>
  <id>b0c493aa02ea5430c0cc2373cb23628ac43d2771</id>
  <committed-date>2008-09-27T09:57:31-07:00</committed-date>
  <authored-date>2008-09-27T09:10:28-07:00</authored-date>
  <message>Make testing easier by removing rails app from test directory and just load ActiveRecord/AcitionView manually</message>
  <tree>6003bbd87c279668e6d5bdede7b79cc359966846</tree>
  <committer>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </committer>
</commit>
