(0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAudios (20101223191836) Migrating to CreateImages (20101223191846)  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("audios")  (0.0ms) PRAGMA index_list("images")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.3ms) select sqlite_version(*)  (1.6ms) CREATE TABLE "audios" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "file_identifier" varchar(255), "file_extension" varchar(255), "file_size" integer, "created_at" datetime, "updated_at" datetime)  (1.1ms) CREATE TABLE "images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "file_identifier" varchar(255), "file_extension" varchar(255), "file_size" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20101223191846')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20101223191836')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAudios (20101223191836) Migrating to CreateImages (20101223191846)  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("audios")  (0.0ms) PRAGMA index_list("images")  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.3ms) select sqlite_version(*)  (1.2ms) CREATE TABLE "audios" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "file_identifier" varchar(255), "file_extension" varchar(255), "file_size" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "file_identifier" varchar(255), "file_extension" varchar(255), "file_size" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20101223191846')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20101223191836') Started GET "/" for 127.0.0.1 at 2011-10-21 03:09:33 -0700 Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (12.0ms) Compiled application.css (1ms) (pid 83215) Compiled audios.css (0ms) (pid 83215) Compiled images.css (0ms) (pid 83215) Compiled main.css (0ms) (pid 83215) Compiled application.js (5ms) (pid 83215) Compiled jquery.js (1ms) (pid 83215) Compiled jquery_ujs.js (0ms) (pid 83215) Compiled audios.js (0ms) (pid 83215) Compiled images.js (0ms) (pid 83215) Compiled main.js (0ms) (pid 83215) Completed 200 OK in 225ms (Views: 224.6ms | ActiveRecord: 0.0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /audios.css - 304 Not Modified (5ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /images.css - 304 Not Modified (2ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /main.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /jquery.js - 304 Not Modified (40ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /audios.js - 304 Not Modified (2ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /images.js - 304 Not Modified (2ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /main.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:34 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/images" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Processing by ImagesController#index as HTML Image Load (0.1ms) SELECT "images".* FROM "images"  Rendered images/index.html.erb within layouts/application (1.2ms) Completed 200 OK in 66ms (Views: 7.7ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:36 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/images/new" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Processing by ImagesController#new as HTML Rendered images/_form.html.erb (10.2ms) Rendered images/new.html.erb within layouts/application (20.9ms) Completed 200 OK in 35ms (Views: 27.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:09:37 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/images" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Processing by ImagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uYHora1iRIbrcIl2I7NdUz5fopXPoQQ5SjjPv3lE5jU=", "image"=>{"name"=>"Image", "file"=>#>}, "commit"=>"Create Image"} [attached] save attached SQL (24.4ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 10:10:16 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "de242f89-0b1b-4b99-a3a0-7ff815c88ca3"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 21 Oct 2011 10:10:16 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/1 Completed 302 Found in 353ms Started GET "/images/1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Processing by ImagesController#show as HTML Parameters: {"id"=>"1"} Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "1"]] Rendered images/show.html.erb within layouts/application (9.3ms) Completed 200 OK in 27ms (Views: 16.5ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:16 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/images" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Processing by ImagesController#index as HTML Image Load (0.1ms) SELECT "images".* FROM "images" Rendered images/index.html.erb within layouts/application (7.8ms) Completed 200 OK in 23ms (Views: 15.0ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:18 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:20 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/audios" for 127.0.0.1 at 2011-10-21 03:10:21 -0700 Processing by AudiosController#index as HTML Audio Load (0.1ms) SELECT "audios".* FROM "audios"  Rendered audios/index.html.erb within layouts/application (1.4ms) Completed 200 OK in 16ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:21 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:21 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:21 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/audios/new" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Processing by AudiosController#new as HTML Rendered audios/_form.html.erb (55.5ms) Rendered audios/new.html.erb within layouts/application (56.8ms) Completed 200 OK in 76ms (Views: 65.9ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:22 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:23 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/audios" for 127.0.0.1 at 2011-10-21 03:10:33 -0700 Processing by AudiosController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uYHora1iRIbrcIl2I7NdUz5fopXPoQQ5SjjPv3lE5jU=", "audio"=>{"name"=>"", "file"=>#>}, "commit"=>"Create Audio"} [attached] save attached SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 10:10:34 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "cc491ac1-b41a-4a0f-a1bd-232f3fd04ad9"], ["file_size", 1055276], ["name", ""], ["updated_at", Fri, 21 Oct 2011 10:10:34 UTC +00:00]] Redirected to http://localhost:3000/audios/1 Completed 302 Found in 729ms Started GET "/audios/1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Processing by AudiosController#show as HTML Parameters: {"id"=>"1"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "1"]] Rendered audios/show.html.erb within layouts/application (59.1ms) Completed 200 OK in 77ms (Views: 67.7ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:34 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/audios/1/edit" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Processing by AudiosController#edit as HTML Parameters: {"id"=>"1"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "1"]] Rendered audios/_form.html.erb (9.1ms) Rendered audios/edit.html.erb within layouts/application (10.3ms) Completed 200 OK in 25ms (Views: 17.3ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:36 -0700 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/audios/1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Processing by AudiosController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uYHora1iRIbrcIl2I7NdUz5fopXPoQQ5SjjPv3lE5jU=", "audio"=>{"name"=>"Audio"}, "commit"=>"Update Audio", "id"=>"1"} Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "1"]] [attached] save attached  (0.3ms) UPDATE "audios" SET "name" = 'Audio', "updated_at" = '2011-10-21 10:10:39.190713' WHERE "audios"."id" = 1 Redirected to http://localhost:3000/audios/1 Completed 302 Found in 61ms Started GET "/audios/1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Processing by AudiosController#show as HTML Parameters: {"id"=>"1"} Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "1"]] Rendered audios/show.html.erb within layouts/application (6.5ms) Completed 200 OK in 22ms (Views: 14.4ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-21 03:10:39 -0700 Served asset /application.js - 304 Not Modified (0ms) Image Load (0.1ms) SELECT "images".* FROM "images"  Audio Load (0.1ms) SELECT "audios".* FROM "audios"  Started GET "/" for 127.0.0.1 at 2011-10-25 15:22:36 -0700 Processing by MainController#index as HTML Rendered main/index.html.erb within layouts/application (15.3ms) Completed 200 OK in 90ms (Views: 89.8ms | ActiveRecord: 0.0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /audios.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /main.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /audios.js - 304 Not Modified (2ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /images.js - 304 Not Modified (1ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /main.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:37 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/images" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Processing by ImagesController#index as HTML Image Load (0.5ms) SELECT "images".* FROM "images"  Rendered images/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 108ms (Views: 16.0ms | ActiveRecord: 1.3ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:22:39 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:27:46 -0700 Processing by ImagesController#create as JSON Parameters: {"name"=>"Image"} WARNING: Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 17ms (Views: 0.8ms | ActiveRecord: 0.5ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:27:52 -0700 Processing by ImagesController#create as JSON Parameters: {"name"=>"Image"} WARNING: Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 16ms (Views: 0.8ms | ActiveRecord: 0.5ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:31:12 -0700 Processing by ImagesController#create as JSON Parameters: {"name"=>"Image", "file"=>"#"} WARNING: Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 49ms (Views: 0.8ms | ActiveRecord: 0.5ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:31:17 -0700 Processing by ImagesController#create as JSON Parameters: {"name"=>"Image", "file"=>"#"} WARNING: Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 16ms (Views: 0.8ms | ActiveRecord: 0.5ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:31:22 -0700 Processing by ImagesController#create as JSON Parameters: {"name"=>"Image", "file"=>"#"} WARNING: Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 17ms (Views: 0.9ms | ActiveRecord: 0.8ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:32:25 -0700 Processing by ImagesController#create as JSON Parameters: {"name"=>"Image", "file"=>"#"} WARNING: Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 15ms (Views: 0.8ms | ActiveRecord: 0.5ms) Started POST "/images" for 127.0.0.1 at 2011-10-25 15:35:39 -0700 Processing by ImagesController#create as XML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (19.1ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:35:39 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "3a24ac03-04cb-4f8e-a7b0-cef01cdfbc7b"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:35:39 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/2 Completed 302 Found in 328ms Started POST "/images" for 127.0.0.1 at 2011-10-25 15:36:12 -0700 Processing by ImagesController#create as XML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:36:12 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "760a1820-6bcf-4788-89ee-f3c525d69360"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:36:12 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/3 Completed 302 Found in 241ms Started POST "/images" for 127.0.0.1 at 2011-10-25 15:36:22 -0700 Processing by ImagesController#create as XML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:36:22 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "36569a4d-e7d0-48e5-8a43-0761f1f7ce30"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:36:22 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/4 Completed 302 Found in 216ms Started POST "/images" for 127.0.0.1 at 2011-10-25 15:36:36 -0700 Processing by ImagesController#create as XML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:36:36 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "d6652bd3-bb85-46df-a854-cfdc64acfc31"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:36:36 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/5 Completed 302 Found in 206ms Started POST "/images" for 127.0.0.1 at 2011-10-25 15:36:47 -0700 Processing by ImagesController#create as XML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:36:47 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "adaaeac6-e3ed-49be-8586-fcc86321f5b3"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:36:47 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/6 Completed 302 Found in 209ms Started POST "/images" for 127.0.0.1 at 2011-10-25 15:37:23 -0700 Processing by ImagesController#create as XML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:37:23 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "4b4e34f0-0537-4533-af58-89916d0644f4"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:37:23 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/7 Completed 302 Found in 210ms Started POST "/images" for 127.0.0.1 at 2011-10-25 15:41:34 -0700 Processing by ImagesController#create as XML Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:41:34 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "144f3189-221d-414a-a646-1609fa887b8b"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:41:34 UTC +00:00]] [attached] save attached Redirected to http://localhost:3000/images/8 Completed 302 Found in 243ms Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:41:48 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:41:48 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "cecc1440-2c01-4607-9cfe-533b3f2c8649"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:41:48 UTC +00:00]] [attached] save attached Completed 201 Created in 209ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:42:06 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:42:07 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "3b1d989a-ec6a-4f0e-87a0-09181918f150"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:42:07 UTC +00:00]] [attached] save attached Completed 201 Created in 206ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:46:24 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:46:24 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "48e30607-1e94-4324-9301-de4863a6cf9a"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:46:24 UTC +00:00]] [attached] save attached Completed 201 Created in 208ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:46:49 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:46:49 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "e986c716-87ed-4e90-ac93-7c37daa25133"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:46:49 UTC +00:00]] [attached] save attached Completed 201 Created in 263ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:46:55 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:46:55 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "8b12f91e-d891-4d90-aaed-8b6bac08ace8"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:46:55 UTC +00:00]] [attached] save attached Completed 201 Created in 250ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:46:57 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:46:57 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "bfb7d43c-cbcb-43de-bbe8-0b6c2c023336"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:46:57 UTC +00:00]] [attached] save attached Completed 201 Created in 211ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:46:58 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:46:58 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "dc85d4b6-ce41-4386-b194-1107f915708f"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:46:58 UTC +00:00]] [attached] save attached Completed 201 Created in 210ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:46:58 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:46:59 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "0da82856-914f-48ef-918f-f1af34437f98"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:46:59 UTC +00:00]] [attached] save attached Completed 201 Created in 208ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:46:59 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:46:59 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "a2e7fe60-d5b2-4a96-9752-ea3770763ea8"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:46:59 UTC +00:00]] [attached] save attached Completed 201 Created in 254ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:47:00 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:47:00 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "809fbfc4-19e8-434a-969e-89a4aed7c471"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:47:00 UTC +00:00]] [attached] save attached Completed 201 Created in 216ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:47:00 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:47:00 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "29d1012a-23d0-4c0f-84ea-18a726772332"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:47:00 UTC +00:00]] [attached] save attached Completed 201 Created in 216ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:47:01 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:47:01 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "bb0dcd71-e1d6-406e-b9c1-0234a939bb50"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:47:01 UTC +00:00]] [attached] save attached Completed 201 Created in 221ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:47:01 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:47:01 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "218df951-f5d1-46cf-9ce1-49a98196e64a"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:47:01 UTC +00:00]] [attached] save attached Completed 201 Created in 257ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:47:01 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:47:02 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "d01ffdd2-c11b-49f8-8d3c-f6dffde534f3"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:47:02 UTC +00:00]] [attached] save attached Completed 201 Created in 262ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:47:02 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:47:02 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "d0dcff8e-d106-418f-95cb-def71c62b591"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:47:02 UTC +00:00]] [attached] save attached Completed 201 Created in 218ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:48:20 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:48:20 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "043484cd-b067-4793-a13c-bee0ddad18ad"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:48:20 UTC +00:00]] [attached] save attached Completed 201 Created in 210ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:48:29 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:48:29 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "67cceac9-d205-4da3-b92a-2f4c811f3291"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:48:29 UTC +00:00]] [attached] save attached Completed 201 Created in 216ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:48:39 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:48:39 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "f14e008b-065c-4297-bc11-78b0ba124728"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:48:39 UTC +00:00]] [attached] save attached Completed 201 Created in 254ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/images" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Processing by ImagesController#index as HTML Image Load (0.2ms) SELECT "images".* FROM "images"  Rendered images/index.html.erb within layouts/application (87.8ms) Completed 200 OK in 110ms (Views: 98.1ms | ActiveRecord: 1.0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:07 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/images/1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Processing by ImagesController#show as HTML Parameters: {"id"=>"1"} Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "1"]] Rendered images/show.html.erb within layouts/application (10.7ms) Completed 200 OK in 31ms (Views: 18.7ms | ActiveRecord: 1.0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg" for 127.0.0.1 at 2011-10-25 15:49:09 -0700 ActionController::RoutingError (No route matches [GET] "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg"): Rendered /Users/kevin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/images/1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Processing by ImagesController#show as HTML Parameters: {"id"=>"1"} Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "1"]] Rendered images/show.html.erb within layouts/application (11.3ms) Completed 200 OK in 82ms (Views: 21.6ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg" for 127.0.0.1 at 2011-10-25 15:49:10 -0700 ActionController::RoutingError (No route matches [GET] "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg"): Rendered /Users/kevin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/images/1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Processing by ImagesController#show as HTML Parameters: {"id"=>"1"} Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "1"]] Rendered images/show.html.erb within layouts/application (8.3ms) Completed 200 OK in 29ms (Views: 18.4ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg" for 127.0.0.1 at 2011-10-25 15:49:11 -0700 ActionController::RoutingError (No route matches [GET] "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg"): Rendered /Users/kevin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg" for 127.0.0.1 at 2011-10-25 15:49:16 -0700 ActionController::RoutingError (No route matches [GET] "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg"): Rendered /Users/kevin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:49:53 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:49:53 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "f64ccdbd-6ba3-4075-8216-b5c2844ea37d"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:49:53 UTC +00:00]] [attached] save attached Completed 201 Created in 212ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/images/1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Processing by ImagesController#show as HTML Parameters: {"id"=>"1"} Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "1"]] Rendered images/show.html.erb within layouts/application (61.2ms) Completed 200 OK in 84ms (Views: 72.6ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/audios.css?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /audios.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /main.css - 304 Not Modified (0ms) Started GET "/assets/audios.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /audios.js - 304 Not Modified (0ms) Started GET "/assets/images.css?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /images.css - 304 Not Modified (0ms) Started GET "/assets/images.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /images.js - 304 Not Modified (0ms) Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /main.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg" for 127.0.0.1 at 2011-10-25 15:50:08 -0700 ActionController::RoutingError (No route matches [GET] "/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg"): Rendered /Users/kevin/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started POST "/images.json" for 127.0.0.1 at 2011-10-25 15:50:21 -0700 Processing by ImagesController#create as JSON Parameters: {"image"=>{"name"=>"Image", "file"=>#>}} WARNING: Can't verify CSRF token authenticity [attached] save attached SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Oct 2011 22:50:21 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "91295f80-fd11-41e0-bd87-9a65c9522d41"], ["file_size", 399085], ["name", "Image"], ["updated_at", Tue, 25 Oct 2011 22:50:21 UTC +00:00]] [attached] save attached Completed 201 Created in 252ms (Views: 2.1ms | ActiveRecord: 0.0ms)