(0.1ms) SAVEPOINT active_record_6 Fixture Delete (0.6ms) 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, '2011-12-25 23:36:32', '2011-12-25 23:36:32', 410859157) Fixture Delete (0.3ms) 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, '2011-12-25 23:36:32', '2011-12-25 23:36:32', 87884898)  (0.0ms) RELEASE SAVEPOINT active_record_6 Audio Load (0.4ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Audio Load (0.0ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]] Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Image Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]] Processing by MainController#index as HTML Completed 200 OK in 65ms (Views: 64.6ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) 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.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (15.1ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 25 Dec 2011 23:38:47 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "e8389286-fda2-4614-906f-bd646383333a"], ["file_size", 1055276], ["name", nil], ["updated_at", Sun, 25 Dec 2011 23:38:47 UTC +00:00]]  (0.3ms) RELEASE SAVEPOINT active_record_1 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, '2011-12-25 23:38:47', '2011-12-25 23:38:47', 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, '2011-12-25 23:38:47', '2011-12-25 23:38:47', 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.1ms) 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", Sun, 25 Dec 2011 23:38:48 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "c6768282-9787-45dc-a39f-37d23b83f8f2"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Sun, 25 Dec 2011 23:38:48 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 772ms  (0.1ms) SELECT COUNT(*) FROM "audios"  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.2ms) 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 5ms  (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.erb (4.5ms) Completed 200 OK in 17ms (Views: 16.1ms | 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 5ms (Views: 4.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.erb (2.2ms) Completed 200 OK in 5ms (Views: 4.6ms | 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 5ms (Views: 3.4ms | ActiveRecord: 0.1ms) 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"=>"2011-12-25 23:38:47 UTC", "updated_at"=>"2011-12-25 23:38:47 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  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (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", Sun, 25 Dec 2011 23:38:49 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "cd5745af-c9c5-4ea4-9fca-711fb58c4604"], ["file_size", 399085], ["name", nil], ["updated_at", Sun, 25 Dec 2011 23:38:49 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.3ms) SAVEPOINT active_record_1 [attached] save attached SQL (1.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 25 Dec 2011 23:38:49 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "444d0123-908a-4616-83e3-88942a66a075"], ["file_size", 399085], ["name", "Image"], ["updated_at", Sun, 25 Dec 2011 23:38:49 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 221ms  (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.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/images Completed 302 Found in 8ms  (0.1ms) SELECT COUNT(*) FROM "images"  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.erb (4.3ms) Completed 200 OK in 12ms (Views: 10.2ms | 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 9ms (Views: 7.7ms | 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.erb (2.3ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) 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: 5.8ms | ActiveRecord: 0.1ms) 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"=>"2011-12-25 23:38:47 UTC", "updated_at"=>"2011-12-25 23:38:47 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 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction  (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.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.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 [attached] save attached SQL (12.8ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:24:08 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "ee0041b9-6482-4d4f-96cc-1a6e28c93570"], ["file_size", 1055276], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:24:08 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-01-23 03:24:08', '2012-01-23 03:24:08', 410859157) Fixture Delete (0.3ms) 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-01-23 03:24:08', '2012-01-23 03:24:08', 87884898)  (1.4ms) 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.3ms) 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", Mon, 23 Jan 2012 03:24:09 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "07a3f586-805d-4c68-be01-7ba4d787aa9e"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Mon, 23 Jan 2012 03:24:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 685ms (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.0ms) 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 5ms (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.erb (3.3ms) Completed 200 OK in 15ms (Views: 13.1ms | 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 56ms (Views: 54.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.erb (1.9ms) Completed 200 OK in 5ms (Views: 4.6ms | 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 4ms (Views: 3.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"=>"2012-01-23 03:24:08 UTC", "updated_at"=>"2012-01-23 03:24:08 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 6ms (ActiveRecord: 0.0ms)  (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.0ms) 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  (0.0ms) 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.1ms) begin transaction  (0.3ms) 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.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:24:10 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "e9e4c240-1426-4951-a600-c5a07c30d80d"], ["file_size", 399085], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:24:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.3ms) 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", Mon, 23 Jan 2012 03:24:10 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "3e9c5921-4820-441d-9f90-90b518cd582e"], ["file_size", 399085], ["name", "Image"], ["updated_at", Mon, 23 Jan 2012 03:24:10 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 202ms (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]]  (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 (1.0ms) 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.3ms) 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.erb (3.0ms) Completed 200 OK in 9ms (Views: 7.0ms | 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 6ms (Views: 4.4ms | 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.erb (2.0ms) Completed 200 OK in 6ms (Views: 4.9ms | 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 5ms (Views: 3.5ms | 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"=>"2012-01-23 03:24:08 UTC", "updated_at"=>"2012-01-23 03:24:08 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.0ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.4ms) 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.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.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.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (6.7ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:25:12 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "6cecb6b5-46cd-47a5-bf8a-10849e30f1f6"], ["file_size", 1055276], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:25:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.2ms) 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-01-23 03:25:12', '2012-01-23 03:25:12', 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-01-23 03:25:12', '2012-01-23 03:25:12', 87884898)  (1.0ms) 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", Mon, 23 Jan 2012 03:25:12 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "41e88b81-2804-4316-86e8-252adad0eaa3"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Mon, 23 Jan 2012 03:25:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 646ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"  (0.4ms) 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.0ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.3ms) 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 5ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"   (1.0ms) 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.erb (3.2ms) Completed 200 OK in 13ms (Views: 11.9ms | 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.1ms) SELECT "audios".* FROM "audios"  Completed 200 OK in 62ms (Views: 60.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#new as HTML Rendered audios/_form.html.erb (1.9ms) Completed 200 OK in 5ms (Views: 4.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 4ms (Views: 2.9ms | 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-01-23 03:25:12 UTC", "updated_at"=>"2012-01-23 03:25: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.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859157 Completed 302 Found in 6ms (ActiveRecord: 0.0ms)  (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.0ms) 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.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 [attached] save attached SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:25:13 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "ee1f8491-6e52-410f-9d62-bd544715d066"], ["file_size", 399085], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:25:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:25:13 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "f7ccd0c4-6d8d-4d26-afe7-ab62a448baf9"], ["file_size", 399085], ["name", "Image"], ["updated_at", Mon, 23 Jan 2012 03:25: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 209ms (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]]  (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.0ms) SAVEPOINT active_record_1 [attached] destroy attached SQL (0.3ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]  (0.4ms) 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.3ms) 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.erb (3.1ms) Completed 200 OK in 7ms (Views: 6.1ms | 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.1ms) SELECT "images".* FROM "images" Completed 200 OK in 5ms (Views: 4.0ms | 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#new as HTML Rendered images/_form.html.erb (2.9ms) Completed 200 OK in 7ms (Views: 6.2ms | 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 5ms (Views: 3.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-01-23 03:25:12 UTC", "updated_at"=>"2012-01-23 03:25: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 3ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.3ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) 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.3ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (6.9ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:43:56 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "67645888-cf0b-47db-8202-2df3a1ce594d"], ["file_size", 1055276], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:43:56 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 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-01-23 03:43:56', '2012-01-23 03:43:56', 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-01-23 03:43:56', '2012-01-23 03:43:56', 87884898) 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.4ms) 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", Mon, 23 Jan 2012 03:43:56 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "9b084b16-eb46-4730-ad80-c5d7d8ef92d2"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Mon, 23 Jan 2012 03:43:56 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 701ms  (0.1ms) 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.0ms) 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 5ms  (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.erb (3.5ms) Completed 200 OK in 12ms (Views: 10.5ms | 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 7ms (Views: 5.8ms | 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.erb (2.5ms) Completed 200 OK in 6ms (Views: 5.0ms | 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 4ms (Views: 2.9ms | ActiveRecord: 0.1ms) 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-01-23 03:43:56 UTC", "updated_at"=>"2012-01-23 03:43:56 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 6ms  (0.3ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (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", Mon, 23 Jan 2012 03:43:57 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "8628fbe3-bd09-4713-babe-e38c1492788e"], ["file_size", 399085], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:43:57 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.2ms) SELECT COUNT(*) FROM "images" Processing by ImagesController#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.3ms) 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", Mon, 23 Jan 2012 03:43:57 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "d39266e6-2426-4888-9f12-031ade4f872e"], ["file_size", 399085], ["name", "Image"], ["updated_at", Mon, 23 Jan 2012 03:43:57 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 202ms  (0.1ms) SELECT COUNT(*) FROM "images" 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  (0.2ms) SELECT COUNT(*) FROM "images"  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.erb (3.6ms) Completed 200 OK in 8ms (Views: 6.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.1ms) SELECT "images".* FROM "images"  Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms) 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.erb (94.4ms) Completed 200 OK in 97ms (Views: 96.6ms | ActiveRecord: 0.0ms) 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 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) 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-01-23 03:43:56 UTC", "updated_at"=>"2012-01-23 03:43:56 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 Processing by MainController#index as HTML Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction  (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.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.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.0ms) 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 [attached] save attached SQL (6.2ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:44:02 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "a79a531d-5de4-4aa3-9c04-275cf6307d13"], ["file_size", 1055276], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:44:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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-01-23 03:44:02', '2012-01-23 03:44:02', 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-01-23 03:44:02', '2012-01-23 03:44:02', 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.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", Mon, 23 Jan 2012 03:44:02 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "1a5d65b6-3d7f-45e3-8fc8-9221f3bca127"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Mon, 23 Jan 2012 03:44:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 674ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"  (0.4ms) 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.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 5ms (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.erb (3.1ms) Completed 200 OK in 64ms (Views: 62.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 5ms (Views: 3.5ms | 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.erb (1.8ms) Completed 200 OK in 5ms (Views: 4.3ms | 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 4ms (Views: 2.8ms | 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-01-23 03:44:02 UTC", "updated_at"=>"2012-01-23 03:44:02 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 6ms (ActiveRecord: 0.0ms)  (0.0ms) 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.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.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 (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:44:03 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "ffc3f5fd-ff40-4a77-8e08-0517e519f857"], ["file_size", 399085], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:44:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.2ms) SAVEPOINT active_record_1 [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:44:03 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "b7318aed-63ee-43a2-9365-755bcc2815df"], ["file_size", 399085], ["name", "Image"], ["updated_at", Mon, 23 Jan 2012 03:44:03 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 202ms (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]]  (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.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.erb (4.5ms) Completed 200 OK in 9ms (Views: 7.8ms | 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 5ms (Views: 3.7ms | 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.erb (1.9ms) Completed 200 OK in 5ms (Views: 4.8ms | 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 145ms (Views: 143.4ms | 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-01-23 03:44:02 UTC", "updated_at"=>"2012-01-23 03:44:02 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 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.5ms) begin transaction  (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.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.2ms) 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 [attached] save attached SQL (8.2ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:44:14 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "ffb3df30-8dbf-4938-abde-21cdfced70d1"], ["file_size", 1055276], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:44:14 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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-01-23 03:44:14', '2012-01-23 03:44:14', 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-01-23 03:44:14', '2012-01-23 03:44:14', 87884898)  (0.7ms) 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.3ms) 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", Mon, 23 Jan 2012 03:44:14 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "3729319f-299b-47e2-bd7e-d73d38b5cf8f"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Mon, 23 Jan 2012 03:44:14 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 669ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"  (0.4ms) 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.0ms) 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 5ms (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.erb (3.3ms) Completed 200 OK in 13ms (Views: 11.8ms | 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 5ms (Views: 3.7ms | 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.erb (2.0ms) Completed 200 OK in 5ms (Views: 4.3ms | 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 68ms (Views: 66.7ms | 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-01-23 03:44:14 UTC", "updated_at"=>"2012-01-23 03:44:14 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 6ms (ActiveRecord: 0.0ms)  (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.0ms) 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.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.4ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) 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", Mon, 23 Jan 2012 03:44:15 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "12ace664-b553-45a6-b02b-37e15ac2981b"], ["file_size", 399085], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:44:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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#create as HTML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}}  (0.3ms) 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", Mon, 23 Jan 2012 03:44:15 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "2ac8ebdb-bc96-49c4-befd-5c96b47646e5"], ["file_size", 399085], ["name", "Image"], ["updated_at", Mon, 23 Jan 2012 03:44:15 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 213ms (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]]  (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.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.3ms) 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.erb (3.4ms) Completed 200 OK in 8ms (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#index as HTML Image Load (0.3ms) SELECT "images".* FROM "images" Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.3ms)  (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.erb (1.9ms) Completed 200 OK in 5ms (Views: 4.2ms | 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 6ms (Views: 4.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-01-23 03:44:14 UTC", "updated_at"=>"2012-01-23 03:44:14 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 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.4ms) begin transaction  (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.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) 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  (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.3ms) SAVEPOINT active_record_1 [attached] save attached SQL (5.8ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:48:53 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "a6880c5f-d130-469f-9c30-d8aa1b9f7b71"], ["file_size", 1055276], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:48:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-01-23 03:48:53', '2012-01-23 03:48:53', 410859157) Fixture Delete (0.1ms) DELETE FROM "images" Fixture Insert (0.0ms) 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-01-23 03:48:53', '2012-01-23 03:48:53', 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 (1.2ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 03:48:54 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "5d262d6b-4789-42f9-b985-1c39c9eca0c0"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Mon, 23 Jan 2012 03:48:54 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 732ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "audios"  (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 8ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "audios"   (0.4ms) 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.erb (3.7ms) Completed 200 OK in 19ms (Views: 17.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 7ms (Views: 4.9ms | 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.erb (2.7ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)  (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#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 5ms (Views: 3.9ms | 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-01-23 03:48:53 UTC", "updated_at"=>"2012-01-23 03:48:53 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.0ms) 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.4ms) 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.0ms) begin transaction  (0.3ms) 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", Mon, 23 Jan 2012 03:48:55 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "0850c86c-78a8-4319-8852-bed744b792e6"], ["file_size", 399085], ["name", nil], ["updated_at", Mon, 23 Jan 2012 03:48:55 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.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", Mon, 23 Jan 2012 03:48:55 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "a0158251-8d9c-42fb-a854-e56b915713df"], ["file_size", 399085], ["name", "Image"], ["updated_at", Mon, 23 Jan 2012 03:48:55 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 209ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "images"   (0.5ms) 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 7ms (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.erb (3.2ms) Completed 200 OK in 8ms (Views: 6.8ms | 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 7ms (Views: 5.2ms | 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.erb (1.8ms) Completed 200 OK in 5ms (Views: 4.2ms | 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 5ms (Views: 3.4ms | 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-01-23 03:48:53 UTC", "updated_at"=>"2012-01-23 03:48:53 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 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by MainController#index as HTML Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.7ms) 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.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.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.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 (13.8ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 04:10:36 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "8d116bcb-2605-429e-9edc-b1a91fa66d0a"], ["file_size", 1055276], ["name", nil], ["updated_at", Mon, 23 Jan 2012 04:10:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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, '2012-01-23 04:10:36', '2012-01-23 04:10:36', 410859157) Fixture Delete (0.3ms) 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-01-23 04:10:36', '2012-01-23 04:10:36', 87884898)  (1.7ms) 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", Mon, 23 Jan 2012 04:10:37 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "9dddf071-ac43-4232-9a9d-fb5d26862bd1"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Mon, 23 Jan 2012 04:10:37 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/audios/410859158 Completed 302 Found in 1258ms (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]]  (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 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "audios"   (0.3ms) 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.erb (6.0ms) Completed 200 OK in 22ms (Views: 20.5ms | 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.2ms) SELECT "audios".* FROM "audios"  Completed 200 OK in 7ms (Views: 5.6ms | 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.erb (64.5ms) Completed 200 OK in 69ms (Views: 68.2ms | 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 6ms (Views: 4.5ms | 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-01-23 04:10:36 UTC", "updated_at"=>"2012-01-23 04:10:36 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.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 (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Jan 2012 04:10:38 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "c292008f-764f-4f8a-8df1-82c63d87a653"], ["file_size", 399085], ["name", nil], ["updated_at", Mon, 23 Jan 2012 04:10:38 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.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", Mon, 23 Jan 2012 04:10:38 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "5af89da1-b1fa-421a-a52e-01607d89fb5d"], ["file_size", 399085], ["name", "Image"], ["updated_at", Mon, 23 Jan 2012 04:10:38 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 256ms (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]]  (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.0ms) 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 6ms (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]] 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.erb (4.3ms) Completed 200 OK in 11ms (Views: 9.6ms | 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 9ms (Views: 7.2ms | 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.erb (3.7ms) Completed 200 OK in 8ms (Views: 7.7ms | 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 8ms (Views: 5.6ms | 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-01-23 04:10:36 UTC", "updated_at"=>"2012-01-23 04:10:36 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 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction