Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>"Principal Security Assistant", "description"=>"Eos vitae magnam qui consequatur.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>"Central Implementation Executive", "description"=>"Dolore adipisci et ex consectetur unde quisquam.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>nil, "description"=>"Repellat qui vitae provident.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>nil, "description"=>"Dolorem itaque ut laboriosam repudiandae.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#new as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#new as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.6ms) select sqlite_version(*)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateBookkeeperPurchases (20130215165240)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "bookkeeper_purchases" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "purchase_date" date, "warranty_duration" integer, "receipt" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_bookkeeper_purchases_on_title" ON "bookkeeper_purchases" ("title")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130215165240')  (1.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.0ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Quae eligendi totam nemo."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Dynamic Communications Developer"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#destroy as HTML Parameters: {"id"=>"1"} Bookkeeper::Purchase Load (0.2ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 6ms (ActiveRecord: 0.7ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Qui odio aut eos aspernatur sequi maxime est eveniet."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Direct Data Specialist"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "bookkeeper_purchases" Processing by Bookkeeper::PurchasesController#destroy as HTML Parameters: {"id"=>"1"} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "bookkeeper_purchases"   (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>nil, "description"=>"Odit est quidem ut porro itaque et magni.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>nil, "description"=>"Iure occaecati temporibus sit voluptatibus.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "bookkeeper_purchases" Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>nil, "description"=>"Vel dolorem nihil distinctio et tenetur eum.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "bookkeeper_purchases"   (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>"Lead Paradigm Representative", "description"=>"Iure ea vel itaque consectetur sunt labore.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Iure ea vel itaque consectetur sunt labore."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", nil], ["title", "Lead Paradigm Representative"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 3ms (ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>"Direct Data Specialist", "description"=>"Qui odio aut eos aspernatur sequi maxime est eveniet.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Qui odio aut eos aspernatur sequi maxime est eveniet."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", nil], ["title", "Direct Data Specialist"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "bookkeeper_purchases" Processing by Bookkeeper::PurchasesController#create as HTML Parameters: {"purchase"=>{"title"=>"Corporate Communications Representative", "description"=>"Saepe voluptatem nihil distinctio vel.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Saepe voluptatem nihil distinctio vel."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", nil], ["title", "Corporate Communications Representative"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "bookkeeper_purchases"  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by Bookkeeper::PurchasesController#new as HTML Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Bookkeeper::PurchasesController#new as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Test lorem ipsum"], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Test title"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#update as HTML Parameters: {"id"=>"1", "purchase"=>{"title"=>nil, "description"=>"Quo facilis ut repudiandae.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (25.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Test lorem ipsum"], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Test title"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#update as HTML Parameters: {"id"=>"1", "purchase"=>{"title"=>nil, "description"=>"Ipsa ex reprehenderit quae.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms) Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Test lorem ipsum"], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Test title"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#update as HTML Parameters: {"id"=>"1", "purchase"=>{"title"=>"Chief Assurance Specialist", "description"=>"Accusamus nemo totam veritatis.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) UPDATE "bookkeeper_purchases" SET "title" = 'Chief Assurance Specialist', "description" = 'Accusamus nemo totam veritatis.', "receipt" = 'receipt.jpg', "updated_at" = '2013-02-23 18:58:14.392624' WHERE "bookkeeper_purchases"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Test lorem ipsum"], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Test title"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#update as HTML Parameters: {"id"=>"1", "purchase"=>{"title"=>"Central Security Coordinator", "description"=>"Dolorem esse est officia inventore laudantium qui voluptate voluptas.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 Bookkeeper::Purchase Load (0.0ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) UPDATE "bookkeeper_purchases" SET "title" = 'Central Security Coordinator', "description" = 'Dolorem esse est officia inventore laudantium qui voluptate voluptas.', "receipt" = 'receipt.jpg', "updated_at" = '2013-02-23 18:58:14.410635' WHERE "bookkeeper_purchases"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Test lorem ipsum"], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Test title"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#update as HTML Parameters: {"id"=>"1", "purchase"=>{"title"=>"Corporate Optimization Associate", "description"=>"Dicta ut ut rem dolorem excepturi a.", "purchase_date"=>"2013-02-15", "warranty_duration"=>"24", "receipt"=>"#"}} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) UPDATE "bookkeeper_purchases" SET "title" = 'Corporate Optimization Associate', "description" = 'Dicta ut ut rem dolorem excepturi a.', "receipt" = 'receipt.jpg', "updated_at" = '2013-02-23 18:58:14.428265' WHERE "bookkeeper_purchases"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/bookkeeper/purchases Completed 302 Found in 5ms (ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Quae eligendi totam nemo."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Dynamic Communications Developer"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#show as HTML Parameters: {"id"=>"1"} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Qui odio aut eos aspernatur sequi maxime est eveniet."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Direct Data Specialist"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#show as HTML Parameters: {"id"=>"1"} Bookkeeper::Purchase Load (0.0ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Quae eligendi totam nemo."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Dynamic Communications Developer"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#edit as HTML Parameters: {"id"=>"1"} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Qui odio aut eos aspernatur sequi maxime est eveniet."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Direct Data Specialist"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#edit as HTML Parameters: {"id"=>"1"} Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases" WHERE "bookkeeper_purchases"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Quae eligendi totam nemo."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Dynamic Communications Developer"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#index as HTML Bookkeeper::Purchase Load (0.2ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases"  Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "bookkeeper_purchases" ("created_at", "description", "purchase_date", "receipt", "title", "updated_at", "warranty_duration") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["description", "Qui odio aut eos aspernatur sequi maxime est eveniet."], ["purchase_date", Fri, 15 Feb 2013], ["receipt", "receipt.jpg"], ["title", "Direct Data Specialist"], ["updated_at", Sat, 23 Feb 2013 18:58:14 UTC +00:00], ["warranty_duration", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Bookkeeper::PurchasesController#index as HTML Bookkeeper::Purchase Load (0.1ms) SELECT "bookkeeper_purchases".* FROM "bookkeeper_purchases"  Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction