Started GET "/" for 127.0.0.1 at 2014-02-14 15:44:10 +0900
Processing by Rails::WelcomeController#index as HTML
Rendered /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.2/lib/rails/templates/rails/welcome/index.html.erb (1.2ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateSamples (20140214065227)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mCREATE TABLE "samples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "dated_at" date, "datetimed_at" datetime, "created_at" datetime, "updated_at" datetime) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140214065227"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Started GET "/" for 127.0.0.1 at 2014-02-14 15:54:56 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#index as HTML
[1m[35mSample Load (0.1ms)[0m SELECT "samples".* FROM "samples"
Rendered samples/index.html.erb within layouts/application (1.8ms)
Completed 200 OK in 38ms (Views: 35.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:54:56 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:54:56 +0900
Started GET "/" for 127.0.0.1 at 2014-02-14 15:57:14 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#index as HTML
[1m[35mSample Load (0.1ms)[0m SELECT "samples".* FROM "samples"
Rendered samples/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:57:15 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:57:15 +0900
Started GET "/" for 127.0.0.1 at 2014-02-14 15:57:16 +0900
Processing by SamplesController#index as HTML
[1m[36mSample Load (0.2ms)[0m [1mSELECT "samples".* FROM "samples"[0m
Rendered samples/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:57:16 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:57:16 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 15:57:17 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (25.5ms)
Rendered samples/new.html.erb within layouts/application (29.4ms)
Completed 200 OK in 40ms (Views: 33.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:57:17 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:57:17 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 15:57:55 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (8.0ms)
Rendered samples/new.html.erb within layouts/application (9.7ms)
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:57:55 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:57:55 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 15:58:36 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (43.2ms)
Rendered samples/new.html.erb within layouts/application (46.4ms)
Completed 200 OK in 62ms (Views: 59.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:58:37 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:58:37 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 15:59:10 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (11.4ms)
Rendered samples/new.html.erb within layouts/application (12.4ms)
Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:59:10 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:59:10 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 15:59:33 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (8.0ms)
Rendered samples/new.html.erb within layouts/application (9.9ms)
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 15:59:33 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 15:59:33 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 16:01:00 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (44.2ms)
Rendered samples/new.html.erb within layouts/application (47.1ms)
Completed 200 OK in 62ms (Views: 60.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:01 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:01 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 16:01:02 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.1ms)
Rendered samples/new.html.erb within layouts/application (7.9ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:02 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:02 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-14 16:01:04 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"14", "datetimed_at(4i)"=>"07", "datetimed_at(5i)"=>"01"}, "commit"=>"登録する"}
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Rendered samples/_form.html.erb (7.1ms)
Rendered samples/new.html.erb within layouts/application (7.7ms)
Completed 200 OK in 16ms (Views: 10.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:04 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:04 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-14 16:01:19 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"10", "datetimed_at(4i)"=>"07", "datetimed_at(5i)"=>"01"}, "commit"=>"登録する"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
Rendered samples/_form.html.erb (7.1ms)
Rendered samples/new.html.erb within layouts/application (7.9ms)
Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:19 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:19 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-14 16:01:22 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2016", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"10", "datetimed_at(4i)"=>"07", "datetimed_at(5i)"=>"01"}, "commit"=>"登録する"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Rendered samples/_form.html.erb (8.0ms)
Rendered samples/new.html.erb within layouts/application (8.6ms)
Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:22 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:22 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-14 16:01:24 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"31", "dated_at(1i)"=>"2016", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"10", "datetimed_at(4i)"=>"07", "datetimed_at(5i)"=>"01"}, "commit"=>"登録する"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (2.0ms)[0m [1mINSERT INTO "samples" ("created_at", "dated_at", "datetimed_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 14 Feb 2014 07:01:24 UTC +00:00], ["dated_at", Sun, 14 Feb 2016], ["datetimed_at", Mon, 10 Feb 2014 07:01:00 UTC +00:00], ["name", "31"], ["updated_at", Fri, 14 Feb 2014 07:01:24 UTC +00:00]]
[1m[35m (1.5ms)[0m commit transaction
Redirected to http://localhost:3000/samples/1
Completed 302 Found in 8ms (ActiveRecord: 3.6ms)
Started GET "/samples/1" for 127.0.0.1 at 2014-02-14 16:01:24 +0900
Processing by SamplesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mSample Load (0.3ms)[0m [1mSELECT "samples".* FROM "samples" WHERE "samples"."id" = ? LIMIT 1[0m [["id", "1"]]
Rendered samples/show.html.erb within layouts/application (1.2ms)
Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:24 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:24 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:27 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:27 +0900
Started GET "/samples" for 127.0.0.1 at 2014-02-14 16:01:28 +0900
Processing by SamplesController#index as HTML
[1m[35mSample Load (0.2ms)[0m SELECT "samples".* FROM "samples"
Rendered samples/index.html.erb within layouts/application (2.8ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:29 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:29 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 16:01:30 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.6ms)
Rendered samples/new.html.erb within layouts/application (8.4ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 16:01:30 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 16:01:30 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 17:48:34 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (5.8ms)
Rendered samples/new.html.erb within layouts/application (6.5ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 17:48:34 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 17:48:34 +0900
Started GET "/" for 127.0.0.1 at 2014-02-14 22:37:03 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#index as HTML
[1m[35mSample Load (0.5ms)[0m SELECT "samples".* FROM "samples"
Rendered samples/index.html.erb within layouts/application (13.2ms)
Completed 200 OK in 53ms (Views: 50.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:37:04 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:37:04 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:37:07 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (32.1ms)
Rendered samples/new.html.erb within layouts/application (37.9ms)
Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:37:07 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:37:07 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-14 22:37:10 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"14", "datetimed_at(4i)"=>"13", "datetimed_at(5i)"=>"37"}, "commit"=>"登録する"}
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Rendered samples/_form.html.erb (6.0ms)
Rendered samples/new.html.erb within layouts/application (6.5ms)
Completed 200 OK in 12ms (Views: 8.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:37:10 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:37:10 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-14 22:37:12 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"10", "datetimed_at(4i)"=>"13", "datetimed_at(5i)"=>"37"}, "commit"=>"登録する"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Rendered samples/_form.html.erb (8.5ms)
Rendered samples/new.html.erb within layouts/application (9.5ms)
Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:37:12 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:37:12 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-14 22:37:17 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"10", "datetimed_at(4i)"=>"13", "datetimed_at(5i)"=>"47"}, "commit"=>"登録する"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Rendered samples/_form.html.erb (7.5ms)
Rendered samples/new.html.erb within layouts/application (8.1ms)
Completed 200 OK in 14ms (Views: 10.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:37:17 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:37:17 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:38:14 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:38:14 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:38:14 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:38:14 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:38:17 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (16.7ms)
Rendered samples/new.html.erb within layouts/application (17.4ms)
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:38:17 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:38:17 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:38:27 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (9.7ms)
Rendered samples/new.html.erb within layouts/application (10.7ms)
Completed 200 OK in 14ms (Views: 14.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:38:27 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:38:27 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:39:17 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (15.1ms)
Rendered samples/new.html.erb within layouts/application (15.8ms)
Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:39:19 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (12.3ms)
Rendered samples/new.html.erb within layouts/application (12.9ms)
Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:39:19 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:39:19 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:39:53 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (14.9ms)
Rendered samples/new.html.erb within layouts/application (16.2ms)
Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:41:34 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (37.3ms)
Rendered samples/new.html.erb within layouts/application (40.0ms)
Completed 200 OK in 52ms (Views: 50.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:41:35 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:41:35 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:41:57 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (12.9ms)
Rendered samples/new.html.erb within layouts/application (13.6ms)
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:42:15 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.8ms)
Rendered samples/new.html.erb within layouts/application (11.5ms)
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:42:49 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.1ms)
Rendered samples/new.html.erb within layouts/application (11.2ms)
Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:43:01 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (18.1ms)
Rendered samples/new.html.erb within layouts/application (18.6ms)
Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:43:01 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:43:01 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:43:17 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (41.0ms)
Rendered samples/new.html.erb within layouts/application (43.9ms)
Completed 200 OK in 56ms (Views: 53.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:43:17 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:43:17 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:43:46 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (15.6ms)
Rendered samples/new.html.erb within layouts/application (16.5ms)
Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:43:46 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:43:46 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:43:54 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (15.4ms)
Rendered samples/new.html.erb within layouts/application (16.3ms)
Completed 200 OK in 19ms (Views: 19.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:43:54 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:43:54 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:44:05 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (18.6ms)
Rendered samples/new.html.erb within layouts/application (19.3ms)
Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:44:05 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:44:05 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:44:22 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (17.7ms)
Rendered samples/new.html.erb within layouts/application (18.4ms)
Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:44:22 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:44:22 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:44:28 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (14.5ms)
Rendered samples/new.html.erb within layouts/application (15.2ms)
Completed 200 OK in 19ms (Views: 19.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:44:28 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:44:28 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:44:32 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (14.8ms)
Rendered samples/new.html.erb within layouts/application (15.5ms)
Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:44:32 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:44:32 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:44:54 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (16.7ms)
Rendered samples/new.html.erb within layouts/application (17.6ms)
Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:44:54 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:44:54 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:45:01 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (22.1ms)
Rendered samples/new.html.erb within layouts/application (23.0ms)
Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:45:01 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:45:01 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:45:14 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (39.5ms)
Rendered samples/new.html.erb within layouts/application (41.2ms)
Completed 200 OK in 44ms (Views: 44.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:45:14 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:45:14 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:48:24 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (13.5ms)
Rendered samples/new.html.erb within layouts/application (14.2ms)
Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:48:24 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:48:24 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:48:47 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (15.1ms)
Rendered samples/new.html.erb within layouts/application (16.2ms)
Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:49:11 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (13.1ms)
Rendered samples/new.html.erb within layouts/application (14.3ms)
Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:49:18 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (12.4ms)
Rendered samples/new.html.erb within layouts/application (13.0ms)
Completed 200 OK in 15ms (Views: 15.0ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:49:21 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.4ms)
Rendered samples/new.html.erb within layouts/application (11.0ms)
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:49:45 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (41.1ms)
Rendered samples/new.html.erb within layouts/application (44.0ms)
Completed 200 OK in 58ms (Views: 56.2ms | ActiveRecord: 0.2ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:49:49 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.6ms)
Rendered samples/new.html.erb within layouts/application (11.2ms)
Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:49:49 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:49:49 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:50:06 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (11.1ms)
Rendered samples/new.html.erb within layouts/application (11.7ms)
Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:50:06 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:50:06 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:50:15 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (45.1ms)
Rendered samples/new.html.erb within layouts/application (47.9ms)
Completed 200 OK in 60ms (Views: 58.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:50:16 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:50:16 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:50:26 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (13.3ms)
Rendered samples/new.html.erb within layouts/application (13.9ms)
Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:50:27 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.1ms)
Rendered samples/new.html.erb within layouts/application (10.7ms)
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:50:50 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (16.6ms)
Rendered samples/new.html.erb within layouts/application (17.2ms)
Completed 200 OK in 20ms (Views: 19.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:50:50 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:50:50 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:50:51 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (30.7ms)
Rendered samples/new.html.erb within layouts/application (31.8ms)
Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.0ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:50:57 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.9ms)
Rendered samples/new.html.erb within layouts/application (11.7ms)
Completed 200 OK in 14ms (Views: 14.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:50:57 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:50:57 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:51:08 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.8ms)
Rendered samples/new.html.erb within layouts/application (11.6ms)
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:51:08 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:51:08 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:51:47 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.9ms)
Rendered samples/new.html.erb within layouts/application (9.0ms)
Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:51:47 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:51:47 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:52:02 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (33.0ms)
Rendered samples/new.html.erb within layouts/application (35.8ms)
Completed 200 OK in 48ms (Views: 45.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:52:03 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:52:03 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:52:12 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (6.4ms)
Rendered samples/new.html.erb within layouts/application (7.2ms)
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:52:12 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:52:12 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:52:19 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.6ms)
Rendered samples/new.html.erb within layouts/application (11.2ms)
Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:52:20 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:52:20 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:52:44 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (8.5ms)
Rendered samples/new.html.erb within layouts/application (9.1ms)
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:52:44 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:52:44 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:53:01 +0900
Processing by SamplesController#new as HTML
ERROR: compiling _app_views_samples__form_html_erb__360953604798995366_70096707325820 RAISED /Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:20: syntax error, unexpected ')', expecting '}'
...ators: { class_prefix: 'true' );@output_buffer.safe_append='
... ^
/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:29: syntax error, unexpected keyword_end, expecting ')'
'; end
^
/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:31: syntax error, unexpected keyword_ensure, expecting ')'
/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:33: syntax error, unexpected keyword_end, expecting ')'
Function body: def _app_views_samples__form_html_erb__360953604798995366_70096707325820(local_assigns, output_buffer)
_old_virtual_path, @virtual_path = @virtual_path, "samples/_form";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_for(@sample) do |f| @output_buffer.safe_append='
'; if @sample.errors.any?
@output_buffer.safe_append='
';@output_buffer.append=( pluralize(@sample.errors.count, "error") );@output_buffer.safe_append=' prohibited this sample from being saved:
'; @sample.errors.full_messages.each do |msg|
@output_buffer.safe_append=' - ';@output_buffer.append=( msg );@output_buffer.safe_append='
'; end
@output_buffer.safe_append='
'; end
@output_buffer.safe_append='
';@output_buffer.append=( f.label :name );@output_buffer.safe_append='
';@output_buffer.append=( f.text_field :name );@output_buffer.safe_append='
';@output_buffer.append=( f.label :dated_at );@output_buffer.safe_append='
';@output_buffer.append=( f.date_select :dated_at, use_month_numbers: true, use_separators: { class_prefix: 'true' );@output_buffer.safe_append='
';@output_buffer.append=( f.label :datetimed_at );@output_buffer.safe_append='
';@output_buffer.append=( f.datetime_select :datetimed_at, use_separators: { inline: true, day: 'unk', hour: 'aa', minute: 'bb' } );@output_buffer.safe_append='
';@output_buffer.append=( f.submit );@output_buffer.safe_append='
'; end
@output_buffer.to_s
ensure
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:299:in `module_eval'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:299:in `compile'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:248:in `block in compile!'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:236:in `synchronize'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:236:in `compile!'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:142:in `block in render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:161:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:141:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:159:in `block in instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:159:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/partial_renderer.rb:278:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/renderer.rb:47:in `render_partial'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/helpers/rendering_helper.rb:27:in `render'
/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/new.html.erb:3:in `_app_views_samples_new_html_erb___4314631031279513556_70096696777720'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:143:in `block in render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:161:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/template.rb:141:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:159:in `block in instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:159:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/template_renderer.rb:17:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/renderer.rb:42:in `render_template'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_view/renderer/renderer.rb:23:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/rendering.rb:127:in `_render_template'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/streaming.rb:219:in `_render_template'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/rendering.rb:120:in `render_to_body'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/rendering.rb:97:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/rendering.rb:16:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.2/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/base.rb:189:in `process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/callbacks.rb:393:in `_run__3596733742346598566__process_action__callbacks'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/callbacks.rb:80:in `run_callbacks'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:159:in `block in instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/notifications.rb:159:in `instrument'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.2/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/base.rb:136:in `process'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/abstract_controller/rendering.rb:44:in `process'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal.rb:195:in `dispatch'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal.rb:231:in `block in action'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/routing/route_set.rb:80:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/routing/route_set.rb:48:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/journey/router.rb:71:in `block in call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/journey/router.rb:59:in `each'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/journey/router.rb:59:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/routing/route_set.rb:680:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/flash.rb:241:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/cookies.rb:486:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.2/lib/active_record/query_cache.rb:36:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.2/lib/active_record/migration.rb:369:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/callbacks.rb:373:in `_run__3652213925779209714__call__callbacks'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/callbacks.rb:80:in `run_callbacks'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/reloader.rb:64:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.2/lib/rails/rack/logger.rb:38:in `call_app'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.2/lib/rails/rack/logger.rb:20:in `block in call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/tagged_logging.rb:67:in `block in tagged'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/tagged_logging.rb:25:in `tagged'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/tagged_logging.rb:67:in `tagged'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.2/lib/rails/rack/logger.rb:20:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/request_id.rb:21:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.2/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/static.rb:64:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.2/lib/rails/engine.rb:511:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.2/lib/rails/application.rb:97:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
/Users/hiro/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
Rendered samples/_form.html.erb (4.5ms)
Rendered samples/new.html.erb within layouts/application (5.5ms)
Completed 500 Internal Server Error in 9ms
ActionView::Template::Error (/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:20: syntax error, unexpected ')', expecting '}'
...ators: { class_prefix: 'true' );@output_buffer.safe_append='
... ^
/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:29: syntax error, unexpected keyword_end, expecting ')'
'; end
^
/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:31: syntax error, unexpected keyword_ensure, expecting ')'
/Users/hiro/Desktop/RoR/gems/date_select_separator/test/dummy/app/views/samples/_form.html.erb:33: syntax error, unexpected keyword_end, expecting ')'):
17:
18:
19: <%= f.label :dated_at %>
20: <%= f.date_select :dated_at, use_month_numbers: true, use_separators: { class_prefix: 'true' %>
21:
22:
23: <%= f.label :datetimed_at %>
app/views/samples/new.html.erb:3:in `_app_views_samples_new_html_erb___4314631031279513556_70096696777720'
Rendered /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
Rendered /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
Rendered /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.6ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:53:05 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (13.1ms)
Rendered samples/new.html.erb within layouts/application (13.7ms)
Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:53:05 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:53:05 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 22:53:27 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (16.9ms)
Rendered samples/new.html.erb within layouts/application (17.7ms)
Completed 200 OK in 20ms (Views: 20.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 22:53:27 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 22:53:27 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 23:04:55 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (36.9ms)
Rendered samples/new.html.erb within layouts/application (40.0ms)
Completed 200 OK in 54ms (Views: 51.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 23:04:55 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 23:04:55 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 23:04:56 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (6.4ms)
Rendered samples/new.html.erb within layouts/application (7.0ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 23:04:57 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 23:04:57 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 23:05:10 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (35.0ms)
Rendered samples/new.html.erb within layouts/application (37.8ms)
Completed 200 OK in 51ms (Views: 48.5ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 23:05:10 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 23:05:10 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-14 23:06:34 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (33.7ms)
Rendered samples/new.html.erb within layouts/application (36.7ms)
Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-14 23:06:34 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-14 23:06:34 +0900
Started GET "/" for 127.0.0.1 at 2014-02-15 00:10:41 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#index as HTML
[1m[35mSample Load (0.1ms)[0m SELECT "samples".* FROM "samples"
Rendered samples/index.html.erb within layouts/application (7.0ms)
Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:10:41 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:10:41 +0900
Started GET "/samples/1" for 127.0.0.1 at 2014-02-15 00:10:43 +0900
Processing by SamplesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mSample Load (0.2ms)[0m [1mSELECT "samples".* FROM "samples" WHERE "samples"."id" = ? LIMIT 1[0m [["id", "1"]]
Rendered samples/show.html.erb within layouts/application (1.2ms)
Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:10:43 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:10:43 +0900
Started GET "/samples" for 127.0.0.1 at 2014-02-15 00:10:45 +0900
Processing by SamplesController#index as HTML
[1m[35mSample Load (0.1ms)[0m SELECT "samples".* FROM "samples"
Rendered samples/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:10:45 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:10:45 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 00:10:46 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (19.7ms)
Rendered samples/new.html.erb within layouts/application (23.8ms)
Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:10:46 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:10:46 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-15 00:10:49 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"14", "datetimed_at(4i)"=>"15", "datetimed_at(5i)"=>"10"}, "commit"=>"登録する"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
Rendered samples/_form.html.erb (6.1ms)
Rendered samples/new.html.erb within layouts/application (6.9ms)
Completed 200 OK in 15ms (Views: 10.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:10:49 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:10:49 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-15 00:11:00 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"14", "datetimed_at(4i)"=>"18", "datetimed_at(5i)"=>"10"}, "commit"=>"登録する"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
Rendered samples/_form.html.erb (11.8ms)
Rendered samples/new.html.erb within layouts/application (12.5ms)
Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:11:00 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:11:00 +0900
Started POST "/samples" for 127.0.0.1 at 2014-02-15 00:11:02 +0900
Processing by SamplesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kXRkMx8yr3KVR4Lf5i1wuzzTWavJelu/upeiv233fV4=", "sample"=>{"name"=>"fasd", "dated_at(1i)"=>"2014", "dated_at(2i)"=>"2", "dated_at(3i)"=>"14", "datetimed_at(1i)"=>"2014", "datetimed_at(2i)"=>"2", "datetimed_at(3i)"=>"14", "datetimed_at(4i)"=>"18", "datetimed_at(5i)"=>"10"}, "commit"=>"登録する"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (4.1ms)[0m INSERT INTO "samples" ("created_at", "dated_at", "datetimed_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 14 Feb 2014 15:11:02 UTC +00:00], ["dated_at", Fri, 14 Feb 2014], ["datetimed_at", Fri, 14 Feb 2014 18:10:00 UTC +00:00], ["name", "fasd"], ["updated_at", Fri, 14 Feb 2014 15:11:02 UTC +00:00]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/samples/2
Completed 302 Found in 9ms (ActiveRecord: 4.8ms)
Started GET "/samples/2" for 127.0.0.1 at 2014-02-15 00:11:02 +0900
Processing by SamplesController#show as HTML
Parameters: {"id"=>"2"}
[1m[35mSample Load (0.2ms)[0m SELECT "samples".* FROM "samples" WHERE "samples"."id" = ? LIMIT 1 [["id", "2"]]
Rendered samples/show.html.erb within layouts/application (0.8ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:11:02 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:11:02 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:11:04 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:11:04 +0900
Started GET "/samples" for 127.0.0.1 at 2014-02-15 00:11:07 +0900
Processing by SamplesController#index as HTML
[1m[36mSample Load (0.1ms)[0m [1mSELECT "samples".* FROM "samples"[0m
Rendered samples/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 25ms (Views: 25.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 00:11:07 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 00:11:07 +0900
Started GET "/" for 127.0.0.1 at 2014-02-15 14:14:23 +0900
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SamplesController#index as HTML
[1m[35mSample Load (0.1ms)[0m SELECT "samples".* FROM "samples"
Rendered samples/index.html.erb within layouts/application (10.5ms)
Completed 200 OK in 40ms (Views: 37.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:14:23 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:14:23 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:14:25 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (25.5ms)
Rendered samples/new.html.erb within layouts/application (28.2ms)
Completed 500 Internal Server Error in 30ms
ActionView::Template::Error (undefined method `month' for :datetimed_at:Symbol):
22:
23: <%= f.label :datetimed_at %>
24: <%= f.datetime_select :datetimed_at, use_separators: { inline: true } %>
25: <%= select_month :datetimed_at, use_separators: { inline: true } %>
26:
27:
28: <%= f.submit %>
app/views/samples/_form.html.erb:25:in `block in _app_views_samples__form_html_erb___433592837826103580_70168184223880'
app/views/samples/_form.html.erb:1:in `_app_views_samples__form_html_erb___433592837826103580_70168184223880'
app/views/samples/new.html.erb:3:in `_app_views_samples_new_html_erb__3277757764195435754_70168185810760'
Rendered /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
Rendered /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
Rendered /Users/hiro/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms)
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:14:58 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (9.0ms)
Rendered samples/new.html.erb within layouts/application (10.3ms)
Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:14:58 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:14:58 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:15:07 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (9.1ms)
Rendered samples/new.html.erb within layouts/application (9.8ms)
Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:15:07 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:15:07 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:15:16 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.3ms)
Rendered samples/new.html.erb within layouts/application (8.0ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:15:16 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:15:16 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:17:04 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.4ms)
Rendered samples/new.html.erb within layouts/application (12.8ms)
Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:17:04 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:17:04 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:17:06 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.3ms)
Rendered samples/new.html.erb within layouts/application (7.9ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:17:06 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:17:06 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:17:24 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (13.6ms)
Rendered samples/new.html.erb within layouts/application (14.4ms)
Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:17:24 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:17:24 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:21:15 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (9.8ms)
Rendered samples/new.html.erb within layouts/application (10.5ms)
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:21:15 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:21:15 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:21:20 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (9.7ms)
Rendered samples/new.html.erb within layouts/application (10.3ms)
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:21:20 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:21:20 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:21:34 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (13.1ms)
Rendered samples/new.html.erb within layouts/application (14.5ms)
Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:21:34 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:21:34 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:37:30 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.2ms)
Rendered samples/new.html.erb within layouts/application (8.0ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:37:30 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:37:30 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:37:44 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (8.5ms)
Rendered samples/new.html.erb within layouts/application (9.5ms)
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:37:44 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:37:44 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:37:59 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.9ms)
Rendered samples/new.html.erb within layouts/application (9.1ms)
Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:37:59 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:37:59 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:53:20 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (11.6ms)
Rendered samples/new.html.erb within layouts/application (14.4ms)
Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:53:20 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:53:20 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 14:53:28 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (9.2ms)
Rendered samples/new.html.erb within layouts/application (10.2ms)
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 14:53:29 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 14:53:29 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 15:27:33 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (8.6ms)
Rendered samples/new.html.erb within layouts/application (9.8ms)
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 15:27:33 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 15:27:33 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 15:27:50 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.4ms)
Rendered samples/new.html.erb within layouts/application (8.1ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 15:27:50 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 15:27:50 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 15:29:26 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.4ms)
Rendered samples/new.html.erb within layouts/application (8.1ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 15:29:26 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 15:29:26 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 15:29:44 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (10.2ms)
Rendered samples/new.html.erb within layouts/application (10.9ms)
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 15:29:44 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 15:29:44 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 15:36:11 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (5.9ms)
Rendered samples/new.html.erb within layouts/application (6.6ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 15:36:11 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 15:36:11 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 15:36:19 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.0ms)
Rendered samples/new.html.erb within layouts/application (7.7ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 15:36:19 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 15:36:19 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 15:36:28 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (9.0ms)
Rendered samples/new.html.erb within layouts/application (10.1ms)
Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 15:36:28 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 15:36:28 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-15 17:42:03 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (7.8ms)
Rendered samples/new.html.erb within layouts/application (8.5ms)
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-15 17:42:03 +0900
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-15 17:42:03 +0900
Started GET "/samples/new" for 127.0.0.1 at 2014-02-16 23:36:59 +0900
Processing by SamplesController#new as HTML
Rendered samples/_form.html.erb (334.7ms)
Rendered samples/new.html.erb within layouts/application (336.3ms)
Completed 200 OK in 399ms (Views: 372.8ms | ActiveRecord: 1.8ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-16 23:37:01 +0900
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-16 23:37:01 +0900