Connecting to database specified by database.yml  (0.6ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction Fixture Delete (0.5ms) DELETE FROM "audios" Fixture Insert (15.6ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2012-07-28 18:54:05', '2012-07-28 18:54:05', 410859157) Fixture Delete (0.2ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2012-07-28 18:54:05', '2012-07-28 18:54:05', 87884898)  (3.9ms) commit transaction  (4.3ms) begin transaction Audio Load (0.5ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.4ms) SELECT COUNT(*) FROM "audios"  Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}} Completed 500 Internal Server Error in 9ms  (0.3ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.2ms) SELECT COUNT(*) FROM "audios"  Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.5ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 28ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "audios"  (0.5ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (9.0ms) Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.2ms) SELECT "audios".* FROM "audios" Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (4.4ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2012-07-28 18:54:05 UTC", "updated_at"=>"2012-07-28 18:54:05 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) 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 Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} Completed 500 Internal Server Error in 8ms  (0.2ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.4ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"  (0.4ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (8.3ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images" Completed 200 OK in 95ms (Views: 93.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (2.8ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2012-07-28 18:54:05 UTC", "updated_at"=>"2012-07-28 18:54:05 UTC"}, "id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (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) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction Fixture Delete (0.5ms) DELETE FROM "audios" Fixture Insert (0.3ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2012-07-28 18:56:20', '2012-07-28 18:56:20', 410859157) Fixture Delete (0.2ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2012-07-28 18:56:20', '2012-07-28 18:56:20', 87884898)  (4.4ms) commit transaction  (0.1ms) begin transaction Audio Load (0.6ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.4ms) SELECT COUNT(*) FROM "audios"  Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}} Completed 500 Internal Server Error in 8ms  (0.2ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios"  Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.4ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 35ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "audios"  (0.5ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.5ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (8.8ms) Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.3ms) SELECT "audios".* FROM "audios" Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (4.2ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2012-07-28 18:56:20 UTC", "updated_at"=>"2012-07-28 18:56:20 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) 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) rollback transaction  (0.1ms) begin transaction Image Load (0.4ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} Completed 500 Internal Server Error in 8ms  (0.2ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.2ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.4ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "images"  (0.5ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (8.8ms) Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images" Completed 200 OK in 98ms (Views: 96.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (3.0ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2012-07-28 18:56:20 UTC", "updated_at"=>"2012-07-28 18:56:20 UTC"}, "id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (11.8ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 28 Jul 2012 19:58:52 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "145812bc-ebc6-473b-8fd5-5eeb09ecd472"], ["file_size", 1055276], ["name", nil], ["updated_at", Sat, 28 Jul 2012 19:58:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "audios" Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2012-07-28 19:58:52', '2012-07-28 19:58:52', 410859157) Fixture Delete (0.5ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2012-07-28 19:58:52', '2012-07-28 19:58:52', 87884898)  (1.0ms) commit transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.5ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 28 Jul 2012 19:58:53 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "749c8645-6940-44d6-aa21-ee5f1fc27ba3"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Sat, 28 Jul 2012 19:58:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 733ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"  (0.6ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.3ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 6ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"   (0.5ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (7.0ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.2ms) SELECT "audios".* FROM "audios"  Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (3.7ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2012-07-28 19:58:52 UTC", "updated_at"=>"2012-07-28 19:58:52 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (1.2ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 28 Jul 2012 19:58:54 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "1d487ceb-4a4d-465e-9090-b803664b0453"], ["file_size", 399085], ["name", nil], ["updated_at", Sat, 28 Jul 2012 19:58:54 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.2ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 28 Jul 2012 19:58:54 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "62893101-c755-40a2-8fff-fa7c96989db3"], ["file_size", 399085], ["name", "Image"], ["updated_at", Sat, 28 Jul 2012 19:58:54 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images/87884899 Completed 302 Found in 277ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"   (0.5ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.3ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"  (0.5ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (5.3ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images" Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (3.7ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2012-07-28 19:58:52 UTC", "updated_at"=>"2012-07-28 19:58:52 UTC"}, "id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (87.1ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:12 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "9132339e-842c-4f09-84f7-f7bc144dcc79"], ["file_size", 1055276], ["name", nil], ["updated_at", Wed, 14 Nov 2012 06:58:12 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Fixture Delete (0.3ms) DELETE FROM "audios" Fixture Insert (0.2ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2012-11-14 06:58:12', '2012-11-14 06:58:12', 410859157) Fixture Delete (0.2ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2012-11-14 06:58:12', '2012-11-14 06:58:12', 87884898) Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios"  Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}}  (0.3ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.9ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:13 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "4eb32841-d92a-4f18-bee7-9ae824e607da"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Wed, 14 Nov 2012 06:58:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 713ms  (0.2ms) SELECT COUNT(*) FROM "audios"  Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios"  Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.3ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "audios" Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (10.6ms) Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.1ms) Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.2ms) SELECT "audios".* FROM "audios" Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.2ms) Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (4.1ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.1ms) Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2012-11-14 06:58:12 UTC", "updated_at"=>"2012-11-14 06:58:12 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 11ms  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (1.2ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:13 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "0a4e9cfb-4d8e-4ec6-8923-dd2f86de2031"], ["file_size", 399085], ["name", nil], ["updated_at", Wed, 14 Nov 2012 06:58:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images" Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:13 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "24d010d8-7e38-433c-8e7b-abb8983745ac"], ["file_size", 399085], ["name", "Image"], ["updated_at", Wed, 14 Nov 2012 06:58:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [attached] save attached  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images/87884899 Completed 302 Found in 253ms  (0.2ms) SELECT COUNT(*) FROM "images" Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images" Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.4ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "images"  Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (9.1ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.1ms) Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images"  Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms) Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (4.6ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms) Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.2ms) Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2012-11-14 06:58:12 UTC", "updated_at"=>"2012-11-14 06:58:12 UTC"}, "id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 4ms Processing by MainController#index as HTML Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (10.1ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:24 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "967dd748-2281-42ff-9036-8a138783cc92"], ["file_size", 1055276], ["name", nil], ["updated_at", Wed, 14 Nov 2012 06:58:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "audios" Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2012-11-14 06:58:24', '2012-11-14 06:58:24', 410859157) Fixture Delete (0.1ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2012-11-14 06:58:24', '2012-11-14 06:58:24', 87884898)  (0.9ms) commit transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.2ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.7ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:25 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "0fc15fdd-b724-412e-ab8b-7d782ea617e5"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Wed, 14 Nov 2012 06:58:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 757ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "audios"  (0.6ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.2ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.4ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"   (0.5ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (9.2ms) Completed 200 OK in 29ms (Views: 26.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.2ms) SELECT "audios".* FROM "audios"  Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (4.5ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2012-11-14 06:58:24 UTC", "updated_at"=>"2012-11-14 06:58:24 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 12ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (1.4ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:25 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "b13978ba-3c3f-41dc-9e0f-684b70fada8c"], ["file_size", 399085], ["name", nil], ["updated_at", Wed, 14 Nov 2012 06:58:25 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.2ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (1.0ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 06:58:25 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "f8db5cf9-bfc2-44dd-86db-703847a36753"], ["file_size", 399085], ["name", "Image"], ["updated_at", Wed, 14 Nov 2012 06:58:25 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images/87884899 Completed 302 Found in 253ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "images"   (0.5ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.4ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "images"  (0.5ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (9.4ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images" Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (5.8ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2012-11-14 06:58:24 UTC", "updated_at"=>"2012-11-14 06:58:24 UTC"}, "id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.5ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (14.0ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 06 Jan 2013 04:49:21 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "1f2913b0-3691-4287-93ed-d4d94b59fc2d"], ["file_size", 1055276], ["name", nil], ["updated_at", Sun, 06 Jan 2013 04:49:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.4ms) DELETE FROM "audios" Fixture Insert (0.2ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-01-06 04:49:22', '2013-01-06 04:49:22', 410859157) Fixture Delete (2.5ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-01-06 04:49:22', '2013-01-06 04:49:22', 87884898)  (0.9ms) commit transaction  (0.1ms) begin transaction Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 06 Jan 2013 04:49:22 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "03aa10a4-36f0-4467-a789-6e81d9e453c8"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Sun, 06 Jan 2013 04:49:22 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 792ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"  (0.6ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.4ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 6ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"   (0.3ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (6.9ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.2ms) SELECT "audios".* FROM "audios"  Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (2.5ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-01-06 04:49:22 UTC", "updated_at"=>"2013-01-06 04:49:22 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 06 Jan 2013 04:49:23 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "2d159817-c18c-4aea-842a-7100ffeb171b"], ["file_size", 399085], ["name", nil], ["updated_at", Sun, 06 Jan 2013 04:49:23 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (11.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 06 Jan 2013 04:49:23 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "e047c5f7-5dd3-4479-b50a-0e210a5aea9d"], ["file_size", 399085], ["name", "Image"], ["updated_at", Sun, 06 Jan 2013 04:49:23 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images/87884899 Completed 302 Found in 267ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"   (0.6ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.5ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"  (0.6ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (7.2ms) Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images" Completed 200 OK in 100ms (Views: 97.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (2.7ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-01-06 04:49:22 UTC", "updated_at"=>"2013-01-06 04:49:22 UTC"}, "id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.6ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (16.2ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 11 Jan 2013 07:40:41 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "0c4bedc3-ecc8-4d63-bc22-200d1cc094c9"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 11 Jan 2013 07:40:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.4ms) DELETE FROM "audios" Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-01-11 07:40:41', '2013-01-11 07:40:41', 410859157) Fixture Delete (0.4ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-01-11 07:40:41', '2013-01-11 07:40:41', 87884898)  (0.8ms) commit transaction  (0.1ms) begin transaction Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.2ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.7ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 11 Jan 2013 07:40:42 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "f1f39f3e-5e8b-4503-958a-1fe1e064224b"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 11 Jan 2013 07:40:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 931ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "audios"  (0.5ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.2ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.3ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.5ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"   (0.3ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (7.8ms) Completed 200 OK in 101ms (Views: 98.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.2ms) SELECT "audios".* FROM "audios"  Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (3.4ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-01-11 07:40:41 UTC", "updated_at"=>"2013-01-11 07:40:41 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (11.3ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 11 Jan 2013 07:40:43 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "1276411a-ba14-46a4-ad13-2110bbee2373"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 11 Jan 2013 07:40:43 UTC +00:00]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (2.6ms) rollback transaction  (0.2ms) begin transaction Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.2ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 11 Jan 2013 07:40:43 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "966c7ca9-8e1d-4783-aebf-aeedc2956700"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 11 Jan 2013 07:40:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images/87884899 Completed 302 Found in 355ms (ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "images"   (0.5ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.2ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.5ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "images"  (0.4ms) rollback transaction  (0.1ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (9.9ms) Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images" Completed 200 OK in 24ms (Views: 19.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (4.1ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-01-11 07:40:41 UTC", "updated_at"=>"2013-01-11 07:40:41 UTC"}, "id"=>"87884898"} Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 6ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (8.4ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 19 May 2013 21:46:18 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "3a1b4099-b855-4ff9-acac-76516674d1f1"], ["file_size", 1055276], ["name", nil], ["updated_at", Sun, 19 May 2013 21:46:18 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "audios" Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-19 21:46:18', '2013-05-19 21:46:18', 410859157) Fixture Delete (0.1ms) DELETE FROM "images" Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-19 21:46:18', '2013-05-19 21:46:18', 87884898)  (0.8ms) commit transaction  (0.1ms) begin transaction Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.2ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#create as HTML Parameters: {"audio"=>{"name"=>"Audio", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 19 May 2013 21:46:19 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "56734390-9752-4291-9220-1b447b909b57"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Sun, 19 May 2013 21:46:19 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 720ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "audios"  (0.5ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]  (0.1ms) SELECT COUNT(*) FROM "audios" Processing by AudiosController#destroy as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.5ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"   (0.6ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#edit as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Rendered audios/_form.html.haml (5.9ms) Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#index as HTML Audio Load (0.3ms) SELECT "audios".* FROM "audios"  Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#new as HTML Rendered audios/_form.html.haml (2.5ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#show as HTML Parameters: {"id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Processing by AudiosController#update as HTML Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-19 21:46:18 UTC", "updated_at"=>"2013-05-19 21:46:18 UTC"}, "id"=>"410859157"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]] WARNING: Can't mass-assign protected attributes: id  (0.1ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 19 May 2013 21:46:20 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "b97dc186-c2e6-469a-9bb2-e70ea715631f"], ["file_size", 399085], ["name", nil], ["updated_at", Sun, 19 May 2013 21:46:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 19 May 2013 21:46:20 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "d2614a29-3e26-4c93-b986-770a5f4f288a"], ["file_size", 399085], ["name", "Image"], ["updated_at", Sun, 19 May 2013 21:46:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [attached] save attached  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images/87884899 Completed 302 Found in 247ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"   (0.4ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]  (0.1ms) SELECT COUNT(*) FROM "images"  Processing by ImagesController#destroy as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]  (0.1ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.3ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 6ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"  (0.4ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#edit as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Rendered images/_form.html.haml (5.9ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images" Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#new as HTML Rendered images/_form.html.haml (3.4ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#show as HTML Parameters: {"id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by ImagesController#update as HTML Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-19 21:46:18 UTC", "updated_at"=>"2013-05-19 21:46:18 UTC"}, "id"=>"87884898"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]] Redirected to http://test.host/images/87884898 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction