(1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-25 14:56:05 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (19.6ms) Completed 200 OK in 5166ms (Views: 5156.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 14:56:10 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 14:56:10 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 14:56:10 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/new.html.slim within layouts/application (5.4ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 14:56:10 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 14:56:10 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 14:56:10 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 14:56:11 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:58875/ Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-25 14:56:11 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 14:56:11 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 14:56:11 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.8ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 09:36:56 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (12.7ms) Completed 200 OK in 5008ms (Views: 4998.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:01 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 09:37:01 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (11.9ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:01 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:01 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (1.6ms) commit transaction Redirected to http://127.0.0.1:62638/ Completed 302 Found in 7ms (ActiveRecord: 2.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:03 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:62638/ Completed 302 Found in 3ms (ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.5ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:03 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:03 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (1.0ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 09:37:04 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (4.4ms) Completed 200 OK in 13ms (Views: 6.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:04 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:04 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:04 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 09:37:04 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:05 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:05 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 09:37:05 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (9.2ms) commit transaction Redirected to http://127.0.0.1:62638/ Completed 302 Found in 11ms (ActiveRecord: 9.6ms) Started GET "/" for 127.0.0.1 at 2015-10-26 09:37:05 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:05 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.5ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:06 +0800  (9.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 09:37:07 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:07 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:07 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:07 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:62638/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:08 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:08 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (1.1ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 09:37:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 09:37:08 +0800  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 10:23:34 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (11.5ms) Completed 200 OK in 4959ms (Views: 4950.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:39 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:39 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:23:39 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (11.6ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:39 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:39 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:39 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:23:40 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:40 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:40 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:40 +0800  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:23:42 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:42 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:42 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:42 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:23:43 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:43 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:43 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:43 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.5ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:23:43 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:43 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:43 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:43 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:23:44 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:44 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:44 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:44 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:23:44 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/edit.html.slim within layouts/application (6.1ms) Completed 200 OK in 14ms (Views: 8.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:44 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:44 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:44 +0800  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (2.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:23:45 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/new.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:45 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:45 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:45 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:23:46 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:46 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:46 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:46 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:23:46 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:46 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:46 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:46 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:23:47 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:47 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:47 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:47 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (2.7ms) DELETE FROM "appointments"  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:23:47 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:47 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:47 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:47 +0800  (9.1ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:23:48 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:48 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:48 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:48 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:23:49 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:49 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:49 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:49 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (10.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:23:49 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:49 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:49 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:49 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:23:50 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (3.1ms) Rendered appointments/new.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:50 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:50 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:50 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (1.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:23:50 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.1ms) Rendered appointments/edit.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:23:51 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:23:51 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:23:51 +0800  (2.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 10:24:09 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (11.3ms) Completed 200 OK in 4936ms (Views: 4928.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:14 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:14 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:24:14 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.7ms) Rendered appointments/new.html.slim within layouts/application (11.4ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:14 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:14 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:14 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:24:15 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:63717/ Completed 302 Found in 6ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:24:15 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:15 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:15 +0800  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:24:15 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:63717/ Completed 302 Found in 3ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:16 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:16 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (5.1ms) Completed 200 OK in 14ms (Views: 7.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:16 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:16 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.6ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:24:17 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:17 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:17 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:17 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:24:18 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:63717/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:24:18 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:18 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:18 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.5ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.6ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:24:18 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:18 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:18 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:18 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:24:19 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:19 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:19 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:19 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.5ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:24:19 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:19 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:19 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:19 +0800  (9.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.5ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:24:20 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:20 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:20 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:63717/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:21 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:21 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:24:21 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:24:21 +0800  (9.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 10:41:08 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (12.0ms) Completed 200 OK in 4967ms (Views: 4957.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:13 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:13 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:41:13 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (12.2ms) Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:14 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:14 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:14 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:64025/ Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:15 +0800  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:64025/ Completed 302 Found in 2ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:15 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:15 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:41:16 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:16 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:16 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:16 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:41:16 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (5.2ms) Completed 200 OK in 13ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:16 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:16 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:16 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:41:17 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:17 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:17 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:17 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:64025/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:18 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:18 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:18 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:18 +0800  (8.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:41:19 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:19 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:19 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:19 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:64025/ Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:20 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:20 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:20 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:41:21 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:41:21 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:41:21 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:41:21 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 10:45:49 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (12.5ms) Completed 200 OK in 4997ms (Views: 4987.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:54 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:54 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:45:54 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.7ms) Rendered appointments/new.html.slim within layouts/application (11.6ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:54 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:54 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:54 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:45:55 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:64189/ Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:45:55 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:55 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:55 +0800  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:45:55 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:55 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:55 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:64189/ Completed 302 Found in 3ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:56 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (3.0ms) Rendered appointments/new.html.slim within layouts/application (3.2ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:56 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (4.9ms) Completed 200 OK in 14ms (Views: 7.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:56 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:45:57 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:57 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:57 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:57 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:64189/ Completed 302 Found in 11ms (ActiveRecord: 9.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:58 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:58 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments"  (1.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:45:59 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:45:59 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:45:59 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:45:59 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:46:00 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:46:00 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:46:00 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:46:00 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:46:00 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.9ms) commit transaction Redirected to http://127.0.0.1:64189/ Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:46:00 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:46:01 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:46:01 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:46:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:46:01 +0800  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 10:46:56 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (12.0ms) Completed 200 OK in 4966ms (Views: 4956.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:01 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:01 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.7ms) Rendered appointments/new.html.slim within layouts/application (11.7ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:02 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:02 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:02 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:64233/ Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:03 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:64233/ Completed 302 Found in 2ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:03 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:04 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:04 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:04 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:04 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:47:04 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (5.1ms) Completed 200 OK in 13ms (Views: 7.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:04 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:04 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:04 +0800  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:05 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:05 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:05 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:05 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:64233/ Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:05 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:06 +0800  (8.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:07 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:07 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:07 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:07 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:64233/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:08 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:08 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.2ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:08 +0800  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:21 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 4919ms (Views: 4911.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:26 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:26 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:27 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (5.0ms) Rendered appointments/new.html.slim within layouts/application (11.9ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:27 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:27 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:27 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:64267/ Completed 302 Found in 5ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:28 +0800  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:64267/ Completed 302 Found in 3ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:28 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:28 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:29 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:29 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:29 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:29 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments"  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:47:29 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (5.3ms) Completed 200 OK in 14ms (Views: 7.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:29 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:29 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:29 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:30 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:30 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:30 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:30 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.9ms) commit transaction Redirected to http://127.0.0.1:64267/ Completed 302 Found in 11ms (ActiveRecord: 9.3ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/new.html.slim within layouts/application (2.6ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:31 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/new.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:31 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:31 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:31 +0800  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:32 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:32 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:32 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:32 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:64267/ Completed 302 Found in 10ms (ActiveRecord: 9.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:33 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:33 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 10:47:33 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 10:47:33 +0800  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 13:08:31 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (11.6ms) Completed 200 OK in 5026ms (Views: 5017.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:36 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:36 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:08:36 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.7ms) Rendered appointments/new.html.slim within layouts/application (11.7ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:36 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:36 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:08:36 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51016/ Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:37 +0800  (9.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:51016/ Completed 302 Found in 3ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:37 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:08:38 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (11.7ms) Rendered appointments/new.html.slim within layouts/application (11.8ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (4.9ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:08:38 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51016/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:08:39 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:08:39 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.6ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:08:40 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:40 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:40 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:08:40 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:08:40 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (7.7ms) commit transaction Redirected to http://127.0.0.1:51016/ Completed 302 Found in 10ms (ActiveRecord: 8.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:08:41 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:08:41 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 13:09:25 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (12.2ms) Completed 200 OK in 5035ms (Views: 5027.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:30 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:30 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:09:30 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.2ms) Rendered appointments/new.html.slim within layouts/application (9.7ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:30 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:30 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:09:30 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51061/ Completed 302 Found in 13ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:32 +0800  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51061/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:09:32 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:09:32 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/new.html.slim within layouts/application (3.1ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:09:33 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (4.3ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms)  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.2ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:09:33 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:33 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:33 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:09:33 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:09:33 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51061/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.6ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:09:34 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)  (10.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (2.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:09:34 +0800 Appointment Load (0.5ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.9ms) commit transaction Redirected to http://127.0.0.1:51061/ Completed 302 Found in 11ms (ActiveRecord: 9.3ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/new.html.slim within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:09:35 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:09:35 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:09:36 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (2.7ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 13:10:13 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (10.8ms) Completed 200 OK in 4956ms (Views: 4948.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:18 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:18 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:10:18 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (10.3ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:18 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:18 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:18 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:10:19 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51128/ Completed 302 Found in 13ms (ActiveRecord: 9.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:10:19 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:19 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:19 +0800  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:51128/ Completed 302 Found in 2ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:20 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:20 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (4.5ms) Completed 200 OK in 10ms (Views: 6.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:20 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:20 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:10:21 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:21 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:21 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:21 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.6ms) commit transaction Redirected to http://127.0.0.1:51128/ Completed 302 Found in 10ms (ActiveRecord: 8.9ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:22 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:10:22 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (3.2ms) Rendered appointments/new.html.slim within layouts/application (3.3ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:23 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:23 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:23 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:10:23 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:23 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:23 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:23 +0800  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:10:24 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/new.html.slim within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:24 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:24 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:24 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:10:24 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51128/ Completed 302 Found in 11ms (ActiveRecord: 9.4ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:10:24 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:25 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:25 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.8ms) Rendered appointments/edit.html.slim within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:10:25 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:10:25 +0800  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.3ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 13:10:59 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (12.9ms) Completed 200 OK in 5040ms (Views: 5031.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:04 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:04 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:04 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.8ms) Rendered appointments/new.html.slim within layouts/application (10.1ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:04 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:04 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:04 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51170/ Completed 302 Found in 13ms (ActiveRecord: 9.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:05 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51170/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:05 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (4.5ms) Completed 200 OK in 10ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:06 +0800  (9.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:07 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:07 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:07 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:07 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51170/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:08 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (3.0ms) Rendered appointments/new.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:08 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:08 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:11:09 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/edit.html.slim within layouts/application (2.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:09 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:09 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:09 +0800  (9.1ms) DELETE FROM "appointments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:10 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/new.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:10 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:10 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:10 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:10 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51170/ Completed 302 Found in 2ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:10 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:11 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:11 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (2.7ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:11 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:11 +0800  (8.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.3ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:51 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (11.8ms) Completed 200 OK in 5014ms (Views: 5005.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:56 +0800 Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:56 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.4ms) Rendered appointments/new.html.slim within layouts/application (10.5ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:56 +0800 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:57 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51231/ Completed 302 Found in 13ms (ActiveRecord: 9.0ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:57 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:57 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:57 +0800  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:57 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:57 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:57 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:57 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51231/ Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:58 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (4.3ms) Rendered appointments/new.html.slim within layouts/application (4.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (5.3ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:58 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:11:59 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51231/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:11:59 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:59 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:59 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:11:59 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:11:59 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:11:59 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:11:59 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:12:00 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:12:00 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)  (8.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:12:00 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:12:00 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:12:00 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:12:00 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-25 00:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51231/ Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Processing by AppointmentsController#index as HTML Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" Rendered appointments/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:12:01 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:12:01 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)  (8.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:15:45 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.8ms) Rendered appointments/new.html.slim within layouts/application (16.8ms) Completed 200 OK in 4904ms (Views: 4895.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:50 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:50 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:50 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:15:51 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51404/appointments/1/edit Completed 302 Found in 5ms (ActiveRecord: 1.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:15:51 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (4.6ms) Completed 200 OK in 13ms (Views: 6.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:51 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:51 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:51 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:15:52 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:52 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:52 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:52 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:15:52 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:52 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:52 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:52 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:15:52 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:53 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:53 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:53 +0800  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:15:53 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:53 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:53 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:54 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:15:54 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.9ms) commit transaction Redirected to http://127.0.0.1:51404/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:15:54 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:54 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:54 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:54 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:15:55 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:55 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:55 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:55 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:15:56 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:56 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:15:56 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:56 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:15:57 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:57 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:57 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:57 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.3ms) commit transaction Redirected to http://127.0.0.1:51404/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 8.7ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:58 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:15:59 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:59 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:59 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:59 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:15:59 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:15:59 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:15:59 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:15:59 +0800  (8.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:16:00 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:00 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:00 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:00 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51404/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:01 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:16:02 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:02 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:02 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:02 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:16:02 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:02 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:02 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:02 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:16:03 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:03 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:16:04 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51404/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:16:04 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:04 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:04 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:04 +0800 Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.6ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 13:16:04 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:05 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:05 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 13:16:05 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:05 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 13:16:06 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.3ms) Rendered appointments/edit.html.slim within layouts/application (3.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 13:16:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 13:16:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 13:16:06 +0800  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.0ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:00 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.8ms) Rendered appointments/new.html.slim within layouts/application (18.0ms) Completed 200 OK in 5034ms (Views: 5024.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:05 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:05 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:05 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:06 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:51481/appointments/1/edit Completed 302 Found in 7ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:06 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/edit.html.slim within layouts/application (6.1ms) Completed 200 OK in 15ms (Views: 8.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:06 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:06 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:06 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:06 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:07 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:07 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:07 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:07 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:07 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:07 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:08 -0700  (0.2ms) SELECT COUNT(*) FROM "appointments"  (1.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:08 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.2ms) Rendered appointments/edit.html.slim within layouts/application (3.4ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:08 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:08 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:08 -0700  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:09 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:09 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:09 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:09 -0700 Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.5ms) commit transaction Redirected to http://127.0.0.1:51481/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 8.9ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:10 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:10 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:11 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:11 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:11 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:11 -0700  (0.2ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:11 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:11 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:11 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:11 -0700  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:12 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:12 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:12 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:12 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51481/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:13 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:13 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:14 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:14 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:14 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:14 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:14 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:14 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:14 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:14 -0700  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:15 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:15 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:15 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:15 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51481/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/edit.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:16 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:16 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:17 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:17 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:17 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:17 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:17 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:18 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:18 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:18 -0700  (8.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:18 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:18 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:18 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:19 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:19 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51481/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:19 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:19 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:19 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:20 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:17:20 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:20 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:20 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:20 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:17:21 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:21 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:21 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:21 -0700  (0.2ms) SELECT COUNT(*) FROM "appointments"  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:17:21 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:17:21 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:17:21 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:17:21 -0700  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:35 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.6ms) Rendered appointments/new.html.slim within layouts/application (16.5ms) Completed 200 OK in 4959ms (Views: 4949.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:40 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:40 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:40 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:41 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.0ms) commit transaction Redirected to http://127.0.0.1:51545/appointments/1/edit Completed 302 Found in 14ms (ActiveRecord: 8.9ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:41 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (5.1ms) Rendered appointments/edit.html.slim within layouts/application (8.0ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:41 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:41 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:41 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:42 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:42 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:42 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:43 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:43 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:43 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:43 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:43 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:51545/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 1.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:43 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.7ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:44 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:44 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:44 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:44 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:45 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:45 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:45 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:45 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:45 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:45 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:46 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.0ms) commit transaction Redirected to http://127.0.0.1:51545/appointments/1/edit Completed 302 Found in 10ms (ActiveRecord: 8.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:46 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:46 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:46 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:46 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:46 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:47 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/new.html.slim within layouts/application (3.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.9ms) DELETE FROM "appointments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:47 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (3.3ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:47 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (3.0ms) Rendered appointments/new.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:47 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:47 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:47 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:48 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (7.9ms) commit transaction Redirected to http://127.0.0.1:51545/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 8.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:48 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (2.8ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:48 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:48 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:48 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:48 -0700  (0.3ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:49 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:49 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (2.5ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (9.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:50 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:50 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:50 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:50 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:50 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.2ms) commit transaction Redirected to http://127.0.0.1:51545/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 8.6ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:50 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (2.7ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:18:51 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:18:51 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:18:51 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:18:51 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:18:51 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/new.html.slim within layouts/application (2.6ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:18:52 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.8ms) Rendered appointments/edit.html.slim within layouts/application (3.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)  (9.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:10 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.7ms) Rendered appointments/new.html.slim within layouts/application (16.2ms) Completed 200 OK in 4902ms (Views: 4893.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:15 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:15 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:15 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:16 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51625/appointments/1/edit Completed 302 Found in 5ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:16 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (5.2ms) Rendered appointments/edit.html.slim within layouts/application (8.6ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.1ms) Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:16 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:16 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:16 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:16 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:17 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/new.html.slim within layouts/application (2.7ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:18 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/edit.html.slim within layouts/application (3.0ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:18 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 8ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:18 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:18 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:18 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:19 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:51625/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:19 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.5ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:19 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:19 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:19 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:19 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:20 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:20 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)  (9.1ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:20 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:20 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:20 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:20 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:21 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:51625/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:21 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:21 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:21 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:21 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:21 -0700  (0.6ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:22 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/new.html.slim within layouts/application (2.8ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:22 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (3.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:22 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/new.html.slim within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:22 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:22 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:22 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:23 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51625/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 1.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:23 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.8ms) Rendered appointments/edit.html.slim within layouts/application (2.9ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:23 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.4ms) Completed 200 OK in 10ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:23 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:23 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:23 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:24 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:24 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.0ms) Rendered appointments/edit.html.slim within layouts/application (3.1ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)  (8.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:24 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:24 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:24 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:24 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:25 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.4ms) commit transaction Redirected to http://127.0.0.1:51625/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 8.8ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:25 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:21:25 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:21:25 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:21:25 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:21:25 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:21:26 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:21:26 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.8ms) Rendered appointments/edit.html.slim within layouts/application (3.0ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (1.1ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.7ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:22:04 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (35.5ms) Rendered appointments/new.html.slim within layouts/application (48.8ms) Completed 200 OK in 5029ms (Views: 5020.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:22:09 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:22:09 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:22:09 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:22:10 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51677/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:22:10 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (5.0ms) Rendered appointments/edit.html.slim within layouts/application (8.5ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.1ms) Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:22:39 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (40.6ms) Rendered appointments/new.html.slim within layouts/application (54.8ms) Completed 200 OK in 4963ms (Views: 4953.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:22:44 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:22:44 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:22:44 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:22:45 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51706/appointments/1/edit Completed 302 Found in 14ms (ActiveRecord: 9.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:22:45 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/edit.html.slim within layouts/application (8.3ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.8ms) DELETE FROM "appointments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:23:06 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (52.3ms) Rendered appointments/new.html.slim within layouts/application (67.7ms) Completed 200 OK in 4964ms (Views: 4954.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:23:11 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:23:11 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:23:11 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:23:12 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:51727/appointments/1/edit Completed 302 Found in 8ms (ActiveRecord: 3.4ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:23:12 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (7.9ms) Rendered appointments/edit.html.slim within layouts/application (10.8ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.1ms) Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:24:17 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (33.0ms) Rendered appointments/new.html.slim within layouts/application (44.1ms) Completed 200 OK in 5017ms (Views: 5008.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:24:22 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:24:22 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:24:23 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:24:24 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51770/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:24:24 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (4.0ms) Rendered appointments/edit.html.slim within layouts/application (6.4ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:25:32 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (42.1ms) Rendered appointments/new.html.slim within layouts/application (56.5ms) Completed 200 OK in 4937ms (Views: 4928.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:25:37 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:25:37 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:25:37 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:25:38 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:51803/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:25:38 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.0ms) Rendered appointments/edit.html.slim within layouts/application (5.6ms) Completed 200 OK in 14ms (Views: 7.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:25:38 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:25:38 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:25:38 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.7ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:26:35 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (41.5ms) Rendered appointments/new.html.slim within layouts/application (52.8ms) Completed 200 OK in 4920ms (Views: 4911.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:26:40 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:26:40 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:26:40 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:26:41 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:51831/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:26:41 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.7ms) Rendered appointments/edit.html.slim within layouts/application (6.9ms) Completed 200 OK in 17ms (Views: 9.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:26:41 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:26:41 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:26:41 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.7ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:28:08 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (34.6ms) Rendered appointments/new.html.slim within layouts/application (46.7ms) Completed 200 OK in 5186ms (Views: 5176.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:28:14 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:28:14 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:28:14 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:28:15 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51871/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:28:15 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (5.1ms) Rendered appointments/edit.html.slim within layouts/application (8.2ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.7ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:29:19 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (32.3ms) Rendered appointments/new.html.slim within layouts/application (43.6ms) Completed 200 OK in 4944ms (Views: 4935.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:29:24 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:29:24 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:29:24 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:29:25 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51900/appointments/1/edit Completed 302 Found in 13ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:29:25 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.3ms) Rendered appointments/edit.html.slim within layouts/application (6.0ms) Completed 200 OK in 13ms (Views: 8.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:29:25 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:29:25 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:29:25 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.3ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:30:04 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (32.9ms) Rendered appointments/new.html.slim within layouts/application (43.8ms) Completed 200 OK in 4980ms (Views: 4970.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:30:09 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:30:09 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:30:09 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:30:10 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51923/appointments/1/edit Completed 302 Found in 14ms (ActiveRecord: 9.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:30:10 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/edit.html.slim within layouts/application (6.0ms) Completed 200 OK in 13ms (Views: 8.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:30:10 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:30:10 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:30:10 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:32:17 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (32.5ms) Rendered appointments/new.html.slim within layouts/application (43.9ms) Completed 200 OK in 4992ms (Views: 4983.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:32:22 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:32:22 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:32:22 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:32:24 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51969/appointments/1/edit Completed 302 Found in 14ms (ActiveRecord: 9.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:32:24 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (4.0ms) Rendered appointments/edit.html.slim within layouts/application (6.9ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms) Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:32:39 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (32.2ms) Rendered appointments/new.html.slim within layouts/application (44.8ms) Completed 200 OK in 4943ms (Views: 4933.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:32:44 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:32:44 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:32:44 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:32:45 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:51990/appointments/1/edit Completed 302 Found in 14ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:32:45 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.7ms) Rendered appointments/edit.html.slim within layouts/application (7.4ms) Completed 200 OK in 15ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:32:45 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:32:45 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:32:45 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:33:20 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (16.3ms) Completed 200 OK in 4975ms (Views: 4965.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:33:25 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:33:25 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:33:25 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:52012/appointments/1/edit Completed 302 Found in 15ms (ActiveRecord: 9.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.2ms) Rendered appointments/edit.html.slim within layouts/application (6.2ms) Completed 200 OK in 14ms (Views: 8.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.2ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:33:26 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:33:26 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:33:27 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:33:27 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:33:27 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:33:27 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:33:27 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.8ms) Rendered appointments/edit.html.slim within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:33:27 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:33:28 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:33:28 -0700  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.8ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:33:59 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.7ms) Rendered appointments/new.html.slim within layouts/application (25.2ms) Completed 200 OK in 4923ms (Views: 4913.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:34:04 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:34:04 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:34:05 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:52037/appointments/1/edit Completed 302 Found in 14ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/edit.html.slim within layouts/application (5.4ms) Completed 200 OK in 12ms (Views: 7.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:34:06 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:34:06 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:34:07 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:34:07 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:34:07 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:34:07 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:34:07 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (2.7ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:34:07 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:34:07 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:34:07 -0700  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (13.4ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (11.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (2.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:36:19 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.8ms) Rendered appointments/new.html.slim within layouts/application (24.4ms) Completed 200 OK in 5122ms (Views: 5111.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:36:24 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:36:24 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:36:24 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:36:25 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (7.7ms) commit transaction Redirected to http://127.0.0.1:52085/appointments/1/edit Completed 302 Found in 13ms (ActiveRecord: 8.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:36:25 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (5.2ms) Completed 200 OK in 12ms (Views: 7.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:36:25 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:36:25 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:36:25 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:36:25 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:36:25 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:36:26 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:36:26 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:36:26 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:36:26 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:36:26 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:36:26 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:36:27 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:36:27 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:36:27 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:36:27 -0700  (9.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:37:39 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (25.4ms) Completed 200 OK in 5045ms (Views: 5035.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:37:44 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:37:44 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:37:44 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:37:45 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:52120/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:37:45 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.3ms) Rendered appointments/edit.html.slim within layouts/application (7.2ms) Completed 200 OK in 18ms (Views: 10.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:37:45 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:37:45 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:37:45 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:37:45 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:37:46 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:37:46 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:37:46 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:37:46 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/new.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:37:46 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:37:46 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:37:47 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:37:47 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/edit.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:37:47 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:37:47 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:37:47 -0700  (9.5ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.3ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:40:15 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.8ms) Rendered appointments/new.html.slim within layouts/application (25.3ms) Completed 200 OK in 5018ms (Views: 5008.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:40:20 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:40:20 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:40:20 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:40:21 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:52171/appointments/1/edit Completed 302 Found in 7ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:40:21 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.3ms) Rendered appointments/edit.html.slim within layouts/application (6.5ms) Completed 200 OK in 16ms (Views: 9.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:40:21 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:40:21 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:40:21 -0700 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:40:22 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:40:22 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:40:22 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:40:22 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:40:23 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:40:23 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:40:23 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:40:23 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (2.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.2ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (2.0ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:40:23 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:40:23 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:40:23 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:40:23 -0700  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.7ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (1.4ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:41:44 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.6ms) Rendered appointments/new.html.slim within layouts/application (24.7ms) Completed 200 OK in 5117ms (Views: 5107.2ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:41:49 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:41:49 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:41:49 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:52238/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.2ms) Rendered appointments/edit.html.slim within layouts/application (6.8ms) Completed 200 OK in 17ms (Views: 9.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/new.html.slim within layouts/application (2.6ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:41:50 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:41:51 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-25 22:41:51 -0700 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/new.html.slim within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:41:51 -0700 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:41:51 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:41:51 -0700  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-25 22:41:52 -0700 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/edit.html.slim within layouts/application (3.1ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-25 22:41:52 -0700 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-25 22:41:52 -0700 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-25 22:41:52 -0700  (9.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (0.8ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:06:52 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (26.4ms) Completed 200 OK in 5032ms (Views: 5020.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:06:57 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:06:57 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:06:57 +0800 Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:06:58 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:52894/appointments/1/edit Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:06:58 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.1ms) Rendered appointments/edit.html.slim within layouts/application (5.9ms) Completed 200 OK in 15ms (Views: 8.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:06:59 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:06:59 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:06:59 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:06:59 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:06:59 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:06:59 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:06:59 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:00 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:00 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:00 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:00 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (1.3ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:00 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:00 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:00 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:00 +0800  (293.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (1.1ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:20 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (5.3ms) Rendered appointments/new.html.slim within layouts/application (18.0ms) Completed 200 OK in 5095ms (Views: 5085.8ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:25 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:25 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:25 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:52918/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.2ms) Rendered appointments/edit.html.slim within layouts/application (6.4ms) Completed 200 OK in 16ms (Views: 8.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:27 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:27 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:28 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:28 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:28 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:28 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:28 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/edit.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:28 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:28 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:28 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:29 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 8ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:29 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:29 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:29 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:52918/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:30 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:30 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:31 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:31 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:31 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:31 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:32 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.8ms) Rendered appointments/edit.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:32 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:32 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:32 +0800  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:33 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:33 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:33 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:33 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:33 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:52918/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:33 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:34 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:34 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:34 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:34 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:34 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:34 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:34 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:35 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:35 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:35 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:35 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:35 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (4.8ms) Rendered appointments/edit.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:35 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:35 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:35 +0800  (8.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:36 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:36 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:36 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:36 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:52918/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:37 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:37 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:38 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:38 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:38 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:38 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:38 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:38 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:38 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:38 +0800 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:45 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.7ms) Rendered appointments/new.html.slim within layouts/application (16.3ms) Completed 200 OK in 5024ms (Views: 5014.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:50 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:50 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:50 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:52957/appointments/1/edit Completed 302 Found in 7ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.0ms) Rendered appointments/edit.html.slim within layouts/application (5.8ms) Completed 200 OK in 15ms (Views: 7.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:52 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:52 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:53 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/new.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:53 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:53 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:53 +0800  (0.2ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:53 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.4ms) Rendered appointments/edit.html.slim within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:53 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:53 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:53 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:54 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/new.html.slim within layouts/application (2.5ms) Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:54 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:54 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:54 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:52957/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:55 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:55 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:56 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:56 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:56 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:56 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (2.7ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:56 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:56 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:56 +0800  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:57 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:57 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:57 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:57 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (9.6ms) commit transaction Redirected to http://127.0.0.1:52957/appointments/1/edit Completed 302 Found in 12ms (ActiveRecord: 10.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (10.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:58 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:59 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:07:59 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:07:59 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:07:59 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:07:59 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (0.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (2.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (2.3ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:00 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:00 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:00 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:00 +0800  (10.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:01 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:01 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:01 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:01 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:01 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (9.8ms) commit transaction Redirected to http://127.0.0.1:52957/appointments/1/edit Completed 302 Found in 12ms (ActiveRecord: 10.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:01 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:02 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:02 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:02 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (11.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:02 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:02 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:02 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:02 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:03 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:03 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (2.2ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:03 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:03 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:03 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:03 +0800  (10.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.2ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:04 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:04 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:04 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:04 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (10.0ms) commit transaction Redirected to http://127.0.0.1:52957/appointments/1/edit Completed 302 Found in 12ms (ActiveRecord: 10.3ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.0ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:05 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:05 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:06 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:06 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (2.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (2.1ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:06 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:06 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:06 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:06 +0800  (8.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (9.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.1ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:31 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.8ms) Rendered appointments/new.html.slim within layouts/application (16.6ms) Completed 200 OK in 4919ms (Views: 4909.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:36 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:36 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:36 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:53011/appointments/1/edit Completed 302 Found in 5ms (ActiveRecord: 1.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.1ms) Rendered appointments/edit.html.slim within layouts/application (6.3ms) Completed 200 OK in 16ms (Views: 8.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/new.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:37 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:37 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:38 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:38 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:38 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:38 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:38 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:38 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:38 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:39 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:39 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/new.html.slim within layouts/application (2.8ms) Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:39 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:39 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:39 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:40 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.9ms) commit transaction Redirected to http://127.0.0.1:53011/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:40 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:40 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:40 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:40 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:41 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:41 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:41 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:41 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:42 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:42 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:42 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:42 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:42 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.8ms) Rendered appointments/edit.html.slim within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:42 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:42 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:42 +0800  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:43 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:43 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:43 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:43 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:53011/appointments/1/edit Completed 302 Found in 4ms (ActiveRecord: 1.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:44 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:44 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:45 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:45 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:45 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:45 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:45 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (3.1ms) Rendered appointments/edit.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:45 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:45 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:45 +0800  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.4ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:46 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.7ms) Rendered appointments/new.html.slim within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:46 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:46 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:46 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:53011/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:47 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:47 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:48 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:48 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:48 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:48 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:48 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:48 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:48 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:48 +0800  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:49 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:49 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:49 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:49 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:53011/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:50 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:50 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 14:08:51 +0800 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:51 +0800 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:51 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:51 +0800  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 14:08:51 +0800 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 14:08:51 +0800 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 14:08:52 +0800 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 14:08:52 +0800  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:32:54 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (4.9ms) Rendered appointments/new.html.slim within layouts/application (18.0ms) Completed 200 OK in 4995ms (Views: 4985.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:32:59 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:32:59 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:00 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:53861/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.9ms) Rendered appointments/edit.html.slim within layouts/application (5.9ms) Completed 200 OK in 16ms (Views: 8.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:01 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:01 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:02 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:02 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:02 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:02 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (2.5ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:02 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:02 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:02 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:02 +0100  (8.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:03 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:03 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:03 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:03 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (9.3ms) commit transaction Redirected to http://127.0.0.1:53861/appointments/1/edit Completed 302 Found in 12ms (ActiveRecord: 9.6ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.6ms) Rendered appointments/edit.html.slim within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/new.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:04 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:04 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:05 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:05 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:05 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:05 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.2ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (1.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:06 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:06 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:06 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:06 +0100  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:07 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:07 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:07 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:07 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:07 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (9.7ms) commit transaction Redirected to http://127.0.0.1:53861/appointments/1/edit Completed 302 Found in 12ms (ActiveRecord: 10.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:07 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:08 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:08 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:08 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.3ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:08 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:08 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:08 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:08 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:09 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:09 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:09 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:09 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (10.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (2.2ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:09 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:09 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:09 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:09 +0100  (10.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (3.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:10 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:10 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:10 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:10 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:53861/appointments/1/edit Completed 302 Found in 4ms (ActiveRecord: 2.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.7ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:11 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:11 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:12 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0800"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:12 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:12 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:12 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.2ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.3ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.8ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:12 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:12 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:13 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:13 +0100  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:13 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:13 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:14 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:14 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:14 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:53861/appointments/1/edit Completed 302 Found in 12ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:15 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.2ms) Rendered appointments/edit.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:15 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:15 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:15 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:33:15 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:15 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:15 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:15 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:33:16 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:16 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:16 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:16 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.8ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 16:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:33:16 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:33:16 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:33:16 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:33:16 +0100  (1.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) 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 ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:05 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (5.2ms) Rendered appointments/new.html.slim within layouts/application (18.5ms) Completed 200 OK in 5196ms (Views: 5186.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:10 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:10 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:10 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:54268/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (4.7ms) Completed 200 OK in 13ms (Views: 6.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:11 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:11 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:12 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.5ms) Rendered appointments/new.html.slim within layouts/application (1.6ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:12 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:12 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:12 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:12 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:12 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:12 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:12 +0100  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:13 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:13 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:13 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:13 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:14 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:54268/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:14 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:14 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:14 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:14 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.5ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:14 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:15 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:15 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:15 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:15 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:15 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:15 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:15 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.5ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:16 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:16 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:16 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:16 +0100  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:17 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:17 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:17 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:17 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:54268/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 1.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:18 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:18 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:19 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:19 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:19 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:19 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (1.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (1.0ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:19 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:19 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:19 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:19 +0100  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:20 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:20 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:20 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:20 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:54268/appointments/1/edit Completed 302 Found in 3ms (ActiveRecord: 1.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (0.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:21 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:21 +0100  (0.2ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:22 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:22 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:22 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:22 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.7ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:22 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:22 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:22 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:23 +0100  (1.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:23 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:23 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:24 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:24 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:24 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:54268/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:24 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:24 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:24 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:25 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:25 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:25 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:25 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:25 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:26 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:26 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:26 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:26 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:26 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:26 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:26 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:26 +0100  (9.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:37 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (5.3ms) Rendered appointments/new.html.slim within layouts/application (18.9ms) Completed 200 OK in 5710ms (Views: 5700.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:42 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:42 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:43 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:54314/appointments/1/edit Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.3ms) Rendered appointments/edit.html.slim within layouts/application (4.8ms) Completed 200 OK in 13ms (Views: 6.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:44 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:44 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:45 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:45 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:45 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:45 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (9.4ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (2.3ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:45 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:45 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:45 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:45 +0100  (9.3ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:46 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:46 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:46 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:46 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:47 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:54314/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.1ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:47 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/edit.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:47 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:47 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:47 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:47 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:48 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:48 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:48 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:48 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015-10-25 00:00:00 +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:48 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:48 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:48 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:48 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/edit.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:49 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:49 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:49 +0100  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:49 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.6ms) Rendered appointments/new.html.slim within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:49 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:50 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:50 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:50 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (8.8ms) commit transaction Redirected to http://127.0.0.1:54314/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:50 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (1.8ms) Rendered appointments/edit.html.slim within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:50 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:50 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:51 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.1ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:51 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:51 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:51 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:51 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:52 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.7ms) Rendered appointments/new.html.slim within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:52 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:52 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:52 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.5ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.8ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:52 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:52 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:52 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:52 +0100  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:53 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:53 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:53 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:53 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (9.8ms) commit transaction Redirected to http://127.0.0.1:54314/appointments/1/edit Completed 302 Found in 12ms (ActiveRecord: 10.2ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.1ms) DELETE FROM "appointments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/new.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:54 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:54 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:55 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"25.10.2015 12:00 AM +0200"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:55 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:55 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:55 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.1ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.7ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:55 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:55 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:55 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:55 +0100  (8.9ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.2ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:56 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:56 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:56 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:56 +0100 Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1 Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (8.7ms) commit transaction Redirected to http://127.0.0.1:54314/appointments/1/edit Completed 302 Found in 11ms (ActiveRecord: 9.0ms) Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.1ms) Rendered appointments/edit.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments" ORDER BY "appointments"."id" DESC LIMIT 1  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (1.0ms) DELETE FROM "appointments" Started GET "/appointments/new" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Processing by AppointmentsController#new as HTML Rendered appointments/_form.html.slim (2.0ms) Rendered appointments/new.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:57 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:57 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments" Started POST "/appointments" for 127.0.0.1 at 2015-10-26 07:49:58 +0100 Processing by AppointmentsController#create as HTML Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"2015.10.25 12:00 AM"}, "commit"=>"Create Appointment"} Rendered appointments/_form.html.slim (1.9ms) Rendered appointments/new.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:58 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:58 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:58 +0100  (0.1ms) SELECT COUNT(*) FROM "appointments"  (8.5ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments'; SQL (0.9ms) DELETE FROM "appointments"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-10-24 22:00:00.000000"]]  (0.6ms) commit transaction Started GET "/appointments/1/edit" for 127.0.0.1 at 2015-10-26 07:49:59 +0100 Processing by AppointmentsController#edit as HTML Parameters: {"id"=>"1"} Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments" WHERE "appointments"."id" = ? LIMIT 1 [["id", 1]] Rendered appointments/_form.html.slim (2.5ms) Rendered appointments/edit.html.slim within layouts/application (2.7ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-26 07:49:59 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-26 07:49:59 +0100 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-10-26 07:49:59 +0100  (9.0ms) DELETE FROM "appointments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';