Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:53:19 -0400 Processing by SchedulesController#new_custom as HTML Completed 500 Internal Server Error in 183ms (ActiveRecord: 0.0ms) Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:53:20 -0400 Processing by SchedulesController#new_custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 1.0ms) Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:53:20 -0400 Processing by SchedulesController#new_custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2016-07-14 11:53:20 -0400 Processing by SchedulesController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2016-07-14 11:53:21 -0400 Processing by SchedulesController#new as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 1.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2016-07-14 11:53:21 -0400 Processing by SchedulesController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:53:21 -0400 Processing by SchedulesController#new_custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:53:21 -0400 Processing by SchedulesController#new_custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:53:21 -0400 Processing by SchedulesController#new_custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (194.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.0ms) select sqlite_version(*)  (11.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateSchedules (20140827212211)  (0.0ms) begin transaction  (3.0ms) CREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "birthday" date, "lunchtime" time, "apocalypse" datetime, "epoch" datetime, "christmas" date, "alarm_setting" time, "created_at" datetime, "updated_at" datetime) SQL (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140827212211"]]  (10.0ms) commit transaction Migrating to AddMoreTimeColsToSchedules (20140904013919)  (0.0ms) begin transaction  (2.0ms) ALTER TABLE "schedules" ADD "suppertime" time  (0.0ms) ALTER TABLE "schedules" ADD "beer_oclock" time  (0.0ms) ALTER TABLE "schedules" ADD "sleepytime" time  (0.0ms) ALTER TABLE "schedules" ADD "party_time" time SQL (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140904013919"]]  (10.0ms) commit transaction Migrating to AddEasterToSchedules (20140909013705)  (0.0ms) begin transaction  (2.0ms) ALTER TABLE "schedules" ADD "easter" date SQL (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140909013705"]]  (9.0ms) commit transaction Migrating to AddDateInTimeToSchedules (20141031221232)  (0.0ms) begin transaction  (2.0ms) ALTER TABLE "schedules" ADD "date_in_time" datetime SQL (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141031221232"]]  (10.0ms) commit transaction Migrating to AddTimeOfDateToSchedules (20141101193750)  (0.0ms) begin transaction  (2.0ms) ALTER TABLE "schedules" ADD "time_of_date" datetime SQL (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141101193750"]]  (11.0ms) commit transaction Migrating to CreatePerson (20160714004320)  (0.0ms) begin transaction  (2.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar)  SQL (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160714004320"]]  (10.0ms) commit transaction Migrating to AddPersonIdToSchedule (20160714012056)  (0.0ms) begin transaction  (1.0ms) ALTER TABLE "schedules" ADD "person_id" integer SQL (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160714012056"]]  (10.0ms) commit transaction ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:54:54 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (205.0ms) Rendered schedules/new_custom.html.erb within layouts/application (276.0ms) Completed 200 OK in 2903ms (Views: 2884.2ms | ActiveRecord: 1.0ms) Started GET "/assets/application-fd89892d22af3c087113390a446ea3b6a5f40ff32bc2019a1f2193e4f86595db.css" for 127.0.0.1 at 2016-07-14 11:54:57 -0400 Started GET "/assets/application-cb649fc81fe9b9b6bd726b3f83e40d77606e50647ab57d4afed43c053e85e1f1.js" for 127.0.0.1 at 2016-07-14 11:54:57 -0400 Started GET "/assets/ui-bg_highlight-soft_2-b132718fb8c7f4bb1a2ccca829f81f99a115c2feb106be162bd09655d1d24012.png" for 127.0.0.1 at 2016-07-14 11:54:58 -0400 Started GET "/assets/ui-icons_ffffff_256x240-98991f0262559c830f3a94608c74f95887c373b4a9fe886f0de57f8bbfcdc875.png" for 127.0.0.1 at 2016-07-14 11:54:58 -0400 Started GET "/assets/ui-bg_gloss-wave_2-480e9f0244f43ddd1f3767f1522b7155d944551d66439e48ffd808524799ce15.png" for 127.0.0.1 at 2016-07-14 11:54:58 -0400 Started GET "/assets/ui-bg_glass_100_f6f6f6_1x400-756b2189f3ad0378e31072b3ab6c7c75d99a537c6c6d35c401a14ac4448bd5fd.png" for 127.0.0.1 at 2016-07-14 11:54:58 -0400 Started GET "/assets/ui-bg_highlight-soft_1-60b6e5c1670efd7b0d7ce92df61e3a6317214d0c3aa9259393594b845ced2b97.png" for 127.0.0.1 at 2016-07-14 11:54:58 -0400  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:54:58 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:54:59 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-14 11:55:02 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-bg_glass_100_fdf5ce_1x400-95c3b395311fcb283f71e10151f54fe8202ee4b4c20147056ec2f7b728e6674b.png" for 127.0.0.1 at 2016-07-14 11:55:02 -0400  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (45.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-14 11:55:04 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-bg_glass_65_ffffff_1x400-8230f461fdc975b423612161baf02e52e5344fdd5a3ee06c9fd2c580f879dd65.png" for 127.0.0.1 at 2016-07-14 11:55:04 -0400  (29.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-14 11:55:05 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:55:08 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:55:10 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-14 11:55:11 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 16:08:40.744984"], ["apocalypse", "2016-07-14 16:08:40.744984"], ["epoch", "2016-07-14 16:08:40.744984"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 16:08:40.744984"], ["person_id", 1], ["created_at", "2016-07-14 16:08:41.354019"], ["updated_at", "2016-07-14 16:08:41.354019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2016-07-14 12:08:41 -0400 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]] Rendered people/edit.html.erb within layouts/application (19.0ms) Completed 200 OK in 350ms (Views: 284.0ms | ActiveRecord: 0.0ms)  (3.0ms) rollback transaction  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 16:46:35.516093"], ["apocalypse", "2016-07-14 16:46:35.516093"], ["epoch", "2016-07-14 16:46:35.516093"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 16:46:35.516093"], ["created_at", "2016-07-14 16:46:36.008122"], ["updated_at", "2016-07-14 16:46:36.008122"]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules" for 127.0.0.1 at 2016-07-14 12:46:36 -0400  (4.0ms) rollback transaction  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 16:50:56.608027"], ["apocalypse", "2016-07-14 16:50:56.608027"], ["epoch", "2016-07-14 16:50:56.608027"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 16:50:56.608027"], ["created_at", "2016-07-14 16:50:57.011050"], ["updated_at", "2016-07-14 16:50:57.011050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules" for 127.0.0.1 at 2016-07-14 12:50:57 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (30.0ms) Completed 200 OK in 553ms (Views: 552.0ms | ActiveRecord: 0.0ms)  (3.0ms) rollback transaction  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:08:51.956533"], ["apocalypse", "2016-07-14 17:08:51.956533"], ["epoch", "2016-07-14 17:08:51.956533"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:08:51.956533"], ["created_at", "2016-07-14 17:08:52.462562"], ["updated_at", "2016-07-14 17:08:52.462562"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:08:59 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (11.0ms) Completed 200 OK in 1654ms (Views: 1652.1ms | ActiveRecord: 1.0ms) Started GET "/assets/application-fd89892d22af3c087113390a446ea3b6a5f40ff32bc2019a1f2193e4f86595db.css" for 127.0.0.1 at 2016-07-14 13:09:01 -0400 Started GET "/assets/application-9eb546fe4e4ebd51719224f2d115b6c54f1ee707a66da0c6d13120927216469d.js" for 127.0.0.1 at 2016-07-14 13:09:01 -0400  (35.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (30.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:10:16.437365"], ["apocalypse", "2016-07-14 17:10:16.437365"], ["epoch", "2016-07-14 17:10:16.437365"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:10:16.437365"], ["created_at", "2016-07-14 17:10:16.863390"], ["updated_at", "2016-07-14 17:10:16.863390"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:10:21 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (17.0ms) Completed 200 OK in 325ms (Views: 324.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-fd89892d22af3c087113390a446ea3b6a5f40ff32bc2019a1f2193e4f86595db.css" for 127.0.0.1 at 2016-07-14 13:10:21 -0400 Started GET "/assets/application-9eb546fe4e4ebd51719224f2d115b6c54f1ee707a66da0c6d13120927216469d.js" for 127.0.0.1 at 2016-07-14 13:10:21 -0400  (28.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:11:09.160381"], ["apocalypse", "2016-07-14 17:11:09.160381"], ["epoch", "2016-07-14 17:11:09.160381"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:11:09.160381"], ["created_at", "2016-07-14 17:11:09.569404"], ["updated_at", "2016-07-14 17:11:09.569404"]]  (60.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:11:14 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 307ms (Views: 305.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-9eb546fe4e4ebd51719224f2d115b6c54f1ee707a66da0c6d13120927216469d.js" for 127.0.0.1 at 2016-07-14 13:11:14 -0400 Started GET "/assets/application-fd89892d22af3c087113390a446ea3b6a5f40ff32bc2019a1f2193e4f86595db.css" for 127.0.0.1 at 2016-07-14 13:11:14 -0400 Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:17:20 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-fd89892d22af3c087113390a446ea3b6a5f40ff32bc2019a1f2193e4f86595db.css" for 127.0.0.1 at 2016-07-14 13:17:21 -0400 Started GET "/assets/application-9eb546fe4e4ebd51719224f2d115b6c54f1ee707a66da0c6d13120927216469d.js" for 127.0.0.1 at 2016-07-14 13:17:21 -0400 Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:17:43 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-9eb546fe4e4ebd51719224f2d115b6c54f1ee707a66da0c6d13120927216469d.js" for 127.0.0.1 at 2016-07-14 13:17:43 -0400 Started GET "/assets/application-fd89892d22af3c087113390a446ea3b6a5f40ff32bc2019a1f2193e4f86595db.css" for 127.0.0.1 at 2016-07-14 13:17:43 -0400 Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:18:07 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-fd89892d22af3c087113390a446ea3b6a5f40ff32bc2019a1f2193e4f86595db.css" for 127.0.0.1 at 2016-07-14 13:18:07 -0400 Started GET "/assets/application-9eb546fe4e4ebd51719224f2d115b6c54f1ee707a66da0c6d13120927216469d.js" for 127.0.0.1 at 2016-07-14 13:18:07 -0400  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (45.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (33.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:18:51.326815"], ["apocalypse", "2016-07-14 17:18:51.326815"], ["epoch", "2016-07-14 17:18:51.326815"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:18:51.326815"], ["created_at", "2016-07-14 17:18:51.805843"], ["updated_at", "2016-07-14 17:18:51.805843"]]  (12.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:18:56 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 1349ms (Views: 1349.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 13:18:57 -0400 Started GET "/assets/application-e245eca8c1ebfc8d08640dd28e34daeff76a44de4cb637ac3b2a4782d2aff394.js" for 127.0.0.1 at 2016-07-14 13:18:57 -0400  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:28:33.705126"], ["apocalypse", "2016-07-14 17:28:33.705126"], ["epoch", "2016-07-14 17:28:33.705126"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:28:33.705126"], ["created_at", "2016-07-14 17:28:34.141151"], ["updated_at", "2016-07-14 17:28:34.141151"]]  (21.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:28:38 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (9.0ms) Completed 500 Internal Server Error in 810ms (ActiveRecord: 0.0ms)  (80.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:32:43.949439"], ["apocalypse", "2016-07-14 17:32:43.949439"], ["epoch", "2016-07-14 17:32:43.949439"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:32:43.949439"], ["created_at", "2016-07-14 17:32:44.360462"], ["updated_at", "2016-07-14 17:32:44.360462"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:32:48 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 1723ms (Views: 1723.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-3fb42d6a01c2befd5b13d4ee321f071aa12b3dc6c7b96310c7652809bf0c2dce.js" for 127.0.0.1 at 2016-07-14 13:32:50 -0400 Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 13:32:50 -0400  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:34:26.853324"], ["apocalypse", "2016-07-14 17:34:26.853324"], ["epoch", "2016-07-14 17:34:26.853324"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:34:26.853324"], ["created_at", "2016-07-14 17:34:27.283349"], ["updated_at", "2016-07-14 17:34:27.283349"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:34:31 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 341ms (Views: 340.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 13:34:32 -0400 Started GET "/assets/application-3fb42d6a01c2befd5b13d4ee321f071aa12b3dc6c7b96310c7652809bf0c2dce.js" for 127.0.0.1 at 2016-07-14 13:34:32 -0400  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:49:30.191993"], ["apocalypse", "2016-07-14 17:49:30.191993"], ["epoch", "2016-07-14 17:49:30.191993"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:49:30.191993"], ["created_at", "2016-07-14 17:49:30.685021"], ["updated_at", "2016-07-14 17:49:30.685021"]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:49:35 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (11.0ms) Completed 200 OK in 787ms (Views: 785.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 13:49:36 -0400 Started GET "/assets/application-6a08ac6d3b9712775d680a580bfc0d53b759d0747db0c396a29073f232bab78b.js" for 127.0.0.1 at 2016-07-14 13:49:36 -0400  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:53:42.299412"], ["apocalypse", "2016-07-14 17:53:42.299412"], ["epoch", "2016-07-14 17:53:42.299412"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:53:42.299412"], ["created_at", "2016-07-14 17:53:42.713436"], ["updated_at", "2016-07-14 17:53:42.713436"]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:53:47 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 1079ms (Views: 1077.1ms | ActiveRecord: 1.0ms) Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 13:53:48 -0400 Started GET "/assets/application-b1c1578b8e91550de41be18bb49e54cb2191c7423fa6e07aa06d247525f25801.js" for 127.0.0.1 at 2016-07-14 13:53:48 -0400  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (24.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 17:59:39.669853"], ["apocalypse", "2016-07-14 17:59:39.669853"], ["epoch", "2016-07-14 17:59:39.669853"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 17:59:39.669853"], ["created_at", "2016-07-14 17:59:40.087877"], ["updated_at", "2016-07-14 17:59:40.087877"]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 13:59:44 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 1046ms (Views: 1045.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-5108eea0b18eb1f9817d6d959b64939187db746fe76d88525fde5f0a0f37fcc7.js" for 127.0.0.1 at 2016-07-14 13:59:45 -0400 Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 13:59:45 -0400  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 18:31:37.433542"], ["apocalypse", "2016-07-14 18:31:37.433542"], ["epoch", "2016-07-14 18:31:37.433542"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 18:31:37.433542"], ["created_at", "2016-07-14 18:31:38.407598"], ["updated_at", "2016-07-14 18:31:38.407598"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 14:31:45 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (52.0ms) Completed 200 OK in 1958ms (Views: 1956.1ms | ActiveRecord: 1.0ms) Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 14:31:47 -0400 Started GET "/assets/application-a8b7767e529d6d626c7e8bb8cb619ab4eda624fca7610fc60044a7253cb6469f.js" for 127.0.0.1 at 2016-07-14 14:31:47 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 14:31:48 -0400 Started GET "/assets/images/ui-icons_777777_256x240.png" for 127.0.0.1 at 2016-07-14 14:31:48 -0400 Started GET "/assets/images/ui-icons_555555_256x240.png" for 127.0.0.1 at 2016-07-14 14:31:48 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 14:31:48 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (82.0ms) Rendered schedules/edit.html.erb (101.0ms) Completed 200 OK in 144ms (Views: 111.0ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (162.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 18:33:29.822971"], ["apocalypse", "2016-07-14 18:33:29.822971"], ["epoch", "2016-07-14 18:33:29.822971"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 18:33:29.822971"], ["created_at", "2016-07-14 18:33:30.439006"], ["updated_at", "2016-07-14 18:33:30.439006"]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 14:33:34 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (16.0ms) Completed 200 OK in 372ms (Views: 372.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-a8b7767e529d6d626c7e8bb8cb619ab4eda624fca7610fc60044a7253cb6469f.js" for 127.0.0.1 at 2016-07-14 14:33:35 -0400 Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 14:33:35 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 14:33:35 -0400 Started GET "/assets/images/ui-icons_777777_256x240.png" for 127.0.0.1 at 2016-07-14 14:33:35 -0400 Started GET "/assets/images/ui-icons_555555_256x240.png" for 127.0.0.1 at 2016-07-14 14:33:35 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 14:33:35 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (32.0ms) Rendered schedules/edit.html.erb (42.0ms) Completed 200 OK in 65ms (Views: 47.0ms | ActiveRecord: 1.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (28.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 20:14:12.947618"], ["apocalypse", "2016-07-14 20:14:12.947618"], ["epoch", "2016-07-14 20:14:12.947618"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 20:14:12.947618"], ["created_at", "2016-07-14 20:14:13.763664"], ["updated_at", "2016-07-14 20:14:13.763664"]]  (15.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 16:14:19 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 1000ms (Views: 1000.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-f03a5dc24541394bdb168ed9262e93d66dec953695088a588d171154247dd6e2.js" for 127.0.0.1 at 2016-07-14 16:14:20 -0400 Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 16:14:20 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:14:21 -0400 Started GET "/assets/images/ui-icons_777777_256x240.png" for 127.0.0.1 at 2016-07-14 16:14:21 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 16:14:21 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (44.0ms) Rendered schedules/edit.html.erb (54.0ms) Completed 200 OK in 72ms (Views: 59.0ms | ActiveRecord: 1.0ms) Started GET "/assets/images/ui-icons_555555_256x240.png" for 127.0.0.1 at 2016-07-14 16:14:21 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:14:23 -0400  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 20:16:33.745671"], ["apocalypse", "2016-07-14 20:16:33.745671"], ["epoch", "2016-07-14 20:16:33.745671"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 20:16:33.745671"], ["created_at", "2016-07-14 20:16:34.149694"], ["updated_at", "2016-07-14 20:16:34.149694"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 16:16:38 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 1256ms (Views: 1255.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 16:16:40 -0400 Started GET "/assets/application-f03a5dc24541394bdb168ed9262e93d66dec953695088a588d171154247dd6e2.js" for 127.0.0.1 at 2016-07-14 16:16:40 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:16:40 -0400 Started GET "/assets/images/ui-icons_777777_256x240.png" for 127.0.0.1 at 2016-07-14 16:16:40 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 16:16:40 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (29.0ms) Rendered schedules/edit.html.erb (38.0ms) Completed 200 OK in 55ms (Views: 43.0ms | ActiveRecord: 0.0ms) Started GET "/assets/images/ui-icons_555555_256x240.png" for 127.0.0.1 at 2016-07-14 16:16:40 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:16:42 -0400  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 20:18:54.710734"], ["apocalypse", "2016-07-14 20:18:54.710734"], ["epoch", "2016-07-14 20:18:54.710734"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 20:18:54.710734"], ["created_at", "2016-07-14 20:18:55.119757"], ["updated_at", "2016-07-14 20:18:55.119757"]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 16:19:00 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 511ms (Views: 510.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-436679d0f10032d50d88f144b3423d398195474e85b6df230ea60306b1c3da19.css" for 127.0.0.1 at 2016-07-14 16:19:01 -0400 Started GET "/assets/application-f03a5dc24541394bdb168ed9262e93d66dec953695088a588d171154247dd6e2.js" for 127.0.0.1 at 2016-07-14 16:19:01 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:19:02 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 16:19:02 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (68.0ms) Rendered schedules/edit.html.erb (78.0ms) Completed 200 OK in 102ms (Views: 85.0ms | ActiveRecord: 1.0ms) Started GET "/assets/images/ui-icons_555555_256x240.png" for 127.0.0.1 at 2016-07-14 16:19:02 -0400 Started GET "/assets/images/ui-icons_777777_256x240.png" for 127.0.0.1 at 2016-07-14 16:19:02 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:19:04 -0400  (191.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (166.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (202.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 20:26:19.901197"], ["apocalypse", "2016-07-14 20:26:19.901197"], ["epoch", "2016-07-14 20:26:19.901197"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 20:26:19.901197"], ["created_at", "2016-07-14 20:26:20.321221"], ["updated_at", "2016-07-14 20:26:20.321221"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 16:26:25 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 663ms (Views: 662.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-f03a5dc24541394bdb168ed9262e93d66dec953695088a588d171154247dd6e2.js" for 127.0.0.1 at 2016-07-14 16:26:25 -0400 Started GET "/assets/application-023313c2906b69ea65a28a13ac174c0d9fa16486fc9aae48230e5e0f94c84476.css" for 127.0.0.1 at 2016-07-14 16:26:25 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:26:26 -0400 Started GET "/assets/images/ui-icons_777777_256x240.png" for 127.0.0.1 at 2016-07-14 16:26:26 -0400 Started GET "/assets/images/ui-icons_555555_256x240.png" for 127.0.0.1 at 2016-07-14 16:26:26 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 16:26:26 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (30.0ms) Rendered schedules/edit.html.erb (39.0ms) Completed 200 OK in 60ms (Views: 46.0ms | ActiveRecord: 0.0ms) Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:26:28 -0400  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 20:28:01.340999"], ["apocalypse", "2016-07-14 20:28:01.340999"], ["epoch", "2016-07-14 20:28:01.340999"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 20:28:01.340999"], ["created_at", "2016-07-14 20:28:01.756023"], ["updated_at", "2016-07-14 20:28:01.756023"]]  (12.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 16:28:06 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 2519ms (Views: 2519.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-023313c2906b69ea65a28a13ac174c0d9fa16486fc9aae48230e5e0f94c84476.css" for 127.0.0.1 at 2016-07-14 16:28:09 -0400 Started GET "/assets/application-f03a5dc24541394bdb168ed9262e93d66dec953695088a588d171154247dd6e2.js" for 127.0.0.1 at 2016-07-14 16:28:09 -0400 Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:28:09 -0400 Started GET "/assets/images/ui-icons_777777_256x240.png" for 127.0.0.1 at 2016-07-14 16:28:09 -0400 Started GET "/assets/images/ui-icons_555555_256x240.png" for 127.0.0.1 at 2016-07-14 16:28:09 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 16:28:09 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (37.0ms) Rendered schedules/edit.html.erb (48.0ms) Completed 200 OK in 72ms (Views: 55.0ms | ActiveRecord: 1.0ms) Started GET "/assets/images/ui-icons_444444_256x240.png" for 127.0.0.1 at 2016-07-14 16:28:11 -0400  (28.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (22.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-14"], ["lunchtime", "2016-07-14 20:30:15.558676"], ["apocalypse", "2016-07-14 20:30:15.558676"], ["epoch", "2016-07-14 20:30:15.558676"], ["christmas", "2016-07-14"], ["alarm_setting", "2016-07-14 20:30:15.558676"], ["created_at", "2016-07-14 20:30:16.023703"], ["updated_at", "2016-07-14 20:30:16.023703"]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-14 16:30:20 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 474ms (Views: 472.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-14 16:30:21 -0400 Started GET "/assets/application-f03a5dc24541394bdb168ed9262e93d66dec953695088a588d171154247dd6e2.js" for 127.0.0.1 at 2016-07-14 16:30:21 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-14 16:30:21 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (63.0ms) Rendered schedules/edit.html.erb (73.0ms) Completed 200 OK in 93ms (Views: 81.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (47.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (52.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (63.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (52.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 15:23:22.551391"], ["apocalypse", "2016-07-15 15:23:22.551391"], ["epoch", "2016-07-15 15:23:22.551391"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 15:23:22.551391"], ["created_at", "2016-07-15 15:23:24.509978"], ["updated_at", "2016-07-15 15:23:24.509978"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-15 11:23:35 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (42.0ms) Completed 200 OK in 1065ms (Views: 1064.3ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2016-07-15 11:23:36 -0400 Started GET "/assets/application.js" for 127.0.0.1 at 2016-07-15 11:23:36 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 11:23:36 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (241.1ms) Rendered schedules/edit.html.erb (292.1ms) Completed 200 OK in 371ms (Views: 300.1ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (17.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 15:24:26.984715"], ["apocalypse", "2016-07-15 15:24:26.984715"], ["epoch", "2016-07-15 15:24:26.984715"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 15:24:26.984715"], ["person_id", 1], ["created_at", "2016-07-15 15:24:27.462858"], ["updated_at", "2016-07-15 15:24:27.462858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2016-07-15 11:24:27 -0400 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]] Rendered people/edit.html.erb within layouts/application (34.0ms) Completed 200 OK in 346ms (Views: 334.1ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:16:51.423739"], ["apocalypse", "2016-07-15 16:16:51.423739"], ["epoch", "2016-07-15 16:16:51.423739"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:16:51.423739"], ["created_at", "2016-07-15 16:16:51.845696"], ["updated_at", "2016-07-15 16:16:51.845696"]]  (33.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-15 12:16:56 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 1210ms (Views: 1209.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4f17192f4f2737ae424e6005e175570a459309ca6d4f34207cf25f3ceef17325.js" for 127.0.0.1 at 2016-07-15 12:16:58 -0400 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 12:16:58 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 12:16:58 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (43.0ms) Rendered schedules/edit.html.erb (56.0ms) Completed 200 OK in 83ms (Views: 65.0ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (54.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:17:57 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (34.0ms) Rendered schedules/new_custom.html.erb within layouts/application (53.0ms) Completed 200 OK in 353ms (Views: 328.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:02 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4f17192f4f2737ae424e6005e175570a459309ca6d4f34207cf25f3ceef17325.js" for 127.0.0.1 at 2016-07-15 12:18:02 -0400 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 12:18:02 -0400  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:02 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:05 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:05 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:06 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (30.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:06 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:07 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:09 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "date_in_time", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["date_in_time", "2016-07-15 04:00:00.000000"], ["created_at", "2016-07-15 16:18:09.782902"], ["updated_at", "2016-07-15 16:18:09.782902"]]  (14.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:09 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (7.0ms) Completed 200 OK in 26ms (Views: 13.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:10 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (67.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:18:12 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "time_of_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["time_of_date", "2016-07-15 16:18:12.735607"], ["created_at", "2016-07-15 16:18:12.736606"], ["updated_at", "2016-07-15 16:18:12.736606"]]  (16.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:12 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:18:13.088571"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["created_at", "2016-07-15 16:18:13.098570"], ["updated_at", "2016-07-15 16:18:13.098570"]]  (26.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:13 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:13 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:15 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:18 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (30.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["person_id", 1], ["created_at", "2016-07-15 16:18:20.803800"], ["updated_at", "2016-07-15 16:18:20.803800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2016-07-15 12:18:20 -0400 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]] Rendered people/edit.html.erb within layouts/application (2.0ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:20 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 12:18:20 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (8.0ms) Completed 200 OK in 31ms (Views: 20.0ms | ActiveRecord: 0.0ms)  (28.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 12:18:23 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 12:18:26 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:28 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (75.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:29 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:31 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:31 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:32 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:18:33 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"1:15 pm", "beer_oclock"=>"", "christmas"=>"", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["suppertime", "2000-01-01 13:15:00.000000"], ["created_at", "2016-07-15 16:18:33.274552"], ["updated_at", "2016-07-15 16:18:33.274552"]]  (13.0ms) commit transaction Redirected to http://127.0.0.1:60596/schedules/1/edit Completed 302 Found in 19ms (ActiveRecord: 14.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:33 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (44.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:34 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:18:35 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"1:15 PM", "christmas"=>"", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["beer_oclock", "2000-01-01 13:15:00.000000"], ["created_at", "2016-07-15 16:18:35.361344"], ["updated_at", "2016-07-15 16:18:35.361344"]]  (14.0ms) commit transaction Redirected to http://127.0.0.1:60596/schedules/1/edit Completed 302 Found in 19ms (ActiveRecord: 15.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:35 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:36.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:36.653215"], ["updated_at", "2016-07-15 16:18:36.653215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:36 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (18.0ms) Rendered schedules/edit.html.erb within layouts/application (18.0ms) Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.0ms)  (3.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:36.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:36.698210"], ["updated_at", "2016-07-15 16:18:36.698210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:36 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 1.0ms)  (24.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:36.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:36.745205"], ["updated_at", "2016-07-15 16:18:36.745205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:36 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:36.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:36.776202"], ["updated_at", "2016-07-15 16:18:36.776202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:36 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:36.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:36.805199"], ["updated_at", "2016-07-15 16:18:36.805199"]]  (29.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:36 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:37.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:37.308149"], ["updated_at", "2016-07-15 16:18:37.308149"]]  (20.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:37 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:37.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:37.829097"], ["updated_at", "2016-07-15 16:18:37.829097"]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:37 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["beer_oclock", "2016-07-15 01:45:00.000000"], ["created_at", "2016-07-15 16:18:37.944085"], ["updated_at", "2016-07-15 16:18:37.944085"]]  (12.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:18:37 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (80.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (111.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (58.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:38.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:38.644015"], ["updated_at", "2016-07-15 16:18:38.644015"]]  (21.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:38 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["beer_oclock", "2016-07-15 23:47:00.000000"], ["created_at", "2016-07-15 16:18:38.783002"], ["updated_at", "2016-07-15 16:18:38.783002"]]  (39.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:18:38 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:39.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:39.278952"], ["updated_at", "2016-07-15 16:18:39.278952"]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:39 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["suppertime", "2016-07-15 23:47:00.000000"], ["created_at", "2016-07-15 16:18:39.394940"], ["updated_at", "2016-07-15 16:18:39.394940"]]  (14.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:18:39 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:18:00.000000"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:18:39.000000"], ["suppertime", "2000-01-01 12:18:00.000000"], ["beer_oclock", "2000-01-01 12:18:00.000000"], ["created_at", "2016-07-15 16:18:39.895890"], ["updated_at", "2016-07-15 16:18:39.895890"]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:39 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["suppertime", "2016-07-15 01:45:00.000000"], ["created_at", "2016-07-15 16:18:40.015878"], ["updated_at", "2016-07-15 16:18:40.015878"]]  (14.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:18:40 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (22.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["created_at", "2016-07-15 16:18:40.512829"], ["updated_at", "2016-07-15 16:18:40.512829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["created_at", "2016-07-15 16:18:40.544825"], ["updated_at", "2016-07-15 16:18:40.544825"]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["created_at", "2016-07-15 16:18:40.553824"], ["updated_at", "2016-07-15 16:18:40.553824"]]  (23.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-15 12:18:40 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 12:18:40 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (11.0ms) Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (19.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["created_at", "2016-07-15 16:18:43.171563"], ["updated_at", "2016-07-15 16:18:43.171563"]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:43 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (41.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", "2016-11-11"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["created_at", "2016-07-15 16:18:43.545525"], ["updated_at", "2016-07-15 16:18:43.545525"]]  (16.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:43 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-12-25"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["created_at", "2016-07-15 16:18:44.211459"], ["updated_at", "2016-07-15 16:18:44.211459"]]  (25.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:44 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 1.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "easter", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:17:56.651215"], ["apocalypse", "2016-07-15 16:17:56.651215"], ["epoch", "2016-07-15 16:17:56.651215"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:17:56.651215"], ["easter", "2016-04-30"], ["created_at", "2016-07-15 16:18:44.921388"], ["updated_at", "2016-07-15 16:18:44.921388"]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:44 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:45 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:47 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:48 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:49 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:51 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:18:53 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2016-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", "2016-12-25"], ["created_at", "2016-07-15 16:18:53.043575"], ["updated_at", "2016-07-15 16:18:53.043575"]]  (16.0ms) commit transaction Redirected to http://127.0.0.1:60596/schedules/1/edit Completed 302 Found in 22ms (ActiveRecord: 18.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:53 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:18:53 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:18:54 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2016-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "easter", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["easter", "2016-04-30"], ["created_at", "2016-07-15 16:18:54.936386"], ["updated_at", "2016-07-15 16:18:54.936386"]]  (11.0ms) commit transaction Redirected to http://127.0.0.1:60596/schedules/1/edit Completed 302 Found in 18ms (ActiveRecord: 12.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:18:54 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (43.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:20:48 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (47.0ms) Rendered schedules/new_custom.html.erb within layouts/application (101.0ms) Completed 200 OK in 509ms (Views: 486.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 12:20:48 -0400 Started GET "/assets/application-4f17192f4f2737ae424e6005e175570a459309ca6d4f34207cf25f3ceef17325.js" for 127.0.0.1 at 2016-07-15 12:20:48 -0400  (207.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (375.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (39.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:34:17 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (49.0ms) Rendered schedules/new_custom.html.erb within layouts/application (103.1ms) Completed 200 OK in 1233ms (Views: 1216.7ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 12:34:19 -0400 Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 12:34:19 -0400  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (110.1ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["created_at", "2016-07-15 16:34:46.427058"], ["updated_at", "2016-07-15 16:34:46.427058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (21.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["created_at", "2016-07-15 16:34:46.459078"], ["updated_at", "2016-07-15 16:34:46.459078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:34:50 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (28.0ms) Rendered schedules/new.html.erb within layouts/application (38.0ms) Completed 200 OK in 369ms (Views: 368.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 12:34:51 -0400 Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 12:34:51 -0400  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (33.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:34:52 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:34:54 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:34:54 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:34:55 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:34:55 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"1:15 PM", "christmas"=>"", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["beer_oclock", "2000-01-01 13:15:00.000000"], ["created_at", "2016-07-15 16:34:55.864718"], ["updated_at", "2016-07-15 16:34:55.864718"]]  (10.0ms) commit transaction Redirected to http://127.0.0.1:61993/schedules/1/edit Completed 302 Found in 16ms (ActiveRecord: 11.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:34:55 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 22ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:34:57 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:34:57 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"1:15 pm", "beer_oclock"=>"", "christmas"=>"", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["suppertime", "2000-01-01 13:15:00.000000"], ["created_at", "2016-07-15 16:34:57.891933"], ["updated_at", "2016-07-15 16:34:57.891933"]]  (19.0ms) commit transaction Redirected to http://127.0.0.1:61993/schedules/1/edit Completed 302 Found in 22ms (ActiveRecord: 20.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:34:57 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (24.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:34:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:34:59.000000"], ["suppertime", "2000-01-01 12:34:00.000000"], ["beer_oclock", "2000-01-01 12:34:00.000000"], ["created_at", "2016-07-15 16:34:59.242743"], ["updated_at", "2016-07-15 16:34:59.242743"]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:34:59 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (37.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:34:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:34:59.000000"], ["suppertime", "2000-01-01 12:34:00.000000"], ["beer_oclock", "2000-01-01 12:34:00.000000"], ["created_at", "2016-07-15 16:34:59.710023"], ["updated_at", "2016-07-15 16:34:59.710023"]]  (27.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:34:59 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:00.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:00.287370"], ["updated_at", "2016-07-15 16:35:00.287370"]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:00 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["suppertime", "2016-07-15 23:47:00.000000"], ["created_at", "2016-07-15 16:35:00.427454"], ["updated_at", "2016-07-15 16:35:00.427454"]]  (17.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:35:00 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:00.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:00.894734"], ["updated_at", "2016-07-15 16:35:00.894734"]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:00 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["suppertime", "2016-07-15 01:45:00.000000"], ["created_at", "2016-07-15 16:35:01.016807"], ["updated_at", "2016-07-15 16:35:01.016807"]]  (30.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:35:01 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:01.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:01.555130"], ["updated_at", "2016-07-15 16:35:01.555130"]]  (30.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:01 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["beer_oclock", "2016-07-15 23:47:00.000000"], ["created_at", "2016-07-15 16:35:01.685208"], ["updated_at", "2016-07-15 16:35:01.685208"]]  (31.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:35:01 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:02.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:02.176502"], ["updated_at", "2016-07-15 16:35:02.176502"]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:02 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["beer_oclock", "2016-07-15 01:45:00.000000"], ["created_at", "2016-07-15 16:35:02.300577"], ["updated_at", "2016-07-15 16:35:02.300577"]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 12:35:02 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (71.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:02.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:02.831895"], ["updated_at", "2016-07-15 16:35:02.831895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:02 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (30.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:02.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:02.882926"], ["updated_at", "2016-07-15 16:35:02.882926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:02 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:02.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:02.907941"], ["updated_at", "2016-07-15 16:35:02.907941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:02 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (35.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 12:35:00.000000"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 12:35:02.000000"], ["suppertime", "2000-01-01 12:35:00.000000"], ["beer_oclock", "2000-01-01 12:35:00.000000"], ["created_at", "2016-07-15 16:35:02.960973"], ["updated_at", "2016-07-15 16:35:02.960973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:02 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["created_at", "2016-07-15 16:35:02.981985"], ["updated_at", "2016-07-15 16:35:02.981985"]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:03 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", "2016-11-11"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["created_at", "2016-07-15 16:35:03.300176"], ["updated_at", "2016-07-15 16:35:03.300176"]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:03 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "easter", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["easter", "2016-04-30"], ["created_at", "2016-07-15 16:35:03.952567"], ["updated_at", "2016-07-15 16:35:03.952567"]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:03 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-12-25"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["created_at", "2016-07-15 16:35:04.608961"], ["updated_at", "2016-07-15 16:35:04.608961"]]  (20.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:04 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:05 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (14.0ms) Rendered schedules/new.html.erb within layouts/application (14.0ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:06 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (2.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:07 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (2.0ms) Rendered schedules/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (154.1ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (266.2ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:09 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:11 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:35:12 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2016-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", "2016-12-25"], ["created_at", "2016-07-15 16:35:12.799873"], ["updated_at", "2016-07-15 16:35:12.799873"]]  (12.0ms) commit transaction Redirected to http://127.0.0.1:61993/schedules/1/edit Completed 302 Found in 18ms (ActiveRecord: 13.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:12 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 1.0ms)  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:13 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:35:14 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2016-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "easter", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["easter", "2016-04-30"], ["created_at", "2016-07-15 16:35:14.647981"], ["updated_at", "2016-07-15 16:35:14.647981"]]  (17.0ms) commit transaction Redirected to http://127.0.0.1:61993/schedules/1/edit Completed 302 Found in 21ms (ActiveRecord: 18.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:14 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 1.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:14 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (1.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:15 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:15 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:15 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:16 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (15.0ms) Rendered schedules/new_custom.html.erb within layouts/application (15.0ms) Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:16 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:17 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:18 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 12:35:18 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 17ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 12:35:21 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 12:35:23 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:24 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:25 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:35:27 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 12:35:28 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"", "epoch"=>"2016-07-01 13:15:15"}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "epoch", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["epoch", "2016-07-01 17:15:15.000000"], ["created_at", "2016-07-15 16:35:28.412234"], ["updated_at", "2016-07-15 16:35:28.412234"]]  (11.0ms) commit transaction Redirected to http://127.0.0.1:61993/schedules/1/edit Completed 302 Found in 18ms (ActiveRecord: 12.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:28 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:35:28.707411"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["created_at", "2016-07-15 16:35:28.708412"], ["updated_at", "2016-07-15 16:35:28.708412"]]  (17.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:28 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:29 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "time_of_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["time_of_date", "2016-07-15 16:35:29.083637"], ["created_at", "2016-07-15 16:35:29.085638"], ["updated_at", "2016-07-15 16:35:29.085638"]]  (20.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:29 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:29 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:31 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "date_in_time", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["date_in_time", "2016-07-15 04:00:00.000000"], ["created_at", "2016-07-15 16:35:31.996384"], ["updated_at", "2016-07-15 16:35:31.996384"]]  (11.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2016-07-15 12:35:32 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form_custom.html.erb (9.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:35:32 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["person_id", 1], ["created_at", "2016-07-15 16:35:34.773049"], ["updated_at", "2016-07-15 16:35:34.773049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2016-07-15 12:35:34 -0400 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]] Rendered people/edit.html.erb within layouts/application (1.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 16:34:45.902744"], ["apocalypse", "2016-07-15 16:34:45.902744"], ["epoch", "2016-07-15 16:34:45.902744"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 16:34:45.902744"], ["created_at", "2016-07-15 16:35:34.806068"], ["updated_at", "2016-07-15 16:35:34.806068"]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-15 12:35:34 -0400 Processing by SchedulesController#index as HTML Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 12:35:35 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb (10.0ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:36:21 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (36.0ms) Rendered schedules/new_custom.html.erb within layouts/application (43.0ms) Completed 200 OK in 383ms (Views: 364.2ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 12:36:21 -0400 Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 12:36:21 -0400  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (35.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:36:22 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (36.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:36:23 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:36:26 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:36:27 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (2.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (56.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 12:36:28 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:36:31 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:36:33 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 12:36:34 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:12:46.349622"], ["apocalypse", "2016-07-15 19:12:46.349622"], ["epoch", "2016-07-15 19:12:46.349622"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:12:46.349622"], ["created_at", "2016-07-15 19:12:48.361622"], ["updated_at", "2016-07-15 19:12:48.361622"]]  (24.0ms) commit transaction  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:14:27.375622"], ["apocalypse", "2016-07-15 19:14:27.375622"], ["epoch", "2016-07-15 19:14:27.375622"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:14:27.375622"], ["created_at", "2016-07-15 19:14:27.817622"], ["updated_at", "2016-07-15 19:14:27.817622"]]  (10.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2016-07-15 15:14:37 -0400 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (114.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (24.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (154.0ms) Completed 200 OK in 1741ms (Views: 1685.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 15:14:38 -0400 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 15:14:38 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 15:14:50 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (12.0ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:19:15.223622"], ["apocalypse", "2016-07-15 19:19:15.223622"], ["epoch", "2016-07-15 19:19:15.223622"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:19:15.223622"], ["created_at", "2016-07-15 19:19:15.626622"], ["updated_at", "2016-07-15 19:19:15.626622"]]  (11.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2016-07-15 15:19:20 -0400 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (34.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (4.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (46.0ms) Completed 200 OK in 394ms (Views: 380.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 15:19:20 -0400 Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 15:19:20 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 15:19:21 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (13.0ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 1.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (163.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (40.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:22:15.355869"], ["apocalypse", "2016-07-15 19:22:15.355869"], ["epoch", "2016-07-15 19:22:15.355869"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:22:15.355869"], ["created_at", "2016-07-15 19:22:15.929926"], ["updated_at", "2016-07-15 19:22:15.929926"]]  (10.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2016-07-15 15:22:20 -0400 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (31.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (3.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (43.0ms) Completed 200 OK in 381ms (Views: 367.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 15:22:20 -0400 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 15:22:20 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 15:22:21 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (14.0ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 1.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 15:22:26 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb (4.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 1.0ms)  (28.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:47:57.764094"], ["updated_at", "2016-07-15 19:47:57.764094"]]  (32.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2016-07-15 15:48:02 -0400 Processing by SchedulesController#index as HTML Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (7.0ms) Rendered schedules/index.html.erb within layouts/application (14.0ms) Completed 200 OK in 357ms (Views: 355.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 15:48:03 -0400 Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 15:48:03 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 15:48:03 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (30.0ms) Rendered schedules/edit.html.erb (38.0ms) Completed 200 OK in 58ms (Views: 44.0ms | ActiveRecord: 1.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:48:06.028921"], ["updated_at", "2016-07-15 19:48:06.028921"]]  (13.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2016-07-15 15:48:06 -0400 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (7.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (1.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (11.0ms) Completed 200 OK in 57ms (Views: 56.0ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2016-07-15 15:48:06 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 1.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (42.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:48:09.852303"], ["updated_at", "2016-07-15 19:48:09.852303"]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:09 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", "2016-11-11"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:48:10.260344"], ["updated_at", "2016-07-15 19:48:10.260344"]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:10 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "easter", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["easter", "2016-04-30"], ["created_at", "2016-07-15 19:48:10.950413"], ["updated_at", "2016-07-15 19:48:10.950413"]]  (22.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:10 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (45.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-12-25"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:48:11.676485"], ["updated_at", "2016-07-15 19:48:11.676485"]]  (25.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:11 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:12 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (31.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:14 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:14 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:16 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:18 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 15:48:19 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2016-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "easter", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["easter", "2016-04-30"], ["created_at", "2016-07-15 19:48:19.836301"], ["updated_at", "2016-07-15 19:48:19.836301"]]  (15.0ms) commit transaction Redirected to http://127.0.0.1:61331/schedules/1/edit Completed 302 Found in 22ms (ActiveRecord: 16.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:19 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:20 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 15:48:21 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2016-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", "2016-12-25"], ["created_at", "2016-07-15 19:48:21.686486"], ["updated_at", "2016-07-15 19:48:21.686486"]]  (31.0ms) commit transaction Redirected to http://127.0.0.1:61331/schedules/1/edit Completed 302 Found in 36ms (ActiveRecord: 32.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:21 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:48:21.997517"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:48:21.999517"], ["updated_at", "2016-07-15 19:48:21.999517"]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:22 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:22 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:23 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:25 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 15:48:26 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"", "epoch"=>"2016-07-01 13:15:15"}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "epoch", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["epoch", "2016-07-01 17:15:15.000000"], ["created_at", "2016-07-15 19:48:26.378955"], ["updated_at", "2016-07-15 19:48:26.378955"]]  (41.0ms) commit transaction Redirected to http://127.0.0.1:61331/schedules/1/edit Completed 302 Found in 47ms (ActiveRecord: 42.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:26 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 1.0ms)  (39.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (26.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:26 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "time_of_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["time_of_date", "2016-07-15 19:48:26.868004"], ["created_at", "2016-07-15 19:48:26.870004"], ["updated_at", "2016-07-15 19:48:26.870004"]]  (16.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:26 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (6.0ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:27 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (111.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (46.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:30 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (12.0ms) Rendered schedules/new_custom.html.erb within layouts/application (12.0ms) Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)  (48.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (31.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:32 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "date_in_time", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["date_in_time", "2016-07-15 04:00:00.000000"], ["created_at", "2016-07-15 19:48:32.918609"], ["updated_at", "2016-07-15 19:48:32.918609"]]  (18.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:32 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (39.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["person_id", 1], ["created_at", "2016-07-15 19:48:33.320649"], ["updated_at", "2016-07-15 19:48:33.320649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2016-07-15 15:48:33 -0400 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]] Rendered people/edit.html.erb within layouts/application (2.0ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:33 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:34 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:35 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (33.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:36 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:36 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 15:48:38 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"1:15 PM", "christmas"=>"", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (9.0ms) INSERT INTO "schedules" ("name", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["beer_oclock", "2000-01-01 13:15:00.000000"], ["created_at", "2016-07-15 19:48:38.332151"], ["updated_at", "2016-07-15 19:48:38.332151"]]  (129.0ms) commit transaction Redirected to http://127.0.0.1:61331/schedules/1/edit Completed 302 Found in 177ms (ActiveRecord: 138.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:38 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 1.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (30.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:40 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2016-07-15 15:48:41 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"1:15 pm", "beer_oclock"=>"", "christmas"=>"", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["suppertime", "2000-01-01 13:15:00.000000"], ["created_at", "2016-07-15 19:48:41.919509"], ["updated_at", "2016-07-15 19:48:41.919509"]]  (18.0ms) commit transaction Redirected to http://127.0.0.1:61331/schedules/1/edit Completed 302 Found in 23ms (ActiveRecord: 19.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:41 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (17.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:43.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:43.301647"], ["updated_at", "2016-07-15 19:48:43.301647"]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:43 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 1.0ms)  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:43.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:43.747692"], ["updated_at", "2016-07-15 19:48:43.747692"]]  (106.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:43 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (43.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:44.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:44.319749"], ["updated_at", "2016-07-15 19:48:44.319749"]]  (22.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:44 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["suppertime", "2016-07-15 01:45:00.000000"], ["created_at", "2016-07-15 19:48:44.436761"], ["updated_at", "2016-07-15 19:48:44.436761"]]  (17.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 15:48:44 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (64.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (61.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (37.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:45.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:45.655883"], ["updated_at", "2016-07-15 19:48:45.655883"]]  (46.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:45 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (31.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 38ms (Views: 35.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["suppertime", "2016-07-15 23:47:00.000000"], ["created_at", "2016-07-15 19:48:45.999917"], ["updated_at", "2016-07-15 19:48:45.999917"]]  (22.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 15:48:46 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (33.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (19.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:46.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:46.958013"], ["updated_at", "2016-07-15 19:48:46.958013"]]  (17.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:47 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["beer_oclock", "2016-07-15 01:45:00.000000"], ["created_at", "2016-07-15 19:48:47.106028"], ["updated_at", "2016-07-15 19:48:47.106028"]]  (21.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 15:48:47 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:47.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:47.589076"], ["updated_at", "2016-07-15 19:48:47.589076"]]  (19.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:47 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["beer_oclock", "2016-07-15 23:47:00.000000"], ["created_at", "2016-07-15 19:48:47.707088"], ["updated_at", "2016-07-15 19:48:47.707088"]]  (20.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2016-07-15 15:48:47 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 2]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (29.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (17.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:48.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:48.278145"], ["updated_at", "2016-07-15 19:48:48.278145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:48 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (15.0ms) Rendered schedules/edit.html.erb within layouts/application (15.0ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:48.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:48.316149"], ["updated_at", "2016-07-15 19:48:48.316149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:48 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:48.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:48.340151"], ["updated_at", "2016-07-15 19:48:48.340151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:48 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "suppertime", "beer_oclock", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", "2016-07-15"], ["lunchtime", "2000-01-01 15:48:00.000000"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2000-01-01 15:48:48.000000"], ["suppertime", "2000-01-01 15:48:00.000000"], ["beer_oclock", "2000-01-01 15:48:00.000000"], ["created_at", "2016-07-15 19:48:48.366154"], ["updated_at", "2016-07-15 19:48:48.366154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2016-07-15 15:48:48 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 1]] Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (3.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:48 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (33.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:48 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:49 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (34.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:49 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:50 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (1.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:51 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (20.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:48:52 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:48:52.428560"], ["updated_at", "2016-07-15 19:48:52.428560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (15.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", "2016-07-15"], ["lunchtime", "2016-07-15 19:47:57.167034"], ["apocalypse", "2016-07-15 19:47:57.167034"], ["epoch", "2016-07-15 19:47:57.167034"], ["christmas", "2016-07-15"], ["alarm_setting", "2016-07-15 19:47:57.167034"], ["created_at", "2016-07-15 19:48:52.451562"], ["updated_at", "2016-07-15 19:48:52.451562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 15:48:52 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (4.0ms) Rendered no_sql_models/new.html.erb within layouts/application (9.0ms) Completed 200 OK in 39ms (Views: 26.0ms | ActiveRecord: 0.0ms)  (58.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 15:48:53 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2016-07-15 15:48:56 -0400 Processing by NoSqlModelsController#new as HTML Rendered no_sql_models/_form.html.erb (1.0ms) Rendered no_sql_models/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:48:59 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (34.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:57:53 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (32.0ms) Rendered schedules/new_custom.html.erb within layouts/application (39.0ms) Completed 200 OK in 2419ms (Views: 2401.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2016-07-15 15:57:56 -0400 Started GET "/assets/application-18dbfc055ed3beeaa58917a7d6af619a9c12a4b057647c247be30fc28a0140ed.js" for 127.0.0.1 at 2016-07-15 15:57:56 -0400  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:57:57 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (45.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:57:57 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (2.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:58:00 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.0ms)  (152.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:58:02 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (2.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2016-07-15 15:58:03 -0400 Processing by SchedulesController#new as HTML Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:58:06 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:58:08 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (2.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (85.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (112.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2016-07-15 15:58:09 -0400 Processing by SchedulesController#new_custom as HTML Rendered schedules/_form_custom.html.erb (2.0ms) Rendered schedules/new_custom.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (91.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (42.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (35.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-16 13:13:03 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (77.0ms) Rendered no_sql_models/new.html.erb within layouts/application (123.0ms) Completed 200 OK in 3555ms (Views: 3522.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 13:13:06 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 13:13:06 -0500  (28.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-16 13:13:09 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (4.0ms) Rendered no_sql_models/new.html.erb within layouts/application (34.0ms) Completed 200 OK in 118ms (Views: 98.7ms | ActiveRecord: 0.0ms)  (47.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (49.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-16 13:13:12 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 103ms (Views: 82.3ms | ActiveRecord: 0.0ms)  (32.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:17 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (20.0ms) Rendered schedules/new.html.erb within layouts/application (49.0ms) Completed 200 OK in 241ms (Views: 127.6ms | ActiveRecord: 2.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (31.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:19 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/new.html.erb within layouts/application (46.0ms) Completed 200 OK in 172ms (Views: 133.8ms | ActiveRecord: 0.0ms)  (28.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:20 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 101ms (Views: 80.4ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:13:21 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 93ms (Views: 74.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:21 UTC], ["updated_at", 2017-02-16 18:13:21 UTC], ["time_of_date", 2017-02-16 18:13:21 UTC]]  (44.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:22 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 113ms (Views: 81.2ms | ActiveRecord: 0.0ms)  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:13:22 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (46.0ms) Completed 200 OK in 147ms (Views: 119.1ms | ActiveRecord: 0.0ms)  (54.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (36.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:13:25 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 104ms (Views: 76.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:26 UTC], ["updated_at", 2017-02-16 18:13:26 UTC], ["date_in_time", 2017-02-16 05:00:00 UTC]]  (23.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:26 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 104ms (Views: 81.7ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:13:27 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 99ms (Views: 76.1ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:13:29 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:29 UTC], ["updated_at", 2017-02-16 18:13:29 UTC]]  (21.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 99ms (Views: 79.2ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:30 UTC], ["updated_at", 2017-02-16 18:13:30 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-16 13:13:30 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (1.0ms) Completed 200 OK in 80ms (Views: 57.7ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:30 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 88ms (Views: 70.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:30 UTC], ["updated_at", 2017-02-16 18:13:30 UTC]]  (21.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-16 13:13:30 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (7.0ms) Rendered schedules/index.html.erb within layouts/application (29.0ms) Completed 200 OK in 105ms (Views: 82.5ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-16 13:13:31 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (222.0ms) Completed 200 OK in 447ms (Views: 445.4ms | ActiveRecord: 1.0ms)  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:33 UTC], ["updated_at", 2017-02-16 18:13:33 UTC]]  (9.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-16 13:13:33 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (1.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (54.0ms) Completed 200 OK in 140ms (Views: 118.2ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-16 13:13:34 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (231.0ms) Completed 200 OK in 459ms (Views: 456.5ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:37 UTC], ["created_at", 2017-02-16 18:13:37 UTC], ["updated_at", 2017-02-16 18:13:37 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:37 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 106ms (Views: 82.3ms | ActiveRecord: 1.0ms)  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:38 UTC], ["created_at", 2017-02-16 18:13:38 UTC], ["updated_at", 2017-02-16 18:13:38 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:38 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (38.0ms) Completed 200 OK in 132ms (Views: 112.1ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:39 UTC], ["created_at", 2017-02-16 18:13:39 UTC], ["updated_at", 2017-02-16 18:13:39 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:39 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 102ms (Views: 77.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:40 UTC], ["updated_at", 2017-02-16 18:13:40 UTC], ["beer_oclock", 2017-02-16 23:47:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:13:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 105ms (Views: 80.4ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:40 UTC], ["created_at", 2017-02-16 18:13:40 UTC], ["updated_at", 2017-02-16 18:13:40 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (12.0ms) Rendered schedules/edit.html.erb within layouts/application (35.0ms) Completed 200 OK in 107ms (Views: 83.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:41 UTC], ["updated_at", 2017-02-16 18:13:41 UTC], ["beer_oclock", 2017-02-16 01:45:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:13:41 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 109ms (Views: 85.7ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:42 UTC], ["created_at", 2017-02-16 18:13:42 UTC], ["updated_at", 2017-02-16 18:13:42 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (22.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:42 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 96ms (Views: 73.5ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:42 UTC], ["updated_at", 2017-02-16 18:13:42 UTC], ["suppertime", 2017-02-16 01:45:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:13:42 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 101ms (Views: 80.5ms | ActiveRecord: 1.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:43 UTC], ["created_at", 2017-02-16 18:13:43 UTC], ["updated_at", 2017-02-16 18:13:43 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:43 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 95ms (Views: 76.0ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:43 UTC], ["updated_at", 2017-02-16 18:13:43 UTC], ["suppertime", 2017-02-16 23:47:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:13:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 97ms (Views: 74.9ms | ActiveRecord: 1.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:44 UTC], ["created_at", 2017-02-16 18:13:44 UTC], ["updated_at", 2017-02-16 18:13:44 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 96ms (Views: 76.5ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:44 UTC], ["created_at", 2017-02-16 18:13:44 UTC], ["updated_at", 2017-02-16 18:13:44 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 92ms (Views: 72.3ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:45 UTC], ["created_at", 2017-02-16 18:13:45 UTC], ["updated_at", 2017-02-16 18:13:45 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:45 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 116ms (Views: 93.3ms | ActiveRecord: 1.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:13:00 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:13:45 UTC], ["created_at", 2017-02-16 18:13:45 UTC], ["updated_at", 2017-02-16 18:13:45 UTC], ["suppertime", 2000-01-01 13:13:00 UTC], ["beer_oclock", 2000-01-01 13:13:00 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:45 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 109ms (Views: 84.6ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:45 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (29.0ms) Completed 200 OK in 109ms (Views: 90.7ms | ActiveRecord: 0.0ms)  (34.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (24.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:51 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 108ms (Views: 82.1ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:52 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 95ms (Views: 73.3ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:53 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 102ms (Views: 82.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:53 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 91ms (Views: 71.3ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:54 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (36.0ms) Completed 200 OK in 147ms (Views: 120.2ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:55 UTC], ["updated_at", 2017-02-16 18:13:55 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:55 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 103ms (Views: 83.4ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (27.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:56 UTC], ["updated_at", 2017-02-16 18:13:56 UTC]]  (17.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:56 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (31.0ms) Completed 200 OK in 126ms (Views: 97.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (24.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:57 UTC], ["updated_at", 2017-02-16 18:13:57 UTC], ["easter", Sun, 30 Apr 2017]]  (24.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:57 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 93ms (Views: 75.7ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:13:58 UTC], ["updated_at", 2017-02-16 18:13:58 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:13:58 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 98ms (Views: 76.8ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:13:59 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 98ms (Views: 78.5ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:14:00 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (34.0ms) Completed 200 OK in 156ms (Views: 123.1ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:14:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (29.0ms) Completed 200 OK in 102ms (Views: 83.9ms | ActiveRecord: 0.0ms)  (39.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:14:05 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (38.0ms) Completed 200 OK in 190ms (Views: 151.6ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:14:08 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 121ms (Views: 90.4ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-16 13:14:10 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-16 18:14:10 UTC], ["updated_at", 2017-02-16 18:14:10 UTC]]  (16.0ms) commit transaction Redirected to http://127.0.0.1:64022/schedules/1/edit Completed 302 Found in 26ms (ActiveRecord: 18.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:14:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application  (25.0ms) DELETE FROM "schedules"; Rendered schedules/_form.html.erb (6.0ms)  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendered schedules/edit.html.erb within layouts/application (65.0ms)  (9.0ms) DELETE FROM sqlite_sequence where name = 'schedules'; Completed 200 OK in 185ms (Views: 154.2ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:14:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 101ms (Views: 74.9ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-16 13:14:13 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-16 18:14:13 UTC], ["updated_at", 2017-02-16 18:14:13 UTC], ["easter", Sun, 30 Apr 2017]]  (53.0ms) commit transaction Redirected to http://127.0.0.1:64022/schedules/1/edit Completed 302 Found in 60ms (ActiveRecord: 54.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:14:13 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (47.0ms) Completed 200 OK in 168ms (Views: 129.3ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:14:14 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 103ms (Views: 80.4ms | ActiveRecord: 0.0ms)  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:14:15 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 83ms (Views: 66.1ms | ActiveRecord: 0.0ms)  (1.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:14:15 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 102ms (Views: 77.0ms | ActiveRecord: 0.0ms)  (27.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:14:15 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 91ms (Views: 70.7ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:14:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 96ms (Views: 72.3ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (39.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:14:17 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 94ms (Views: 73.8ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:14:18 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 95ms (Views: 75.0ms | ActiveRecord: 0.0ms)  (50.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:14:20 UTC], ["updated_at", 2017-02-16 18:14:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:12:49 UTC], ["apocalypse", 2017-02-16 18:12:49 UTC], ["epoch", 2017-02-16 18:12:49 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:12:49 UTC], ["created_at", 2017-02-16 18:14:20 UTC], ["updated_at", 2017-02-16 18:14:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction  (149.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:22:27 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (40.0ms) Rendered schedules/new.html.erb within layouts/application (66.0ms) Completed 200 OK in 822ms (Views: 645.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:22:28 UTC], ["updated_at", 2017-02-16 18:22:28 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:22:28 UTC], ["updated_at", 2017-02-16 18:22:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:28 UTC], ["created_at", 2017-02-16 18:22:28 UTC], ["updated_at", 2017-02-16 18:22:28 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:28 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 118ms (Views: 86.6ms | ActiveRecord: 1.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (1.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:28 UTC], ["created_at", 2017-02-16 18:22:28 UTC], ["updated_at", 2017-02-16 18:22:28 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 102ms (Views: 83.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:29 UTC], ["created_at", 2017-02-16 18:22:29 UTC], ["updated_at", 2017-02-16 18:22:29 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 79ms (Views: 61.3ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:29 UTC], ["created_at", 2017-02-16 18:22:29 UTC], ["updated_at", 2017-02-16 18:22:29 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 75ms (Views: 59.8ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:29 UTC], ["created_at", 2017-02-16 18:22:29 UTC], ["updated_at", 2017-02-16 18:22:29 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (31.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:35 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (40.0ms) Completed 200 OK in 146ms (Views: 107.4ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 13:22:35 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 13:22:35 -0500  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:36 UTC], ["created_at", 2017-02-16 18:22:36 UTC], ["updated_at", 2017-02-16 18:22:36 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (37.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:36 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 83ms (Views: 66.0ms | ActiveRecord: 0.0ms)  (34.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:36 UTC], ["created_at", 2017-02-16 18:22:36 UTC], ["updated_at", 2017-02-16 18:22:36 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (25.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:36 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 90ms (Views: 72.5ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:22:37 UTC], ["updated_at", 2017-02-16 18:22:37 UTC], ["beer_oclock", 2017-02-16 23:47:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:22:37 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 88ms (Views: 68.4ms | ActiveRecord: 1.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (35.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:38 UTC], ["created_at", 2017-02-16 18:22:38 UTC], ["updated_at", 2017-02-16 18:22:38 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:38 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 84ms (Views: 66.6ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:22:38 UTC], ["updated_at", 2017-02-16 18:22:38 UTC], ["beer_oclock", 2017-02-16 01:45:00 UTC]]  (9.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:22:38 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 113ms (Views: 76.3ms | ActiveRecord: 0.0ms)  (41.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (9.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:39 UTC], ["created_at", 2017-02-16 18:22:39 UTC], ["updated_at", 2017-02-16 18:22:39 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:39 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 84ms (Views: 65.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:22:39 UTC], ["updated_at", 2017-02-16 18:22:39 UTC], ["suppertime", 2017-02-16 23:47:00 UTC]]  (29.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:22:39 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 89ms (Views: 70.6ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2000-01-01 13:22:00 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2000-01-01 13:22:40 UTC], ["created_at", 2017-02-16 18:22:40 UTC], ["updated_at", 2017-02-16 18:22:40 UTC], ["suppertime", 2000-01-01 13:22:00 UTC], ["beer_oclock", 2000-01-01 13:22:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:22:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 93ms (Views: 72.3ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:22:40 UTC], ["updated_at", 2017-02-16 18:22:40 UTC], ["suppertime", 2017-02-16 01:45:00 UTC]]  (39.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-16 13:22:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 97ms (Views: 75.8ms | ActiveRecord: 1.0ms)  (29.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:22:41 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (31.0ms) Completed 200 OK in 124ms (Views: 98.7ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:22:44 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 93ms (Views: 75.5ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:22:49 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 83ms (Views: 66.3ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:22:52 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (32.0ms) Completed 200 OK in 142ms (Views: 117.2ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:22:55 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 90ms (Views: 70.3ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:22:58 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 82ms (Views: 64.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:23:00 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 82ms (Views: 64.8ms | ActiveRecord: 0.0ms)  (52.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:23:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 104ms (Views: 82.5ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:23:06 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 89ms (Views: 68.6ms | ActiveRecord: 0.0ms)  (30.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (24.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:23:09 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 111ms (Views: 83.7ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:23:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 89ms (Views: 68.3ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:23:14 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (31.0ms) Completed 200 OK in 127ms (Views: 101.6ms | ActiveRecord: 0.0ms)  (49.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:23:17 UTC], ["updated_at", 2017-02-16 18:23:17 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:23:17 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 89ms (Views: 71.3ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:23:17 UTC], ["updated_at", 2017-02-16 18:23:17 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:23:18 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 84ms (Views: 66.7ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (37.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (31.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:23:20 UTC], ["updated_at", 2017-02-16 18:23:20 UTC], ["easter", Sun, 30 Apr 2017]]  (29.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:23:20 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/edit.html.erb within layouts/application (38.0ms) Completed 200 OK in 141ms (Views: 111.7ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:23:23 UTC], ["updated_at", 2017-02-16 18:23:23 UTC]]  (19.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:23:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 85ms (Views: 68.7ms | ActiveRecord: 0.0ms)  (27.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (37.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:23:26 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 89ms (Views: 69.9ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (58.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:23:29 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 90ms (Views: 73.4ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:23:32 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 99ms (Views: 78.9ms | ActiveRecord: 0.0ms)  (41.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (36.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:23:35 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 96ms (Views: 71.3ms | ActiveRecord: 0.0ms)  (35.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:23:37 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 101ms (Views: 82.7ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:23:38 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 91ms (Views: 70.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:23:38 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 86ms (Views: 68.4ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-16 13:23:41 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 93ms (Views: 67.8ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-16 13:23:44 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 80ms (Views: 63.1ms | ActiveRecord: 0.0ms)  (38.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-16 13:23:47 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 82ms (Views: 65.2ms | ActiveRecord: 0.0ms)  (44.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:23:49 UTC], ["updated_at", 2017-02-16 18:23:49 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-16 13:23:49 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (1.0ms) Completed 200 OK in 63ms (Views: 45.9ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:23:49 UTC], ["updated_at", 2017-02-16 18:23:49 UTC]]  (12.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-16 13:23:49 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (4.0ms) Rendered schedules/index.html.erb within layouts/application (25.0ms) Completed 200 OK in 91ms (Views: 73.6ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-16 13:23:50 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (202.0ms) Completed 200 OK in 393ms (Views: 391.4ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:23:54 UTC], ["updated_at", 2017-02-16 18:23:54 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-16 13:23:54 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (41.0ms) Completed 200 OK in 107ms (Views: 87.7ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-16 13:23:55 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb (192.0ms) Completed 200 OK in 384ms (Views: 382.8ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:24:00 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 90ms (Views: 67.2ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:24:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 86ms (Views: 69.3ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (40.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:24:06 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 91ms (Views: 66.5ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:24:09 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 91ms (Views: 74.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:24:09 UTC], ["updated_at", 2017-02-16 18:24:09 UTC], ["date_in_time", 2017-02-16 05:00:00 UTC]]  (11.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:24:09 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 86ms (Views: 66.0ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:24:10 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 80ms (Views: 62.7ms | ActiveRecord: 0.0ms)  (50.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:24:13 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 116ms (Views: 82.9ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-16 13:24:15 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 83ms (Views: 66.3ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:22:27 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:24:16 UTC], ["updated_at", 2017-02-16 18:24:16 UTC], ["time_of_date", 2017-02-16 18:24:16 UTC]]  (10.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:24:16 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 91ms (Views: 72.1ms | ActiveRecord: 1.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Thu, 16 Feb 2017], ["lunchtime", 2017-02-16 18:22:27 UTC], ["apocalypse", 2017-02-16 18:24:16 UTC], ["epoch", 2017-02-16 18:22:27 UTC], ["christmas", Thu, 16 Feb 2017], ["alarm_setting", 2017-02-16 18:22:27 UTC], ["created_at", 2017-02-16 18:24:16 UTC], ["updated_at", 2017-02-16 18:24:16 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 13:24:16 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 65.4ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:25:07 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (40.0ms) Rendered schedules/new.html.erb within layouts/application (63.0ms) Completed 200 OK in 819ms (Views: 746.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 13:25:08 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 13:25:08 -0500  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:54:15 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (97.0ms) Rendered schedules/new.html.erb within layouts/application (123.0ms) Completed 200 OK in 855ms (Views: 792.3ms | ActiveRecord: 3.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 13:54:16 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 13:54:16 -0500  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (40.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 13:58:27 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (70.0ms) Rendered schedules/new.html.erb within layouts/application (93.0ms) Completed 200 OK in 816ms (Views: 751.8ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 13:58:28 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 13:58:28 -0500  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:01:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (36.0ms) Rendered schedules/new.html.erb within layouts/application (56.0ms) Completed 200 OK in 798ms (Views: 733.4ms | ActiveRecord: 3.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:01:04 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:01:04 -0500  (49.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:01:23 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (53.0ms) Rendered schedules/new.html.erb within layouts/application (72.0ms) Completed 200 OK in 821ms (Views: 748.4ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:01:23 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:01:23 -0500  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:02:02 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (46.0ms) Rendered schedules/new.html.erb within layouts/application (69.0ms) Completed 200 OK in 894ms (Views: 836.1ms | ActiveRecord: 2.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:02:03 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:02:03 -0500  (44.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:06:53 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (50.0ms) Rendered schedules/new.html.erb within layouts/application (82.0ms) Completed 200 OK in 785ms (Views: 730.0ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:06:54 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:06:54 -0500  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (9.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:07:44 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (47.0ms) Rendered schedules/new.html.erb within layouts/application (69.0ms) Completed 200 OK in 764ms (Views: 702.8ms | ActiveRecord: 3.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:07:45 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:07:45 -0500  (23.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:09:21 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (122.0ms) Rendered schedules/new.html.erb within layouts/application (153.0ms) Completed 200 OK in 1007ms (Views: 942.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:09:22 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:09:22 -0500  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:09:24 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 86ms (Views: 66.7ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:09:51 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (70.0ms) Rendered schedules/new.html.erb within layouts/application (107.0ms) Completed 200 OK in 845ms (Views: 715.3ms | ActiveRecord: 4.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:09:52 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:09:52 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:09:54 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-16 19:09:54 UTC], ["updated_at", 2017-02-16 19:09:54 UTC]]  (13.0ms) commit transaction Redirected to http://127.0.0.1:52181/schedules/1/edit Completed 302 Found in 89ms (ActiveRecord: 15.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:09:54 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (36.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendering schedules/edit.html.erb within layouts/application  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendered schedules/_form.html.erb (8.0ms)  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Rendered schedules/edit.html.erb within layouts/application (44.0ms) Completed 200 OK in 179ms (Views: 128.2ms | ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:09:54 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (32.0ms) Completed 200 OK in 135ms (Views: 99.8ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:09:56 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-16 19:09:56 UTC], ["updated_at", 2017-02-16 19:09:56 UTC], ["easter", Sun, 30 Apr 2017]]  (13.0ms) commit transaction Redirected to http://127.0.0.1:52181/schedules/1/edit Completed 302 Found in 30ms (ActiveRecord: 15.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:09:56 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (41.0ms) Completed 200 OK in 153ms (Views: 122.6ms | ActiveRecord: 1.0ms)  (29.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (30.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:10:38 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (117.0ms) Rendered schedules/new.html.erb within layouts/application (147.0ms) Completed 200 OK in 909ms (Views: 819.7ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:10:39 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:10:39 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:11:33 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (44.0ms) Rendered schedules/new.html.erb within layouts/application (66.0ms) Completed 200 OK in 858ms (Views: 794.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:11:34 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:11:34 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:11:36 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-16 19:11:36 UTC], ["updated_at", 2017-02-16 19:11:36 UTC]]  (20.0ms) commit transaction Redirected to http://127.0.0.1:52370/schedules/1/edit Completed 302 Found in 94ms (ActiveRecord: 22.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:11:36 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"}  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules'; Completed 404 Not Found in 18ms (ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:11:36 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 124ms (Views: 91.2ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:11:38 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-16 19:11:38 UTC], ["updated_at", 2017-02-16 19:11:38 UTC], ["easter", Sun, 30 Apr 2017]]  (19.0ms) commit transaction Redirected to http://127.0.0.1:52370/schedules/1/edit Completed 302 Found in 28ms (ActiveRecord: 20.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:11:38 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (13.0ms) Rendered schedules/edit.html.erb within layouts/application (41.0ms) Completed 200 OK in 147ms (Views: 114.0ms | ActiveRecord: 1.0ms)  (40.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (24.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:12:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (111.0ms) Rendered schedules/new.html.erb within layouts/application (138.0ms) Completed 200 OK in 894ms (Views: 823.9ms | ActiveRecord: 1.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:12:04 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:12:04 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:12:06 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-16 19:12:06 UTC], ["updated_at", 2017-02-16 19:12:06 UTC], ["easter", Sun, 30 Apr 2017]]  (17.0ms) commit transaction Redirected to http://127.0.0.1:52475/schedules/1/edit Completed 302 Found in 85ms (ActiveRecord: 18.0ms)  (24.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people"; Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:12:06 -0500  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"}  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 8ms (ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:12:06 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 156ms (Views: 129.0ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:12:08 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-16 19:12:08 UTC], ["updated_at", 2017-02-16 19:12:08 UTC]]  (52.0ms) commit transaction Redirected to http://127.0.0.1:52475/schedules/1/edit Completed 302 Found in 60ms (ActiveRecord: 53.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:12:08 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (36.0ms) Completed 200 OK in 147ms (Views: 111.7ms | ActiveRecord: 1.0ms)  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (55.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:14:09 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (44.0ms) Rendered schedules/new.html.erb within layouts/application (66.0ms) Completed 200 OK in 744ms (Views: 679.4ms | ActiveRecord: 2.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-16 14:14:10 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-16 14:14:10 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:14:12 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (3.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-16 19:14:12 UTC], ["updated_at", 2017-02-16 19:14:12 UTC], ["easter", Sun, 30 Apr 2017]]  (124.0ms) commit transaction Redirected to http://127.0.0.1:52592/schedules/1/edit Completed 302 Found in 188ms (ActiveRecord: 127.0ms)  (25.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (22.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:14:13 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 16ms (ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2017-02-16 14:14:13 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (41.0ms) Completed 200 OK in 167ms (Views: 132.9ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-16 14:14:16 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-16 19:14:16 UTC], ["updated_at", 2017-02-16 19:14:16 UTC]]  (20.0ms) commit transaction Redirected to http://127.0.0.1:52592/schedules/1/edit Completed 302 Found in 38ms (ActiveRecord: 21.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-16 14:14:16 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (42.0ms) Completed 200 OK in 153ms (Views: 116.3ms | ActiveRecord: 1.0ms)  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:30:25 UTC], ["updated_at", 2017-02-17 14:30:25 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-17 09:30:25 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (98.0ms) Completed 200 OK in 865ms (Views: 805.3ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:30:26 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (140.0ms) Rendered schedules/new_custom.html.erb within layouts/application (177.0ms) Completed 200 OK in 247ms (Views: 221.9ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:30:37 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 99ms (Views: 73.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 09:30:37 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 09:30:37 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:30:38 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 94ms (Views: 76.2ms | ActiveRecord: 0.0ms)  (68.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:30:40 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 86ms (Views: 66.8ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:30:40 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 91ms (Views: 70.6ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:30:41 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 81ms (Views: 65.8ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:30:42 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (31.0ms) Completed 200 OK in 93ms (Views: 76.3ms | ActiveRecord: 0.0ms)  (38.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:30:43 UTC], ["updated_at", 2017-02-17 14:30:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:30:43 UTC], ["updated_at", 2017-02-17 14:30:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-17 09:30:43 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (4.0ms) Rendered no_sql_models/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 112ms (Views: 74.4ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-17 09:30:46 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (30.0ms) Completed 200 OK in 138ms (Views: 107.7ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-17 09:30:47 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (18.0ms) Completed 200 OK in 77ms (Views: 59.1ms | ActiveRecord: 0.0ms)  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:30:50 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (96.0ms) Completed 200 OK in 209ms (Views: 169.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:30:50 UTC], ["updated_at", 2017-02-17 14:30:50 UTC]]  (17.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:30:50 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (37.0ms) Completed 200 OK in 164ms (Views: 121.0ms | ActiveRecord: 1.0ms)  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:30:51 UTC], ["updated_at", 2017-02-17 14:30:51 UTC]]  (19.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:30:51 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 92ms (Views: 73.5ms | ActiveRecord: 1.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:30:52 UTC], ["updated_at", 2017-02-17 14:30:52 UTC]]  (21.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:30:52 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 90ms (Views: 72.4ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:30:53 UTC], ["updated_at", 2017-02-17 14:30:53 UTC], ["easter", Sun, 30 Apr 2017]]  (21.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:30:53 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 87ms (Views: 69.2ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:30:54 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 88ms (Views: 70.9ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:30:55 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 83ms (Views: 65.7ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:30:57 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 94ms (Views: 72.3ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:00 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 105ms (Views: 79.6ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:02 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (30.0ms) Completed 200 OK in 115ms (Views: 92.7ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 09:31:05 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-17 14:31:05 UTC], ["updated_at", 2017-02-17 14:31:05 UTC], ["easter", Sun, 30 Apr 2017]]  (26.0ms) commit transaction Redirected to http://127.0.0.1:50798/schedules/1/edit Completed 302 Found in 38ms (ActiveRecord: 27.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:05 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendering schedules/edit.html.erb within layouts/application  (18.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (24.0ms) DELETE FROM "people"; Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (60.0ms)  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Completed 200 OK in 201ms (Views: 170.5ms | ActiveRecord: 1.0ms)  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:05 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 99ms (Views: 75.6ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 09:31:07 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-17 14:31:07 UTC], ["updated_at", 2017-02-17 14:31:07 UTC]]  (37.0ms) commit transaction Redirected to http://127.0.0.1:50798/schedules/1/edit Completed 302 Found in 47ms (ActiveRecord: 38.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:07 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (12.0ms) Rendered schedules/edit.html.erb within layouts/application (42.0ms) Completed 200 OK in 131ms (Views: 107.6ms | ActiveRecord: 1.0ms)  (47.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (25.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (83.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:08 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (31.0ms) Completed 200 OK in 133ms (Views: 106.3ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:09 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 90ms (Views: 70.1ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:15 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 66.6ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:16 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 87ms (Views: 69.7ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:17 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 92ms (Views: 72.5ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:18 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 86ms (Views: 66.3ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:19 UTC], ["created_at", 2017-02-17 14:31:19 UTC], ["updated_at", 2017-02-17 14:31:19 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 111ms (Views: 85.4ms | ActiveRecord: 0.0ms)  (3.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:19 UTC], ["created_at", 2017-02-17 14:31:19 UTC], ["updated_at", 2017-02-17 14:31:19 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (7.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 81ms (Views: 65.2ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:19 UTC], ["created_at", 2017-02-17 14:31:19 UTC], ["updated_at", 2017-02-17 14:31:19 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (19.0ms) Completed 200 OK in 77ms (Views: 59.4ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:19 UTC], ["created_at", 2017-02-17 14:31:19 UTC], ["updated_at", 2017-02-17 14:31:19 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 93ms (Views: 71.6ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:19 UTC], ["created_at", 2017-02-17 14:31:19 UTC], ["updated_at", 2017-02-17 14:31:19 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 96ms (Views: 75.0ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:20 UTC], ["created_at", 2017-02-17 14:31:20 UTC], ["updated_at", 2017-02-17 14:31:20 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (30.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:20 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 95ms (Views: 73.2ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:21 UTC], ["created_at", 2017-02-17 14:31:21 UTC], ["updated_at", 2017-02-17 14:31:21 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (30.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:21 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 86ms (Views: 67.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:21 UTC], ["updated_at", 2017-02-17 14:31:21 UTC], ["beer_oclock", 2017-02-17 01:45:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 09:31:21 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 87ms (Views: 68.9ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:22 UTC], ["created_at", 2017-02-17 14:31:22 UTC], ["updated_at", 2017-02-17 14:31:22 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (22.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:22 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 88ms (Views: 70.2ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:22 UTC], ["updated_at", 2017-02-17 14:31:22 UTC], ["beer_oclock", 2017-02-17 23:47:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 09:31:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 82ms (Views: 61.2ms | ActiveRecord: 1.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:24 UTC], ["created_at", 2017-02-17 14:31:24 UTC], ["updated_at", 2017-02-17 14:31:24 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:24 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 83ms (Views: 64.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:24 UTC], ["updated_at", 2017-02-17 14:31:24 UTC], ["suppertime", 2017-02-17 23:47:00 UTC]]  (35.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 09:31:24 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 90ms (Views: 66.6ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 09:31:00 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 09:31:25 UTC], ["created_at", 2017-02-17 14:31:25 UTC], ["updated_at", 2017-02-17 14:31:25 UTC], ["suppertime", 2000-01-01 09:31:00 UTC], ["beer_oclock", 2000-01-01 09:31:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 87ms (Views: 68.5ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:25 UTC], ["updated_at", 2017-02-17 14:31:25 UTC], ["suppertime", 2017-02-17 01:45:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 09:31:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 85ms (Views: 65.6ms | ActiveRecord: 0.0ms)  (60.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:26 UTC], ["updated_at", 2017-02-17 14:31:26 UTC]]  (20.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-17 09:31:26 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (35.0ms) Rendered schedules/index.html.erb within layouts/application (55.0ms) Completed 200 OK in 114ms (Views: 96.2ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-17 09:31:27 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb (196.0ms) Completed 200 OK in 426ms (Views: 424.6ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (50.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:29 UTC], ["updated_at", 2017-02-17 14:31:29 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-17 09:31:29 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (1.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (48.0ms) Completed 200 OK in 113ms (Views: 87.3ms | ActiveRecord: 2.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-17 09:31:30 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (200.0ms) Completed 200 OK in 397ms (Views: 396.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (20.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:31:34 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:34 UTC], ["updated_at", 2017-02-17 14:31:34 UTC]]  (16.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:34 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 79ms (Views: 61.8ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:31:34 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (31.0ms) Completed 200 OK in 120ms (Views: 93.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:35 UTC], ["updated_at", 2017-02-17 14:31:35 UTC], ["time_of_date", 2017-02-17 14:31:35 UTC]]  (20.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:35 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 92ms (Views: 66.4ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:31:36 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 89ms (Views: 72.5ms | ActiveRecord: 0.0ms)  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:31:39 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (33.0ms) Completed 200 OK in 128ms (Views: 102.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 14:30:23 UTC], ["apocalypse", 2017-02-17 14:30:23 UTC], ["epoch", 2017-02-17 14:30:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 14:30:23 UTC], ["created_at", 2017-02-17 14:31:39 UTC], ["updated_at", 2017-02-17 14:31:39 UTC], ["date_in_time", 2017-02-17 05:00:00 UTC]]  (32.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:31:39 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 115ms (Views: 93.5ms | ActiveRecord: 1.0ms)  (55.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (19.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 09:31:40 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 66.2ms | ActiveRecord: 0.0ms)  (63.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (42.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:43 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (32.0ms) Rendered schedules/new.html.erb within layouts/application (72.0ms) Completed 200 OK in 190ms (Views: 162.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (94.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:45 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (33.0ms) Completed 200 OK in 115ms (Views: 96.3ms | ActiveRecord: 0.0ms)  (77.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (50.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:31:47 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 85ms (Views: 69.2ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:38:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (45.0ms) Rendered schedules/new.html.erb within layouts/application (64.0ms) Completed 200 OK in 782ms (Views: 726.9ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 09:38:12 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 09:38:12 -0500  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:39:43 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (54.0ms) Rendered schedules/new.html.erb within layouts/application (79.0ms) Completed 200 OK in 783ms (Views: 724.3ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 09:39:43 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 09:39:43 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:43:53 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (60.0ms) Rendered schedules/new.html.erb within layouts/application (88.0ms) Completed 200 OK in 752ms (Views: 689.6ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 09:43:54 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 09:43:54 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:46:23 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (65.0ms) Rendered schedules/new.html.erb within layouts/application (85.0ms) Completed 200 OK in 720ms (Views: 661.9ms | ActiveRecord: 2.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 09:46:24 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 09:46:24 -0500 Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:46:58 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 96ms (Views: 69.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 09:46:58 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 09:46:58 -0500 Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 09:47:25 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 97ms (Views: 72.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 09:47:25 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 09:47:25 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-17 09:47:44 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"", "epoch"=>"2017-02-01 12:23:00"}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "epoch", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["epoch", 2017-02-01 17:23:00 UTC], ["created_at", 2017-02-17 14:47:44 UTC], ["updated_at", 2017-02-17 14:47:44 UTC]]  (12.0ms) commit transaction Redirected to http://127.0.0.1:52369/schedules/1/edit Completed 302 Found in 49ms (ActiveRecord: 13.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 09:47:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (26.0ms) Rendered schedules/edit.html.erb within layouts/application (46.0ms) Completed 200 OK in 122ms (Views: 92.2ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:00:49 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (72.0ms) Rendered schedules/new.html.erb within layouts/application (114.0ms) Completed 200 OK in 988ms (Views: 917.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:00:50 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:00:50 -0500  (41.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (61.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:08:27 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (48.0ms) Rendered schedules/new_custom.html.erb within layouts/application (70.0ms) Completed 200 OK in 776ms (Views: 716.5ms | ActiveRecord: 3.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:08:28 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:08:28 -0500  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:09:11 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (75.0ms) Rendered schedules/new_custom.html.erb within layouts/application (92.0ms) Completed 200 OK in 837ms (Views: 756.8ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:09:12 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:09:12 -0500  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:10:53 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (34.0ms) Rendered schedules/new_custom.html.erb within layouts/application (58.0ms) Completed 200 OK in 718ms (Views: 650.2ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:10:53 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:10:53 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:12:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (58.0ms) Rendered schedules/new_custom.html.erb within layouts/application (80.0ms) Completed 200 OK in 766ms (Views: 700.9ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:12:17 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:12:17 -0500  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (49.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:12:45 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (74.0ms) Rendered schedules/new_custom.html.erb within layouts/application (104.0ms) Completed 200 OK in 864ms (Views: 767.5ms | ActiveRecord: 3.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:12:46 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:12:46 -0500  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:12:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (19.0ms) Completed 200 OK in 73ms (Views: 55.4ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:12:50 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 76ms (Views: 62.8ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:12:52 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 112ms (Views: 85.3ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (44.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:12:55 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 111ms (Views: 87.3ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:12:56 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 86ms (Views: 70.2ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:12:57 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (19.0ms) Completed 200 OK in 79ms (Views: 59.0ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:13:00 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (11.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 83ms (Views: 68.5ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:15:07 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (40.0ms) Rendered schedules/new.html.erb within layouts/application (58.0ms) Completed 200 OK in 855ms (Views: 645.7ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:15:08 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:15:08 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:15:09 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 85ms (Views: 67.7ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (4.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (59.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:15:12 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (36.0ms) Completed 200 OK in 149ms (Views: 115.6ms | ActiveRecord: 0.0ms)  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:15:13 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 81ms (Views: 62.7ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:15:15 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (37.0ms) Completed 200 OK in 133ms (Views: 105.9ms | ActiveRecord: 0.0ms)  (33.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:15:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 84ms (Views: 64.9ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:15:19 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 101ms (Views: 79.4ms | ActiveRecord: 0.0ms)  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (36.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:15:20 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 94ms (Views: 75.5ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:16:40 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (57.0ms) Rendered schedules/new_custom.html.erb within layouts/application (78.0ms) Completed 200 OK in 767ms (Views: 707.2ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:16:41 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:16:41 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:16:42 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 92ms (Views: 74.5ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:16:45 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 110ms (Views: 84.9ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:16:46 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 90ms (Views: 72.3ms | ActiveRecord: 0.0ms)  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:16:48 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (9.0ms) Rendered schedules/new_custom.html.erb within layouts/application (37.0ms) Completed 200 OK in 148ms (Views: 116.1ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:17:30 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (48.0ms) Rendered schedules/new.html.erb within layouts/application (68.0ms) Completed 200 OK in 752ms (Views: 688.2ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:17:30 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:17:30 -0500  (32.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:17:33 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (38.0ms) Completed 200 OK in 146ms (Views: 116.5ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:17:34 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 85ms (Views: 68.2ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:17:23 UTC], ["apocalypse", 2017-02-17 17:17:35 UTC], ["epoch", 2017-02-17 17:17:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:17:23 UTC], ["created_at", 2017-02-17 17:17:35 UTC], ["updated_at", 2017-02-17 17:17:35 UTC]]  (40.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:17:35 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 93ms (Views: 67.7ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:17:36 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 108ms (Views: 84.8ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:17:39 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 89ms (Views: 72.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:17:23 UTC], ["apocalypse", 2017-02-17 17:17:23 UTC], ["epoch", 2017-02-17 17:17:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:17:23 UTC], ["created_at", 2017-02-17 17:17:39 UTC], ["updated_at", 2017-02-17 17:17:39 UTC], ["time_of_date", 2017-02-17 17:17:39 UTC]]  (12.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:17:39 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 109ms (Views: 70.9ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:17:40 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 86ms (Views: 65.4ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:17:23 UTC], ["apocalypse", 2017-02-17 17:17:23 UTC], ["epoch", 2017-02-17 17:17:23 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:17:23 UTC], ["created_at", 2017-02-17 17:17:40 UTC], ["updated_at", 2017-02-17 17:17:40 UTC], ["date_in_time", 2017-02-17 05:00:00 UTC]]  (92.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:17:40 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 84ms (Views: 67.0ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:17:41 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 85ms (Views: 67.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:18:27 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (50.0ms) Rendered schedules/new_custom.html.erb within layouts/application (76.0ms) Completed 200 OK in 750ms (Views: 690.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:18:28 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:18:28 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:18:30 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 100ms (Views: 78.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:18:21 UTC], ["apocalypse", 2017-02-17 17:18:21 UTC], ["epoch", 2017-02-17 17:18:21 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:18:21 UTC], ["created_at", 2017-02-17 17:18:31 UTC], ["updated_at", 2017-02-17 17:18:31 UTC], ["time_of_date", 2017-02-17 17:18:31 UTC]]  (23.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:18:31 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 100ms (Views: 71.5ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:18:31 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 68.5ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:18:21 UTC], ["apocalypse", 2017-02-17 17:18:21 UTC], ["epoch", 2017-02-17 17:18:21 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:18:21 UTC], ["created_at", 2017-02-17 17:18:32 UTC], ["updated_at", 2017-02-17 17:18:32 UTC], ["date_in_time", 2017-02-17 05:00:00 UTC]]  (13.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:18:32 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 82ms (Views: 64.6ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:18:33 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 77ms (Views: 60.9ms | ActiveRecord: 0.0ms)  (40.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:18:21 UTC], ["apocalypse", 2017-02-17 17:18:35 UTC], ["epoch", 2017-02-17 17:18:21 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:18:21 UTC], ["created_at", 2017-02-17 17:18:35 UTC], ["updated_at", 2017-02-17 17:18:35 UTC]]  (37.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:18:35 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/edit.html.erb within layouts/application (38.0ms) Completed 200 OK in 136ms (Views: 110.0ms | ActiveRecord: 0.0ms)  (28.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:18:36 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 91ms (Views: 71.6ms | ActiveRecord: 0.0ms)  (47.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:19:54 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (57.0ms) Rendered schedules/new_custom.html.erb within layouts/application (84.0ms) Completed 200 OK in 746ms (Views: 688.9ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:19:55 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:19:55 -0500  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:19:48 UTC], ["apocalypse", 2017-02-17 17:19:48 UTC], ["epoch", 2017-02-17 17:19:48 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:19:48 UTC], ["created_at", 2017-02-17 17:19:55 UTC], ["updated_at", 2017-02-17 17:19:55 UTC], ["date_in_time", 2017-02-17 05:00:00 UTC]]  (21.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:19:55 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 95ms (Views: 68.4ms | ActiveRecord: 0.0ms)  (115.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:19:56 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (19.0ms) Completed 200 OK in 87ms (Views: 70.9ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:19:59 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 88ms (Views: 71.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:19:48 UTC], ["apocalypse", 2017-02-17 17:19:48 UTC], ["epoch", 2017-02-17 17:19:48 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:19:48 UTC], ["created_at", 2017-02-17 17:19:59 UTC], ["updated_at", 2017-02-17 17:19:59 UTC], ["time_of_date", 2017-02-17 17:19:59 UTC]]  (10.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:19:59 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 82ms (Views: 63.0ms | ActiveRecord: 1.0ms)  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:20:00 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 79ms (Views: 63.3ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:19:48 UTC], ["apocalypse", 2017-02-17 17:20:03 UTC], ["epoch", 2017-02-17 17:19:48 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:19:48 UTC], ["created_at", 2017-02-17 17:20:03 UTC], ["updated_at", 2017-02-17 17:20:03 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:20:03 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 101ms (Views: 76.7ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:20:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 82ms (Views: 62.2ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (43.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:20:33 UTC], ["apocalypse", 2017-02-17 17:20:33 UTC], ["epoch", 2017-02-17 17:20:33 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:20:33 UTC], ["created_at", 2017-02-17 17:20:33 UTC], ["updated_at", 2017-02-17 17:20:33 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:20:39 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (48.0ms) Rendered schedules/edit.html.erb within layouts/application (72.0ms) Completed 200 OK in 753ms (Views: 714.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:20:40 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:20:40 -0500  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (39.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:20:33 UTC], ["apocalypse", 2017-02-17 17:20:33 UTC], ["epoch", 2017-02-17 17:20:33 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:20:33 UTC], ["created_at", 2017-02-17 17:20:41 UTC], ["updated_at", 2017-02-17 17:20:41 UTC], ["easter", Sun, 30 Apr 2017]]  (17.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:20:41 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (47.0ms) Completed 200 OK in 140ms (Views: 99.7ms | ActiveRecord: 1.0ms)  (32.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (22.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (56.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:20:33 UTC], ["apocalypse", 2017-02-17 17:20:33 UTC], ["epoch", 2017-02-17 17:20:33 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-17 17:20:33 UTC], ["created_at", 2017-02-17 17:20:44 UTC], ["updated_at", 2017-02-17 17:20:44 UTC]]  (44.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:20:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (36.0ms) Completed 200 OK in 121ms (Views: 95.7ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (20.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-17 17:20:33 UTC], ["apocalypse", 2017-02-17 17:20:33 UTC], ["epoch", 2017-02-17 17:20:33 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:20:33 UTC], ["created_at", 2017-02-17 17:20:46 UTC], ["updated_at", 2017-02-17 17:20:46 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:20:46 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 85ms (Views: 67.1ms | ActiveRecord: 1.0ms)  (50.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:20:49 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 99ms (Views: 77.1ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:20:51 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (34.0ms) Completed 200 OK in 132ms (Views: 104.8ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:20:53 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 94ms (Views: 76.4ms | ActiveRecord: 0.0ms)  (22.0ms) DELETE FROM "schedules";  (8.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:20:55 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (13.0ms) Rendered schedules/new.html.erb within layouts/application (39.0ms) Completed 200 OK in 139ms (Views: 112.8ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:20:57 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 131ms (Views: 103.8ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:21:00 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-17 17:21:00 UTC], ["updated_at", 2017-02-17 17:21:00 UTC], ["easter", Sun, 30 Apr 2017]]  (10.0ms) commit transaction Redirected to http://127.0.0.1:51241/schedules/1/edit Completed 302 Found in 18ms (ActiveRecord: 11.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:21:00 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (12.0ms)  (19.0ms) DELETE FROM "schedules"; Rendered schedules/edit.html.erb within layouts/application (63.0ms)  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Completed 200 OK in 164ms (Views: 134.7ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (15.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:21:00 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 103ms (Views: 77.6ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:21:02 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-17 17:21:02 UTC], ["updated_at", 2017-02-17 17:21:02 UTC]]  (14.0ms) commit transaction Redirected to http://127.0.0.1:51241/schedules/1/edit Completed 302 Found in 22ms (ActiveRecord: 15.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:21:02 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (35.0ms) Completed 200 OK in 132ms (Views: 103.8ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (53.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:22:30 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (47.0ms) Rendered schedules/new.html.erb within layouts/application (66.0ms) Completed 200 OK in 816ms (Views: 755.3ms | ActiveRecord: 1.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:22:31 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:22:31 -0500  (40.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (66.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:22:33 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (37.0ms) Completed 200 OK in 147ms (Views: 114.6ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:22:35 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 89ms (Views: 72.7ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:22:37 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 123ms (Views: 95.6ms | ActiveRecord: 0.0ms)  (27.0ms) DELETE FROM "schedules";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:22:39 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (37.0ms) Completed 200 OK in 146ms (Views: 115.4ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:22:42 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-17 17:22:42 UTC], ["updated_at", 2017-02-17 17:22:42 UTC], ["easter", Sun, 30 Apr 2017]]  (15.0ms) commit transaction Redirected to http://127.0.0.1:51625/schedules/1/edit Completed 302 Found in 94ms (ActiveRecord: 16.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:22:42 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"}  (32.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules'; Completed 404 Not Found in 28ms (ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:22:42 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 81ms (Views: 65.8ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:22:44 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-17 17:22:44 UTC], ["updated_at", 2017-02-17 17:22:44 UTC]]  (30.0ms) commit transaction Redirected to http://127.0.0.1:51625/schedules/1/edit Completed 302 Found in 39ms (ActiveRecord: 31.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:22:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (17.0ms) Rendered schedules/edit.html.erb within layouts/application (47.0ms) Completed 200 OK in 172ms (Views: 135.3ms | ActiveRecord: 1.0ms)  (72.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (137.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (70.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:22:24 UTC], ["apocalypse", 2017-02-17 17:22:24 UTC], ["epoch", 2017-02-17 17:22:24 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:22:24 UTC], ["created_at", 2017-02-17 17:22:45 UTC], ["updated_at", 2017-02-17 17:22:45 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:22:45 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (17.0ms) Rendered schedules/edit.html.erb within layouts/application (39.0ms) Completed 200 OK in 123ms (Views: 102.3ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-17 17:22:24 UTC], ["apocalypse", 2017-02-17 17:22:24 UTC], ["epoch", 2017-02-17 17:22:24 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:22:24 UTC], ["created_at", 2017-02-17 17:22:45 UTC], ["updated_at", 2017-02-17 17:22:45 UTC]]  (26.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:22:46 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 85ms (Views: 65.9ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:22:24 UTC], ["apocalypse", 2017-02-17 17:22:24 UTC], ["epoch", 2017-02-17 17:22:24 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:22:24 UTC], ["created_at", 2017-02-17 17:22:46 UTC], ["updated_at", 2017-02-17 17:22:46 UTC], ["easter", Sun, 30 Apr 2017]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:22:46 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (14.0ms) Rendered schedules/edit.html.erb within layouts/application (36.0ms) Completed 200 OK in 100ms (Views: 79.2ms | ActiveRecord: 0.0ms)  (43.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:22:24 UTC], ["apocalypse", 2017-02-17 17:22:24 UTC], ["epoch", 2017-02-17 17:22:24 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-17 17:22:24 UTC], ["created_at", 2017-02-17 17:22:47 UTC], ["updated_at", 2017-02-17 17:22:47 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:22:47 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 85ms (Views: 68.1ms | ActiveRecord: 1.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (8.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:23:22 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (37.0ms) Rendered schedules/new.html.erb within layouts/application (68.0ms) Completed 200 OK in 736ms (Views: 686.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:23:23 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:23:23 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:23:29 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 85ms (Views: 63.1ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:23:29 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 82ms (Views: 65.9ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:23:30 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 95ms (Views: 75.8ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:23:31 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 63.5ms | ActiveRecord: 0.0ms)  (41.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:23:32 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 85ms (Views: 63.5ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:33 UTC], ["created_at", 2017-02-17 17:23:33 UTC], ["updated_at", 2017-02-17 17:23:33 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:33 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 90ms (Views: 63.3ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:34 UTC], ["created_at", 2017-02-17 17:23:34 UTC], ["updated_at", 2017-02-17 17:23:34 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:34 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 84ms (Views: 64.5ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:35 UTC], ["created_at", 2017-02-17 17:23:35 UTC], ["updated_at", 2017-02-17 17:23:35 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (42.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:35 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 84ms (Views: 64.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:23:16 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:23:16 UTC], ["created_at", 2017-02-17 17:23:35 UTC], ["updated_at", 2017-02-17 17:23:35 UTC], ["suppertime", 2017-02-17 23:47:00 UTC]]  (15.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:23:35 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (12.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 92ms (Views: 69.5ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:36 UTC], ["created_at", 2017-02-17 17:23:36 UTC], ["updated_at", 2017-02-17 17:23:36 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:36 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 111ms (Views: 86.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:23:16 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:23:16 UTC], ["created_at", 2017-02-17 17:23:36 UTC], ["updated_at", 2017-02-17 17:23:36 UTC], ["suppertime", 2017-02-17 01:45:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:23:36 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 93ms (Views: 72.9ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:37 UTC], ["created_at", 2017-02-17 17:23:37 UTC], ["updated_at", 2017-02-17 17:23:37 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:37 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 132ms (Views: 107.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:23:16 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:23:16 UTC], ["created_at", 2017-02-17 17:23:38 UTC], ["updated_at", 2017-02-17 17:23:38 UTC], ["beer_oclock", 2017-02-17 23:47:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:23:38 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 86ms (Views: 66.7ms | ActiveRecord: 1.0ms)  (30.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:38 UTC], ["created_at", 2017-02-17 17:23:38 UTC], ["updated_at", 2017-02-17 17:23:38 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:38 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 88ms (Views: 70.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:23:16 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:23:16 UTC], ["created_at", 2017-02-17 17:23:39 UTC], ["updated_at", 2017-02-17 17:23:39 UTC], ["beer_oclock", 2017-02-17 01:45:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:23:39 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 87ms (Views: 68.4ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:40 UTC], ["created_at", 2017-02-17 17:23:40 UTC], ["updated_at", 2017-02-17 17:23:40 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 77ms (Views: 62.5ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:40 UTC], ["created_at", 2017-02-17 17:23:40 UTC], ["updated_at", 2017-02-17 17:23:40 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 75ms (Views: 59.2ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:40 UTC], ["created_at", 2017-02-17 17:23:40 UTC], ["updated_at", 2017-02-17 17:23:40 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 87ms (Views: 66.3ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:23:00 UTC], ["apocalypse", 2017-02-17 17:23:16 UTC], ["epoch", 2017-02-17 17:23:16 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:23:40 UTC], ["created_at", 2017-02-17 17:23:40 UTC], ["updated_at", 2017-02-17 17:23:40 UTC], ["suppertime", 2000-01-01 12:23:00 UTC], ["beer_oclock", 2000-01-01 12:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:23:40 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 75ms (Views: 60.8ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:24:40 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (36.0ms) Rendered schedules/new.html.erb within layouts/application (60.0ms) Completed 200 OK in 715ms (Views: 657.7ms | ActiveRecord: 1.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:24:40 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:24:40 -0500  (44.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:26:21 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (38.0ms) Rendered schedules/new.html.erb within layouts/application (59.0ms) Completed 200 OK in 725ms (Views: 665.4ms | ActiveRecord: 3.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:26:21 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:26:21 -0500  (27.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (1.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:26 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (33.0ms) Rendered schedules/new.html.erb within layouts/application (50.0ms) Completed 200 OK in 776ms (Views: 622.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:32 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 102ms (Views: 77.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:28:33 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:28:33 -0500  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:34 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 82ms (Views: 64.6ms | ActiveRecord: 0.0ms)  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:35 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (36.0ms) Completed 200 OK in 97ms (Views: 79.3ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:36 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 94ms (Views: 73.5ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:25 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:28:37 UTC], ["updated_at", 2017-02-17 17:28:37 UTC], ["time_of_date", 2017-02-17 17:28:37 UTC]]  (9.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:28:37 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 101ms (Views: 70.4ms | ActiveRecord: 1.0ms)  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (28.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:38 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 78ms (Views: 62.5ms | ActiveRecord: 0.0ms)  (38.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:41 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 119ms (Views: 93.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:25 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:28:41 UTC], ["updated_at", 2017-02-17 17:28:41 UTC], ["date_in_time", 2017-02-17 05:00:00 UTC]]  (10.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:28:41 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 100ms (Views: 77.0ms | ActiveRecord: 0.0ms)  (35.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (9.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:42 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 90ms (Views: 69.5ms | ActiveRecord: 0.0ms)  (49.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:45 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:28:45 UTC], ["updated_at", 2017-02-17 17:28:45 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:28:45 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 91ms (Views: 72.0ms | ActiveRecord: 1.0ms)  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:45 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 90ms (Views: 71.6ms | ActiveRecord: 0.0ms)  (42.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (98.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:48 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (33.0ms) Completed 200 OK in 130ms (Views: 103.3ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:49 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 92ms (Views: 74.1ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:50 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 86ms (Views: 69.5ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:51 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 91ms (Views: 70.2ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:53 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 84ms (Views: 65.7ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:54 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 87ms (Views: 65.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:55 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 91ms (Views: 74.0ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:28:56 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 85ms (Views: 69.4ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:28:59 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 94ms (Views: 76.0ms | ActiveRecord: 0.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:29:00 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (37.0ms) Completed 200 OK in 137ms (Views: 109.7ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:29:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 87ms (Views: 67.8ms | ActiveRecord: 0.0ms)  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:29:05 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (37.0ms) Completed 200 OK in 145ms (Views: 109.2ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:29:08 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 87ms (Views: 66.2ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:29:10 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-17 17:29:10 UTC], ["updated_at", 2017-02-17 17:29:10 UTC], ["easter", Sun, 30 Apr 2017]]  (22.0ms) commit transaction Redirected to http://127.0.0.1:52311/schedules/1/edit Completed 302 Found in 32ms (ActiveRecord: 23.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:29:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms)  (23.0ms) DELETE FROM "schedules"; Rendered schedules/edit.html.erb within layouts/application (53.0ms)  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Completed 200 OK in 184ms (Views: 144.1ms | ActiveRecord: 0.0ms)  (40.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (28.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:29:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (40.0ms) Completed 200 OK in 145ms (Views: 117.4ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:29:13 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-17 17:29:13 UTC], ["updated_at", 2017-02-17 17:29:13 UTC]]  (10.0ms) commit transaction Redirected to http://127.0.0.1:52311/schedules/1/edit Completed 302 Found in 17ms (ActiveRecord: 11.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:29:13 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 91ms (Views: 69.1ms | ActiveRecord: 1.0ms)  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:25 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:29:13 UTC], ["updated_at", 2017-02-17 17:29:13 UTC]]  (67.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:29:13 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 85ms (Views: 67.9ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:25 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:29:14 UTC], ["updated_at", 2017-02-17 17:29:14 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:29:14 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 80ms (Views: 62.4ms | ActiveRecord: 1.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:25 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:29:15 UTC], ["updated_at", 2017-02-17 17:29:15 UTC], ["easter", Sun, 30 Apr 2017]]  (16.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:29:15 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 81ms (Views: 64.5ms | ActiveRecord: 0.0ms)  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:25 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:29:16 UTC], ["updated_at", 2017-02-17 17:29:16 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:29:16 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 68.5ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:28:25 UTC], ["apocalypse", 2017-02-17 17:28:25 UTC], ["epoch", 2017-02-17 17:28:25 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:28:25 UTC], ["created_at", 2017-02-17 17:29:17 UTC], ["updated_at", 2017-02-17 17:29:17 UTC]]  (15.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-17 12:29:17 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (13.0ms) Rendered schedules/index.html.erb within layouts/application (29.0ms) Completed 200 OK in 91ms (Views: 73.8ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-17 12:29:17 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (189.0ms) Completed 200 OK in 389ms (Views: 388.5ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (27.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:30:51 UTC], ["updated_at", 2017-02-17 17:30:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:30:51 UTC], ["updated_at", 2017-02-17 17:30:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:30:57 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (49.0ms) Rendered schedules/new_custom.html.erb within layouts/application (80.0ms) Completed 200 OK in 762ms (Views: 739.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:30:57 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:30:57 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:30:59 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 102ms (Views: 77.3ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:00 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (38.0ms) Completed 200 OK in 98ms (Views: 81.6ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:00 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (19.0ms) Completed 200 OK in 79ms (Views: 62.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:01 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 87ms (Views: 70.5ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:01 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 78ms (Views: 62.9ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:02 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 89ms (Views: 72.4ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (18.0ms) Completed 200 OK in 75ms (Views: 58.2ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:04 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 89ms (Views: 73.6ms | ActiveRecord: 0.0ms)  (39.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:07 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/new.html.erb within layouts/application (38.0ms) Completed 200 OK in 161ms (Views: 123.8ms | ActiveRecord: 0.0ms)  (64.0ms) DELETE FROM "schedules";  (4.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:09 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 86ms (Views: 67.9ms | ActiveRecord: 0.0ms)  (36.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/new.html.erb within layouts/application (39.0ms) Completed 200 OK in 149ms (Views: 118.6ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:31:14 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-17 17:31:14 UTC], ["updated_at", 2017-02-17 17:31:14 UTC]]  (21.0ms) commit transaction Redirected to http://127.0.0.1:53121/schedules/1/edit Completed 302 Found in 45ms (ActiveRecord: 23.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:14 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (69.0ms) Completed 200 OK in 206ms (Views: 150.8ms | ActiveRecord: 1.0ms)  (44.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (95.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (49.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:15 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 95ms (Views: 70.3ms | ActiveRecord: 0.0ms) Started POST "/schedules" for 127.0.0.1 at 2017-02-17 12:31:16 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-17 17:31:16 UTC], ["updated_at", 2017-02-17 17:31:16 UTC], ["easter", Sun, 30 Apr 2017]]  (63.0ms) commit transaction Redirected to http://127.0.0.1:53121/schedules/1/edit Completed 302 Found in 73ms (ActiveRecord: 65.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:17 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (38.0ms) Completed 200 OK in 148ms (Views: 119.8ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (22.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:18 UTC], ["updated_at", 2017-02-17 17:31:18 UTC]]  (38.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:18 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 110ms (Views: 88.9ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (9.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:18 UTC], ["updated_at", 2017-02-17 17:31:18 UTC]]  (19.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:18 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 86ms (Views: 69.6ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:19 UTC], ["updated_at", 2017-02-17 17:31:19 UTC], ["easter", Sun, 30 Apr 2017]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 87ms (Views: 69.6ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:20 UTC], ["updated_at", 2017-02-17 17:31:20 UTC]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:20 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 86ms (Views: 67.2ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:21 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 82ms (Views: 67.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:21 UTC], ["updated_at", 2017-02-17 17:31:21 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-17 12:31:21 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (1.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (2.0ms) Completed 200 OK in 58ms (Views: 43.0ms | ActiveRecord: 1.0ms)  (4.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:21 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 85ms (Views: 63.3ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:24 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 90ms (Views: 64.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:25 UTC], ["updated_at", 2017-02-17 17:31:25 UTC], ["time_of_date", 2017-02-17 17:31:25 UTC]]  (12.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:25 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 110ms (Views: 85.8ms | ActiveRecord: 0.0ms)  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (28.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:25 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 85ms (Views: 68.4ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:26 UTC], ["updated_at", 2017-02-17 17:31:26 UTC], ["date_in_time", 2017-02-17 05:00:00 UTC]]  (10.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:26 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 89ms (Views: 71.3ms | ActiveRecord: 1.0ms)  (22.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:31:27 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 90ms (Views: 70.9ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:29 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (31.0ms) Completed 200 OK in 109ms (Views: 91.8ms | ActiveRecord: 0.0ms)  (42.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:31:32 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:32 UTC], ["updated_at", 2017-02-17 17:31:32 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:32 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (16.0ms) Rendered schedules/edit.html.erb within layouts/application (44.0ms) Completed 200 OK in 148ms (Views: 117.5ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-17 12:31:32 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 87ms (Views: 61.8ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-17 12:31:35 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 104ms (Views: 81.7ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-17 12:31:38 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (18.0ms) Completed 200 OK in 74ms (Views: 57.1ms | ActiveRecord: 0.0ms)  (55.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:39 UTC], ["updated_at", 2017-02-17 17:31:39 UTC]]  (12.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-17 12:31:39 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (4.0ms) Rendered schedules/index.html.erb within layouts/application (20.0ms) Completed 200 OK in 82ms (Views: 61.6ms | ActiveRecord: 1.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-17 12:31:40 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (183.0ms) Completed 200 OK in 418ms (Views: 416.8ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (24.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (44.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:42 UTC], ["updated_at", 2017-02-17 17:31:42 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-17 12:31:42 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (40.0ms) Completed 200 OK in 106ms (Views: 87.1ms | ActiveRecord: 0.0ms) Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-17 12:31:43 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (202.0ms) Completed 200 OK in 391ms (Views: 389.8ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:46 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 80ms (Views: 63.4ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:47 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 95ms (Views: 71.2ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:31:48 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 88ms (Views: 69.9ms | ActiveRecord: 0.0ms)  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:51 UTC], ["created_at", 2017-02-17 17:31:51 UTC], ["updated_at", 2017-02-17 17:31:51 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:51 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 84ms (Views: 67.8ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:51 UTC], ["created_at", 2017-02-17 17:31:51 UTC], ["updated_at", 2017-02-17 17:31:51 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:51 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (14.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 101ms (Views: 83.4ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:52 UTC], ["created_at", 2017-02-17 17:31:52 UTC], ["updated_at", 2017-02-17 17:31:52 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:52 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 87ms (Views: 68.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:52 UTC], ["created_at", 2017-02-17 17:31:52 UTC], ["updated_at", 2017-02-17 17:31:52 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:52 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 82ms (Views: 65.8ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:52 UTC], ["created_at", 2017-02-17 17:31:52 UTC], ["updated_at", 2017-02-17 17:31:52 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (16.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:52 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 89ms (Views: 71.0ms | ActiveRecord: 0.0ms)  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:53 UTC], ["created_at", 2017-02-17 17:31:53 UTC], ["updated_at", 2017-02-17 17:31:53 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:53 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 63.1ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (268.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:54 UTC], ["created_at", 2017-02-17 17:31:54 UTC], ["updated_at", 2017-02-17 17:31:54 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:54 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 92ms (Views: 69.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:54 UTC], ["updated_at", 2017-02-17 17:31:54 UTC], ["suppertime", 2017-02-17 23:47:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:31:54 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 83ms (Views: 65.6ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:55 UTC], ["created_at", 2017-02-17 17:31:55 UTC], ["updated_at", 2017-02-17 17:31:55 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:55 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 86ms (Views: 70.1ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:55 UTC], ["updated_at", 2017-02-17 17:31:55 UTC], ["suppertime", 2017-02-17 01:45:00 UTC]]  (16.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:31:55 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 85ms (Views: 63.9ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:57 UTC], ["created_at", 2017-02-17 17:31:57 UTC], ["updated_at", 2017-02-17 17:31:57 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:57 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 90ms (Views: 71.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:57 UTC], ["updated_at", 2017-02-17 17:31:57 UTC], ["beer_oclock", 2017-02-17 01:45:00 UTC]]  (17.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:31:57 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 102ms (Views: 79.3ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2000-01-01 12:31:00 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2000-01-01 12:31:58 UTC], ["created_at", 2017-02-17 17:31:58 UTC], ["updated_at", 2017-02-17 17:31:58 UTC], ["suppertime", 2000-01-01 12:31:00 UTC], ["beer_oclock", 2000-01-01 12:31:00 UTC]]  (22.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-17 12:31:58 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 110ms (Views: 90.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Fri, 17 Feb 2017], ["lunchtime", 2017-02-17 17:30:50 UTC], ["apocalypse", 2017-02-17 17:30:50 UTC], ["epoch", 2017-02-17 17:30:50 UTC], ["christmas", Fri, 17 Feb 2017], ["alarm_setting", 2017-02-17 17:30:50 UTC], ["created_at", 2017-02-17 17:31:59 UTC], ["updated_at", 2017-02-17 17:31:59 UTC], ["beer_oclock", 2017-02-17 23:47:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-17 12:31:59 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 113ms (Views: 90.1ms | ActiveRecord: 0.0ms)  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (40.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:34:35 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (41.0ms) Rendered schedules/new_custom.html.erb within layouts/application (66.0ms) Completed 200 OK in 776ms (Views: 710.6ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:34:36 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:34:36 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:34:37 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 83ms (Views: 66.2ms | ActiveRecord: 0.0ms)  (9.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:34:38 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 85ms (Views: 69.6ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:34:41 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 81ms (Views: 59.4ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:34:43 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 107ms (Views: 83.4ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:35:24 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (44.0ms) Rendered schedules/new_custom.html.erb within layouts/application (63.0ms) Completed 200 OK in 700ms (Views: 646.6ms | ActiveRecord: 2.0ms) Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:35:25 -0500 Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:35:25 -0500  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:35:26 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (19.0ms) Completed 200 OK in 87ms (Views: 64.7ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:35:27 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 85ms (Views: 68.1ms | ActiveRecord: 0.0ms)  (23.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:35:29 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 89ms (Views: 67.5ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:35:32 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 142ms (Views: 112.5ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:35:33 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 83ms (Views: 65.9ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:35:34 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (19.0ms) Completed 200 OK in 77ms (Views: 60.8ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:35:36 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 109ms (Views: 84.8ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:35:37 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 99ms (Views: 80.3ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:36:08 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (35.0ms) Rendered schedules/new_custom.html.erb within layouts/application (58.0ms) Completed 200 OK in 717ms (Views: 658.1ms | ActiveRecord: 3.0ms) Started GET "/assets/application-4a89c24c10cb32d66ade1426b7959c9a7f32987dad3745cc4e2d4b87c72cabcf.css" for 127.0.0.1 at 2017-02-17 12:36:09 -0500 Started GET "/assets/application-30030dfd9c71c1be6a3f81bb5707ef3f468c334f2d21be29120eb45a0e24022e.js" for 127.0.0.1 at 2017-02-17 12:36:09 -0500  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (148.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:36:10 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 83ms (Views: 65.3ms | ActiveRecord: 0.0ms)  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:36:11 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 93ms (Views: 71.3ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-17 12:36:14 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 94ms (Views: 71.8ms | ActiveRecord: 0.0ms)  (72.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-17 12:36:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (36.0ms) Completed 200 OK in 144ms (Views: 110.3ms | ActiveRecord: 0.0ms)  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (41.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 11:23:39 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (37.0ms) Rendered no_sql_models/new.html.erb within layouts/application (63.0ms) Completed 200 OK in 165ms (Views: 133.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:40 -0500  (44.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 11:23:43 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (7.0ms) Rendered no_sql_models/new.html.erb within layouts/application (36.0ms) Completed 200 OK in 146ms (Views: 117.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:44 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (33.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 11:23:46 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (18.0ms) Completed 200 OK in 89ms (Views: 68.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:47 -0500  (42.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (1.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:23:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (10.0ms) Rendered schedules/new_custom.html.erb within layouts/application (52.0ms) Completed 200 OK in 136ms (Views: 93.4ms | ActiveRecord: 1.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:23:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 92ms (Views: 73.9ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (9.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:23:48 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 113ms (Views: 89.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:49 -0500  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:23:49 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 95ms (Views: 75.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:49 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:23:50 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 88ms (Views: 66.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:51 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (40.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:23:51 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (10.0ms) Rendered schedules/new_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 109ms (Views: 86.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:52 -0500  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:23:52 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 96ms (Views: 75.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:53 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:23:53 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 96ms (Views: 78.9ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:23:53 UTC], ["updated_at", 2017-02-21 16:23:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:23:53 UTC], ["updated_at", 2017-02-21 16:23:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:23:53 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (43.0ms) Completed 200 OK in 130ms (Views: 110.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:54 -0500  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:23:54 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/new.html.erb within layouts/application (33.0ms) Completed 200 OK in 135ms (Views: 104.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:55 -0500  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:23:57 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (30.0ms) Completed 200 OK in 120ms (Views: 95.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:23:57 -0500  (55.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:23:59 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (41.0ms) Completed 200 OK in 154ms (Views: 123.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:00 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:24:02 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (33.0ms) Completed 200 OK in 137ms (Views: 110.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:02 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 11:24:04 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-21 16:24:04 UTC], ["updated_at", 2017-02-21 16:24:04 UTC], ["easter", Sun, 30 Apr 2017]]  (21.0ms) commit transaction Redirected to http://127.0.0.1:59226/schedules/1/edit Completed 302 Found in 37ms (ActiveRecord: 23.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:04 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (56.0ms) Completed 200 OK in 179ms (Views: 134.1ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (31.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (42.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:24:05 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (30.0ms) Completed 200 OK in 131ms (Views: 103.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:05 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 11:24:07 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-21 16:24:07 UTC], ["updated_at", 2017-02-21 16:24:07 UTC]]  (44.0ms) commit transaction Redirected to http://127.0.0.1:59226/schedules/1/edit Completed 302 Found in 54ms (ActiveRecord: 46.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:07 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (35.0ms) Completed 200 OK in 186ms (Views: 155.9ms | ActiveRecord: 1.0ms)  (66.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (24.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:08 UTC], ["updated_at", 2017-02-21 16:24:08 UTC]]  (20.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:08 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 103ms (Views: 80.6ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (34.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:08 UTC], ["updated_at", 2017-02-21 16:24:08 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:08 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 98ms (Views: 73.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:09 -0500  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:09 UTC], ["updated_at", 2017-02-21 16:24:09 UTC], ["easter", Sun, 30 Apr 2017]]  (36.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:09 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 84ms (Views: 65.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:10 -0500  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (75.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:10 UTC], ["updated_at", 2017-02-21 16:24:10 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (37.0ms) Completed 200 OK in 127ms (Views: 104.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:11 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:24:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 88ms (Views: 70.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:12 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:24:15 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 102ms (Views: 81.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:15 -0500  (46.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:24:18 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 104ms (Views: 72.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:18 -0500  (38.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:19 UTC], ["created_at", 2017-02-21 16:24:19 UTC], ["updated_at", 2017-02-21 16:24:19 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 77ms (Views: 61.4ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:19 UTC], ["created_at", 2017-02-21 16:24:19 UTC], ["updated_at", 2017-02-21 16:24:19 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 84ms (Views: 66.7ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:19 UTC], ["created_at", 2017-02-21 16:24:19 UTC], ["updated_at", 2017-02-21 16:24:19 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 83ms (Views: 66.6ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (1.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:19 UTC], ["created_at", 2017-02-21 16:24:19 UTC], ["updated_at", 2017-02-21 16:24:19 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 86ms (Views: 69.7ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:19 UTC], ["created_at", 2017-02-21 16:24:19 UTC], ["updated_at", 2017-02-21 16:24:19 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 95ms (Views: 76.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:20 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:20 UTC], ["created_at", 2017-02-21 16:24:20 UTC], ["updated_at", 2017-02-21 16:24:20 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:20 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 94ms (Views: 72.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:21 -0500  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:21 UTC], ["created_at", 2017-02-21 16:24:21 UTC], ["updated_at", 2017-02-21 16:24:21 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:21 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 98ms (Views: 72.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:21 UTC], ["updated_at", 2017-02-21 16:24:21 UTC], ["suppertime", 2017-02-21 23:47:00 UTC]]  (23.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 11:24:21 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 100ms (Views: 82.0ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:22 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:22 UTC], ["created_at", 2017-02-21 16:24:22 UTC], ["updated_at", 2017-02-21 16:24:22 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:22 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 89ms (Views: 69.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:23 UTC], ["updated_at", 2017-02-21 16:24:23 UTC], ["suppertime", 2017-02-21 01:45:00 UTC]]  (19.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 11:24:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 99ms (Views: 72.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:23 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:23 UTC], ["created_at", 2017-02-21 16:24:23 UTC], ["updated_at", 2017-02-21 16:24:23 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 99ms (Views: 75.7ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:24 UTC], ["updated_at", 2017-02-21 16:24:24 UTC], ["beer_oclock", 2017-02-21 23:47:00 UTC]]  (69.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 11:24:24 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 93ms (Views: 74.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:24 -0500  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 11:24:00 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 11:24:25 UTC], ["created_at", 2017-02-21 16:24:25 UTC], ["updated_at", 2017-02-21 16:24:25 UTC], ["suppertime", 2000-01-01 11:24:00 UTC], ["beer_oclock", 2000-01-01 11:24:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 94ms (Views: 72.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:25 UTC], ["updated_at", 2017-02-21 16:24:25 UTC], ["beer_oclock", 2017-02-21 01:45:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 11:24:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 92ms (Views: 73.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:25 -0500  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:26 UTC], ["updated_at", 2017-02-21 16:24:26 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-21 11:24:26 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (2.0ms) Completed 200 OK in 84ms (Views: 63.1ms | ActiveRecord: 0.0ms)  (16.0ms) rollback transaction  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:24:26 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:26 UTC], ["updated_at", 2017-02-21 16:24:26 UTC]]  (35.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:26 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (37.0ms) Completed 200 OK in 136ms (Views: 107.0ms | ActiveRecord: 0.0ms)  (32.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:24:27 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 85ms (Views: 67.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:27 -0500  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:24:29 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 116ms (Views: 87.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:29 UTC], ["updated_at", 2017-02-21 16:24:29 UTC], ["time_of_date", 2017-02-21 16:24:29 UTC]]  (10.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:29 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (13.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (49.0ms) Completed 200 OK in 178ms (Views: 129.9ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:24:30 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (31.0ms) Completed 200 OK in 104ms (Views: 82.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:31 -0500  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:24:33 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 95ms (Views: 71.2ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:34 UTC], ["updated_at", 2017-02-21 16:24:34 UTC], ["date_in_time", 2017-02-21 05:00:00 UTC]]  (12.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 11:24:34 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 93ms (Views: 71.3ms | ActiveRecord: 1.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:24:34 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 94ms (Views: 77.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:35 -0500  (46.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (24.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:37 UTC], ["updated_at", 2017-02-21 16:24:37 UTC]]  (32.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-21 11:24:37 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (8.0ms) Rendered schedules/index.html.erb within layouts/application (34.0ms) Completed 200 OK in 140ms (Views: 110.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:38 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:38 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:38 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 11:24:38 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb (236.0ms) Completed 200 OK in 577ms (Views: 572.9ms | ActiveRecord: 1.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 16:23:27 UTC], ["apocalypse", 2017-02-21 16:23:27 UTC], ["epoch", 2017-02-21 16:23:27 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 16:23:27 UTC], ["created_at", 2017-02-21 16:24:41 UTC], ["updated_at", 2017-02-21 16:24:41 UTC]]  (30.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-21 11:24:41 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (14.0ms) Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (106.0ms) Completed 200 OK in 247ms (Views: 190.1ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:42 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:42 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:42 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 11:24:42 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (17.0ms) Rendered schedules/edit.html.erb (431.0ms) Completed 200 OK in 881ms (Views: 879.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-02-21 11:24:44 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:25:29 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (53.0ms) Rendered schedules/new_custom.html.erb within layouts/application (75.0ms) Completed 200 OK in 197ms (Views: 145.3ms | ActiveRecord: 3.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:25:29 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:25:30 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (39.0ms) Completed 200 OK in 125ms (Views: 103.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:25:31 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (24.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:25:31 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (43.0ms) Completed 200 OK in 123ms (Views: 98.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:25:31 -0500  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 11:25:34 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (42.0ms) Completed 200 OK in 151ms (Views: 123.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:25:35 -0500  (32.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 11:25:36 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (38.0ms) Completed 200 OK in 164ms (Views: 122.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 11:25:37 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (105.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:04 UTC], ["updated_at", 2017-02-21 18:15:04 UTC]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-21 13:15:10 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (13.0ms) Rendered schedules/index.html.erb within layouts/application (50.0ms) Completed 200 OK in 135ms (Views: 108.8ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:11 -0500 Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:11 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:11 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 13:15:11 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (120.0ms) Rendered schedules/edit.html.erb (359.0ms) Completed 200 OK in 741ms (Views: 670.4ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:14 UTC], ["updated_at", 2017-02-21 18:15:14 UTC]]  (42.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-21 13:15:14 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (43.0ms) Completed 200 OK in 118ms (Views: 96.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:14 -0500 Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:14 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 13:15:14 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:14 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (3.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (195.0ms) Completed 200 OK in 404ms (Views: 400.3ms | ActiveRecord: 3.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:16 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:18 UTC], ["updated_at", 2017-02-21 18:15:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:18 UTC], ["updated_at", 2017-02-21 18:15:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:15:18 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 91ms (Views: 66.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:18 -0500  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (24.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:15:21 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 97ms (Views: 73.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:21 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:15:21 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 90ms (Views: 71.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:22 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:24 UTC], ["created_at", 2017-02-21 18:15:24 UTC], ["updated_at", 2017-02-21 18:15:24 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:24 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 96ms (Views: 76.5ms | ActiveRecord: 0.0ms)  (3.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (1.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:24 UTC], ["created_at", 2017-02-21 18:15:24 UTC], ["updated_at", 2017-02-21 18:15:24 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:24 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 94ms (Views: 73.6ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:25 UTC], ["created_at", 2017-02-21 18:15:25 UTC], ["updated_at", 2017-02-21 18:15:25 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 85ms (Views: 67.3ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:25 UTC], ["created_at", 2017-02-21 18:15:25 UTC], ["updated_at", 2017-02-21 18:15:25 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 82ms (Views: 64.9ms | ActiveRecord: 1.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:25 UTC], ["created_at", 2017-02-21 18:15:25 UTC], ["updated_at", 2017-02-21 18:15:25 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 97ms (Views: 75.3ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:25 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:25 UTC], ["created_at", 2017-02-21 18:15:25 UTC], ["updated_at", 2017-02-21 18:15:25 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:26 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 98ms (Views: 74.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:26 -0500  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:26 UTC], ["created_at", 2017-02-21 18:15:26 UTC], ["updated_at", 2017-02-21 18:15:26 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (16.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:26 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 101ms (Views: 78.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:27 UTC], ["updated_at", 2017-02-21 18:15:27 UTC], ["beer_oclock", 2017-02-21 01:45:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:15:27 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 91ms (Views: 70.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:27 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (28.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:27 UTC], ["created_at", 2017-02-21 18:15:27 UTC], ["updated_at", 2017-02-21 18:15:27 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (19.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:27 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 105ms (Views: 76.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:28 UTC], ["updated_at", 2017-02-21 18:15:28 UTC], ["beer_oclock", 2017-02-21 23:47:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:15:28 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 90ms (Views: 68.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:28 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:29 UTC], ["created_at", 2017-02-21 18:15:29 UTC], ["updated_at", 2017-02-21 18:15:29 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (24.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 88ms (Views: 67.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:29 UTC], ["updated_at", 2017-02-21 18:15:29 UTC], ["suppertime", 2017-02-21 01:45:00 UTC]]  (32.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:15:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 102ms (Views: 80.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:29 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:15:00 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:15:30 UTC], ["created_at", 2017-02-21 18:15:30 UTC], ["updated_at", 2017-02-21 18:15:30 UTC], ["suppertime", 2000-01-01 13:15:00 UTC], ["beer_oclock", 2000-01-01 13:15:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:30 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 94ms (Views: 73.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:30 UTC], ["updated_at", 2017-02-21 18:15:30 UTC], ["suppertime", 2017-02-21 23:47:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:15:30 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 95ms (Views: 75.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:31 -0500  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:31 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 87ms (Views: 68.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:32 -0500  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:32 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 90ms (Views: 72.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:33 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:33 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 101ms (Views: 79.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:34 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:36 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 95ms (Views: 75.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:36 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 96ms (Views: 74.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:37 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:38 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 93ms (Views: 70.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:38 -0500  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:39 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 93ms (Views: 70.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:39 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:39 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 103ms (Views: 78.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:40 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:40 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 100ms (Views: 77.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:41 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:41 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 85ms (Views: 68.9ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:41 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 88ms (Views: 71.3ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:42 UTC], ["updated_at", 2017-02-21 18:15:42 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-21 13:15:42 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (2.0ms) Completed 200 OK in 71ms (Views: 48.6ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:42 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 89ms (Views: 68.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:42 -0500  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:45 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 99ms (Views: 72.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:45 UTC], ["updated_at", 2017-02-21 18:15:45 UTC], ["date_in_time", 2017-02-21 05:00:00 UTC]]  (31.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:45 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 95ms (Views: 70.6ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:46 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 104ms (Views: 80.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:46 UTC], ["updated_at", 2017-02-21 18:15:46 UTC], ["time_of_date", 2017-02-21 18:15:46 UTC]]  (16.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:46 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 96ms (Views: 71.9ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (54.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:15:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 93ms (Views: 71.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:47 -0500  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:50 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:15:50 UTC], ["updated_at", 2017-02-21 18:15:50 UTC]]  (20.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:15:50 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/edit.html.erb within layouts/application (38.0ms) Completed 200 OK in 145ms (Views: 112.9ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:50 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 88ms (Views: 69.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:51 -0500  (26.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:52 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (31.0ms) Completed 200 OK in 122ms (Views: 93.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:53 -0500  (35.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:55 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (53.0ms) Rendered schedules/new.html.erb within layouts/application (114.0ms) Completed 200 OK in 258ms (Views: 207.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:56 -0500  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (47.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:57 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (33.0ms) Completed 200 OK in 146ms (Views: 108.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:15:58 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:15:59 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (53.0ms) Completed 200 OK in 192ms (Views: 163.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:00 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (39.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:16:02 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (45.0ms) Completed 200 OK in 188ms (Views: 152.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:03 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 13:16:04 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-21 18:16:04 UTC], ["updated_at", 2017-02-21 18:16:04 UTC]]  (26.0ms) commit transaction Redirected to http://127.0.0.1:50489/schedules/1/edit Completed 302 Found in 41ms (ActiveRecord: 27.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:16:04 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (41.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendering schedules/edit.html.erb within layouts/application  (25.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendered schedules/_form.html.erb (5.0ms)  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Rendered schedules/edit.html.erb within layouts/application (33.0ms) Completed 200 OK in 188ms (Views: 118.8ms | ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:16:05 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 92ms (Views: 72.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:05 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 13:16:07 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (17.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-21 18:16:07 UTC], ["updated_at", 2017-02-21 18:16:07 UTC], ["easter", Sun, 30 Apr 2017]]  (50.0ms) commit transaction Redirected to http://127.0.0.1:50489/schedules/1/edit Completed 302 Found in 94ms (ActiveRecord: 67.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:16:07 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (50.0ms) DELETE FROM "schedules"; Rendering schedules/edit.html.erb within layouts/application  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (21.0ms) DELETE FROM sqlite_sequence where name = 'schedules'; Rendered schedules/_form.html.erb (23.0ms)  (42.0ms) DELETE FROM "people"; Rendered schedules/edit.html.erb within layouts/application (94.0ms)  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Completed 200 OK in 226ms (Views: 195.7ms | ActiveRecord: 1.0ms)  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:16:07 UTC], ["updated_at", 2017-02-21 18:16:07 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:16:07 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (45.0ms) Completed 200 OK in 153ms (Views: 122.3ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:16:08 UTC], ["updated_at", 2017-02-21 18:16:08 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:16:08 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 97ms (Views: 78.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:09 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:16:10 UTC], ["updated_at", 2017-02-21 18:16:10 UTC], ["easter", Sun, 30 Apr 2017]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:16:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 93ms (Views: 70.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:10 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:15:03 UTC], ["apocalypse", 2017-02-21 18:15:03 UTC], ["epoch", 2017-02-21 18:15:03 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-21 18:15:03 UTC], ["created_at", 2017-02-21 18:16:11 UTC], ["updated_at", 2017-02-21 18:16:11 UTC]]  (43.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:16:11 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 99ms (Views: 78.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:11 -0500  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (26.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (9.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:16:34 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (44.0ms) Rendered schedules/new_custom.html.erb within layouts/application (74.0ms) Completed 200 OK in 191ms (Views: 141.6ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:35 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:16:35 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (40.0ms) Completed 200 OK in 108ms (Views: 88.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:36 -0500  (45.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:16:36 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 103ms (Views: 83.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:37 -0500  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:16:39 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (38.0ms) Completed 200 OK in 173ms (Views: 129.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:40 -0500  (32.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:16:42 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (9.0ms) Rendered schedules/new_custom.html.erb within layouts/application (44.0ms) Completed 200 OK in 147ms (Views: 118.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:16:42 -0500  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:07 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (46.0ms) Rendered schedules/new_custom.html.erb within layouts/application (69.0ms) Completed 200 OK in 191ms (Views: 141.4ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:08 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:10 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 88ms (Views: 67.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:11 -0500  (28.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:11 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (33.0ms) Completed 200 OK in 124ms (Views: 102.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:12 -0500  (31.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:28:14 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (21.0ms) Completed 200 OK in 84ms (Views: 65.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:15 -0500  (57.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (30.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:17 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (42.0ms) Completed 200 OK in 167ms (Views: 135.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:17 -0500  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:51 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (62.0ms) Rendered schedules/new_custom.html.erb within layouts/application (98.0ms) Completed 200 OK in 276ms (Views: 188.9ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:52 -0500  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:53 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (38.0ms) Completed 200 OK in 107ms (Views: 88.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:53 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:54 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 132ms (Views: 107.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:54 -0500  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:28:56 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 95ms (Views: 74.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:28:57 -0500  (46.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:28:59 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (36.0ms) Completed 200 OK in 143ms (Views: 112.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:00 -0500  (24.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:29:30 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (32.0ms) Rendered no_sql_models/new.html.erb within layouts/application (58.0ms) Completed 200 OK in 160ms (Views: 130.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:31 -0500  (43.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:29:31 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 115ms (Views: 93.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:32 -0500  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:29:34 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 110ms (Views: 82.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:35 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:37 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (17.0ms) Rendered schedules/new_custom.html.erb within layouts/application (41.0ms) Completed 200 OK in 140ms (Views: 98.4ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:38 -0500  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:41 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 91ms (Views: 72.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:29:41 UTC], ["updated_at", 2017-02-21 18:29:41 UTC], ["date_in_time", 2017-02-21 05:00:00 UTC]]  (11.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:29:41 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (9.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 105ms (Views: 76.6ms | ActiveRecord: 1.0ms)  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:42 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 96ms (Views: 74.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:42 -0500  (38.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:45 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (10.0ms) Rendered schedules/new_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 118ms (Views: 90.2ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:29:45 UTC], ["updated_at", 2017-02-21 18:29:45 UTC], ["time_of_date", 2017-02-21 18:29:45 UTC]]  (10.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:29:45 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (10.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (32.0ms) Completed 200 OK in 103ms (Views: 80.1ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:46 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:29:46 UTC], ["updated_at", 2017-02-21 18:29:46 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:29:46 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 95ms (Views: 76.1ms | ActiveRecord: 1.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:29:46 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 103ms (Views: 83.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:47 -0500  (41.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (40.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:29:48 UTC], ["updated_at", 2017-02-21 18:29:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:29:48 UTC], ["updated_at", 2017-02-21 18:29:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:48 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (9.0ms) Rendered schedules/new_custom.html.erb within layouts/application (42.0ms) Completed 200 OK in 142ms (Views: 112.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:49 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (3.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:50 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 98ms (Views: 75.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:51 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (58.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:51 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 91ms (Views: 73.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:51 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:52 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 86ms (Views: 68.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:52 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:53 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 92ms (Views: 73.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:53 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:53 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 85ms (Views: 68.9ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:29:54 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 106ms (Views: 85.8ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:29:54 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (42.0ms) Completed 200 OK in 149ms (Views: 125.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (3.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:29:54 UTC], ["updated_at", 2017-02-21 18:29:54 UTC]]  (15.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-21 13:29:55 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (6.0ms) Rendered schedules/index.html.erb within layouts/application (28.0ms) Completed 200 OK in 113ms (Views: 87.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:55 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:55 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:55 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 13:29:55 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (20.0ms) Rendered schedules/edit.html.erb (321.0ms) Completed 200 OK in 724ms (Views: 722.0ms | ActiveRecord: 0.0ms)  (51.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (18.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (55.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:29:58 UTC], ["updated_at", 2017-02-21 18:29:58 UTC]]  (46.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-21 13:29:58 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (25.0ms) Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (7.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (97.0ms) Completed 200 OK in 243ms (Views: 207.5ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:59 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:59 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 13:29:59 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 13:29:59 -0500 Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb (247.0ms) Completed 200 OK in 477ms (Views: 471.8ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:01 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:03 UTC], ["updated_at", 2017-02-21 18:30:03 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-21 13:30:03 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (1.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (3.0ms) Completed 200 OK in 68ms (Views: 49.7ms | ActiveRecord: 1.0ms)  (4.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 103ms (Views: 84.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:04 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:06 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/new.html.erb within layouts/application (38.0ms) Completed 200 OK in 159ms (Views: 119.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:07 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:07 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (29.0ms) Completed 200 OK in 94ms (Views: 74.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:07 -0500  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:10 UTC], ["created_at", 2017-02-21 18:30:10 UTC], ["updated_at", 2017-02-21 18:30:10 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 97ms (Views: 78.3ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:10 UTC], ["created_at", 2017-02-21 18:30:10 UTC], ["updated_at", 2017-02-21 18:30:10 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 93ms (Views: 76.0ms | ActiveRecord: 0.0ms)  (9.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:10 UTC], ["created_at", 2017-02-21 18:30:10 UTC], ["updated_at", 2017-02-21 18:30:10 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 91ms (Views: 68.7ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:10 UTC], ["created_at", 2017-02-21 18:30:10 UTC], ["updated_at", 2017-02-21 18:30:10 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:10 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 90ms (Views: 71.4ms | ActiveRecord: 0.0ms)  (28.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:10 UTC], ["created_at", 2017-02-21 18:30:10 UTC], ["updated_at", 2017-02-21 18:30:10 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (25.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:11 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 98ms (Views: 78.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:11 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:11 UTC], ["created_at", 2017-02-21 18:30:11 UTC], ["updated_at", 2017-02-21 18:30:11 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (22.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:11 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (36.0ms) Completed 200 OK in 134ms (Views: 105.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:12 -0500  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:12 UTC], ["created_at", 2017-02-21 18:30:12 UTC], ["updated_at", 2017-02-21 18:30:12 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:12 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 94ms (Views: 74.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:13 UTC], ["updated_at", 2017-02-21 18:30:13 UTC], ["beer_oclock", 2017-02-21 01:45:00 UTC]]  (26.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:30:13 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 92ms (Views: 72.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:13 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:13 UTC], ["created_at", 2017-02-21 18:30:13 UTC], ["updated_at", 2017-02-21 18:30:13 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:13 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 98ms (Views: 79.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:14 UTC], ["updated_at", 2017-02-21 18:30:14 UTC], ["beer_oclock", 2017-02-21 23:47:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:30:14 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (31.0ms) Completed 200 OK in 116ms (Views: 92.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:14 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:15 UTC], ["created_at", 2017-02-21 18:30:15 UTC], ["updated_at", 2017-02-21 18:30:15 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (34.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:15 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 106ms (Views: 81.7ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:15 UTC], ["updated_at", 2017-02-21 18:30:15 UTC], ["suppertime", 2017-02-21 23:47:00 UTC]]  (21.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:30:15 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 102ms (Views: 83.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:16 -0500  (35.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:30:00 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:30:16 UTC], ["created_at", 2017-02-21 18:30:16 UTC], ["updated_at", 2017-02-21 18:30:16 UTC], ["suppertime", 2000-01-01 13:30:00 UTC], ["beer_oclock", 2000-01-01 13:30:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:16 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 103ms (Views: 75.9ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:17 UTC], ["updated_at", 2017-02-21 18:30:17 UTC], ["suppertime", 2017-02-21 01:45:00 UTC]]  (22.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:30:17 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 106ms (Views: 76.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:17 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:18 UTC], ["updated_at", 2017-02-21 18:30:18 UTC]]  (23.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:18 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 108ms (Views: 82.4ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:18 UTC], ["updated_at", 2017-02-21 18:30:18 UTC], ["easter", Sun, 30 Apr 2017]]  (17.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:18 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 93ms (Views: 73.1ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:19 -0500  (23.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:19 UTC], ["updated_at", 2017-02-21 18:30:19 UTC]]  (22.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 89ms (Views: 69.8ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:20 -0500  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-21 18:29:23 UTC], ["apocalypse", 2017-02-21 18:29:23 UTC], ["epoch", 2017-02-21 18:29:23 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:29:23 UTC], ["created_at", 2017-02-21 18:30:20 UTC], ["updated_at", 2017-02-21 18:30:20 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:20 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 99ms (Views: 73.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:21 -0500  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:21 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 124ms (Views: 95.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:21 -0500  (158.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (3.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:23 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (44.0ms) Completed 200 OK in 184ms (Views: 141.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:23 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:25 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (39.0ms) Completed 200 OK in 166ms (Views: 134.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:26 -0500  (42.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:27 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (40.0ms) Completed 200 OK in 155ms (Views: 119.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:28 -0500  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:30 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (37.0ms) Completed 200 OK in 155ms (Views: 117.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:31 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 13:30:33 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-21 18:30:33 UTC], ["updated_at", 2017-02-21 18:30:33 UTC], ["easter", Sun, 30 Apr 2017]]  (31.0ms) commit transaction Redirected to http://127.0.0.1:52337/schedules/1/edit Completed 302 Found in 41ms (ActiveRecord: 33.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:33 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (65.0ms) Completed 200 OK in 208ms (Views: 176.9ms | ActiveRecord: 0.0ms)  (32.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (19.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:30:34 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (39.0ms) Completed 200 OK in 140ms (Views: 110.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:30:34 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 13:30:36 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-21 18:30:36 UTC], ["updated_at", 2017-02-21 18:30:36 UTC]]  (15.0ms) commit transaction Redirected to http://127.0.0.1:52337/schedules/1/edit Completed 302 Found in 24ms (ActiveRecord: 16.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:30:36 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (33.0ms) Completed 200 OK in 139ms (Views: 107.2ms | ActiveRecord: 1.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (55.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:32:45 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (42.0ms) Rendered schedules/new.html.erb within layouts/application (62.0ms) Completed 200 OK in 173ms (Views: 115.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:32:45 UTC], ["updated_at", 2017-02-21 18:32:45 UTC]]  (29.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:32:51 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (34.0ms) Completed 200 OK in 126ms (Views: 87.6ms | ActiveRecord: 0.0ms)  (23.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:32:52 UTC], ["updated_at", 2017-02-21 18:32:52 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:32:52 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 96ms (Views: 74.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:32:52 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (17.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:32:53 UTC], ["updated_at", 2017-02-21 18:32:53 UTC], ["easter", Sun, 30 Apr 2017]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:32:53 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 100ms (Views: 73.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:32:53 -0500  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:32:54 UTC], ["updated_at", 2017-02-21 18:32:54 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:32:54 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 102ms (Views: 82.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:32:54 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:32:55 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 93ms (Views: 71.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:32:55 -0500  (52.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:32:57 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 110ms (Views: 89.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:32:57 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:32:58 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (31.0ms) Completed 200 OK in 125ms (Views: 94.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:32:59 -0500  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:33:01 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (44.0ms) Completed 200 OK in 151ms (Views: 123.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:01 -0500  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:33:03 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (44.0ms) Completed 200 OK in 152ms (Views: 119.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:04 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 13:33:06 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (3.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-21 18:33:06 UTC], ["updated_at", 2017-02-21 18:33:06 UTC]]  (40.0ms) commit transaction Redirected to http://127.0.0.1:53502/schedules/1/edit Completed 302 Found in 60ms (ActiveRecord: 43.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:06 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (64.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendering schedules/edit.html.erb within layouts/application  (44.0ms) DELETE FROM sqlite_sequence where name = 'schedules'; Rendered schedules/_form.html.erb (21.0ms)  (16.0ms) DELETE FROM "people"; Rendered schedules/edit.html.erb within layouts/application (53.0ms)  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Completed 200 OK in 223ms (Views: 192.5ms | ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:33:06 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 115ms (Views: 91.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:07 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 13:33:08 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-21 18:33:08 UTC], ["updated_at", 2017-02-21 18:33:08 UTC], ["easter", Sun, 30 Apr 2017]]  (19.0ms) commit transaction Redirected to http://127.0.0.1:53502/schedules/1/edit Completed 302 Found in 36ms (ActiveRecord: 21.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:08 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (70.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (44.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people"; Rendering schedules/edit.html.erb within layouts/application  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (43.0ms) Completed 200 OK in 234ms (Views: 158.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:09 UTC], ["updated_at", 2017-02-21 18:33:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:09 UTC], ["updated_at", 2017-02-21 18:33:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:33:09 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (4.0ms) Rendered no_sql_models/new.html.erb within layouts/application (38.0ms) Completed 200 OK in 130ms (Views: 94.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:09 -0500  (35.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:33:12 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (5.0ms) Rendered no_sql_models/new.html.erb within layouts/application (33.0ms) Completed 200 OK in 139ms (Views: 107.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:12 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 13:33:13 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (4.0ms) Rendered no_sql_models/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 93ms (Views: 73.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:13 -0500  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 125ms (Views: 92.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:16 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 97ms (Views: 77.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:17 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:17 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (36.0ms) Completed 200 OK in 140ms (Views: 110.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:18 -0500  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:18 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 100ms (Views: 79.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:19 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:19 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 93ms (Views: 73.4ms | ActiveRecord: 0.0ms)  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:20 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 93ms (Views: 73.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:20 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 95ms (Views: 76.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:20 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:33:21 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 93ms (Views: 73.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:22 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:33:24 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 92ms (Views: 72.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:25 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:33:25 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (30.0ms) Completed 200 OK in 102ms (Views: 84.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:25 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:26 UTC], ["created_at", 2017-02-21 18:33:26 UTC], ["updated_at", 2017-02-21 18:33:26 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:26 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (48.0ms) Rendered schedules/edit.html.erb within layouts/application (69.0ms) Completed 200 OK in 143ms (Views: 120.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:26 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:27 UTC], ["created_at", 2017-02-21 18:33:27 UTC], ["updated_at", 2017-02-21 18:33:27 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:27 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 99ms (Views: 78.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:27 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:27 UTC], ["created_at", 2017-02-21 18:33:27 UTC], ["updated_at", 2017-02-21 18:33:27 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (9.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:27 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 94ms (Views: 72.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:28 UTC], ["updated_at", 2017-02-21 18:33:28 UTC], ["suppertime", 2017-02-21 23:47:00 UTC]]  (17.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:33:28 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 92ms (Views: 68.4ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:28 -0500  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:29 UTC], ["created_at", 2017-02-21 18:33:29 UTC], ["updated_at", 2017-02-21 18:33:29 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (20.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 93ms (Views: 72.1ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:29 UTC], ["updated_at", 2017-02-21 18:33:29 UTC], ["suppertime", 2017-02-21 01:45:00 UTC]]  (15.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:33:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 94ms (Views: 74.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:29 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (25.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:30 UTC], ["created_at", 2017-02-21 18:33:30 UTC], ["updated_at", 2017-02-21 18:33:30 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:30 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (33.0ms) Completed 200 OK in 104ms (Views: 81.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:30 UTC], ["updated_at", 2017-02-21 18:33:30 UTC], ["beer_oclock", 2017-02-21 23:47:00 UTC]]  (20.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:33:30 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 104ms (Views: 81.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:31 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:31 UTC], ["created_at", 2017-02-21 18:33:31 UTC], ["updated_at", 2017-02-21 18:33:31 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:31 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 95ms (Views: 72.1ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:31 UTC], ["updated_at", 2017-02-21 18:33:31 UTC], ["beer_oclock", 2017-02-21 01:45:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 13:33:31 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 97ms (Views: 79.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:32 -0500  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:32 UTC], ["created_at", 2017-02-21 18:33:32 UTC], ["updated_at", 2017-02-21 18:33:32 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:32 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 94ms (Views: 76.7ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:32 UTC], ["created_at", 2017-02-21 18:33:32 UTC], ["updated_at", 2017-02-21 18:33:32 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:32 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 97ms (Views: 74.4ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:32 UTC], ["created_at", 2017-02-21 18:33:32 UTC], ["updated_at", 2017-02-21 18:33:32 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:32 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 86ms (Views: 69.4ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 13:33:00 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 13:33:32 UTC], ["created_at", 2017-02-21 18:33:32 UTC], ["updated_at", 2017-02-21 18:33:32 UTC], ["suppertime", 2000-01-01 13:33:00 UTC], ["beer_oclock", 2000-01-01 13:33:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:32 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 80ms (Views: 63.2ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:33 UTC], ["updated_at", 2017-02-21 18:33:33 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-21 13:33:33 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (3.0ms) Completed 200 OK in 61ms (Views: 44.0ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:33 UTC], ["updated_at", 2017-02-21 18:33:33 UTC]]  (10.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-21 13:33:33 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (6.0ms) Rendered schedules/index.html.erb within layouts/application (23.0ms) Completed 200 OK in 98ms (Views: 72.6ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:33 -0500 Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:33 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:33 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 13:33:33 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (225.0ms) Completed 200 OK in 481ms (Views: 479.0ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:36 UTC], ["updated_at", 2017-02-21 18:33:36 UTC]]  (17.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-21 13:33:36 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (58.0ms) Completed 200 OK in 145ms (Views: 121.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:37 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:37 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 13:33:37 -0500 Processing by SchedulesController#edit_in_modal as HTML Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:37 -0500 Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb (253.0ms) Completed 200 OK in 583ms (Views: 582.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:39 -0500  (47.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:33:40 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 90ms (Views: 69.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:41 -0500  (56.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:42 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (38.0ms) Completed 200 OK in 165ms (Views: 135.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:43 -0500  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:46 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 98ms (Views: 81.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:46 UTC], ["updated_at", 2017-02-21 18:33:46 UTC], ["time_of_date", 2017-02-21 18:33:46 UTC]]  (13.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:46 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (31.0ms) Completed 200 OK in 95ms (Views: 76.5ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 91ms (Views: 71.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:33:47 -0500  (20.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:33:50 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (37.0ms) Completed 200 OK in 158ms (Views: 122.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:32:44 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:50 UTC], ["updated_at", 2017-02-21 18:33:50 UTC], ["date_in_time", 2017-02-21 05:00:00 UTC]]  (15.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:50 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 91ms (Views: 71.6ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (17.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 18:32:44 UTC], ["apocalypse", 2017-02-21 18:33:51 UTC], ["epoch", 2017-02-21 18:32:44 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 18:32:44 UTC], ["created_at", 2017-02-21 18:33:51 UTC], ["updated_at", 2017-02-21 18:33:51 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 13:33:51 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 96ms (Views: 72.4ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:36:04 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (68.0ms) Rendered schedules/new_custom.html.erb within layouts/application (98.0ms) Completed 200 OK in 264ms (Views: 189.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:36:05 -0500  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:36:05 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 144ms (Views: 97.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:36:06 -0500  (42.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (31.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:36:06 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (45.0ms) Completed 200 OK in 117ms (Views: 95.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:36:07 -0500  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 13:36:09 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/new.html.erb within layouts/application (30.0ms) Completed 200 OK in 120ms (Views: 91.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:36:10 -0500  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 13:36:11 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 118ms (Views: 89.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 13:36:12 -0500  (45.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 14:33:46 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (52.0ms) Rendered schedules/new_custom.html.erb within layouts/application (72.0ms) Completed 200 OK in 219ms (Views: 150.6ms | ActiveRecord: 3.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 14:33:47 -0500  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 14:33:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 121ms (Views: 98.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 14:33:48 -0500  (35.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 14:33:48 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (43.0ms) Completed 200 OK in 122ms (Views: 100.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 14:33:49 -0500  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 14:33:51 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (45.0ms) Completed 200 OK in 168ms (Views: 119.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 14:33:52 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 14:33:53 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (31.0ms) Completed 200 OK in 117ms (Views: 90.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 14:33:54 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:21:44 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (51.0ms) Rendered schedules/new_custom.html.erb within layouts/application (86.0ms) Completed 200 OK in 221ms (Views: 162.0ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:21:45 -0500  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:21:45 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 119ms (Views: 93.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:21:46 -0500  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:21:46 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 126ms (Views: 76.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:21:47 -0500  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:21:49 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 119ms (Views: 91.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:21:50 -0500  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (40.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:21:52 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (46.0ms) Completed 200 OK in 168ms (Views: 138.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:21:52 -0500  (33.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:22:18 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (37.0ms) Rendered no_sql_models/new.html.erb within layouts/application (61.0ms) Completed 200 OK in 162ms (Views: 127.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:18 -0500  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:22:21 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (1.0ms) Rendered no_sql_models/new.html.erb within layouts/application (19.0ms) Completed 200 OK in 92ms (Views: 74.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:21 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:22:22 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 99ms (Views: 78.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:22 -0500  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:25 UTC], ["created_at", 2017-02-21 20:22:25 UTC], ["updated_at", 2017-02-21 20:22:25 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/edit.html.erb within layouts/application (34.0ms) Completed 200 OK in 120ms (Views: 89.2ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:25 UTC], ["created_at", 2017-02-21 20:22:25 UTC], ["updated_at", 2017-02-21 20:22:25 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 85ms (Views: 68.4ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:25 UTC], ["created_at", 2017-02-21 20:22:25 UTC], ["updated_at", 2017-02-21 20:22:25 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (20.0ms) Completed 200 OK in 82ms (Views: 63.7ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:25 UTC], ["created_at", 2017-02-21 20:22:25 UTC], ["updated_at", 2017-02-21 20:22:25 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 86ms (Views: 69.7ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:25 UTC], ["created_at", 2017-02-21 20:22:25 UTC], ["updated_at", 2017-02-21 20:22:25 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:25 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 94ms (Views: 72.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:25 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:26 UTC], ["created_at", 2017-02-21 20:22:26 UTC], ["updated_at", 2017-02-21 20:22:26 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (9.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:26 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 100ms (Views: 79.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:26 -0500  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:27 UTC], ["created_at", 2017-02-21 20:22:27 UTC], ["updated_at", 2017-02-21 20:22:27 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (37.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:27 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 87ms (Views: 69.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:27 UTC], ["updated_at", 2017-02-21 20:22:27 UTC], ["suppertime", 2017-02-21 23:47:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:22:27 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 96ms (Views: 73.8ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:28 -0500  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:28 UTC], ["created_at", 2017-02-21 20:22:28 UTC], ["updated_at", 2017-02-21 20:22:28 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:28 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 98ms (Views: 79.2ms | ActiveRecord: 1.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:28 UTC], ["updated_at", 2017-02-21 20:22:28 UTC], ["suppertime", 2017-02-21 01:45:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:22:28 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 91ms (Views: 70.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:29 -0500  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:29 UTC], ["created_at", 2017-02-21 20:22:29 UTC], ["updated_at", 2017-02-21 20:22:29 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:29 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 97ms (Views: 76.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:29 UTC], ["updated_at", 2017-02-21 20:22:29 UTC], ["beer_oclock", 2017-02-21 01:45:00 UTC]]  (23.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:22:30 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (33.0ms) Completed 200 OK in 115ms (Views: 94.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:30 -0500  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:22:00 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:22:30 UTC], ["created_at", 2017-02-21 20:22:30 UTC], ["updated_at", 2017-02-21 20:22:30 UTC], ["suppertime", 2000-01-01 15:22:00 UTC], ["beer_oclock", 2000-01-01 15:22:00 UTC]]  (16.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:30 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 100ms (Views: 78.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:31 UTC], ["updated_at", 2017-02-21 20:22:31 UTC], ["beer_oclock", 2017-02-21 23:47:00 UTC]]  (22.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:22:31 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (42.0ms) Completed 200 OK in 142ms (Views: 120.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:31 -0500  (26.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:32 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 93ms (Views: 73.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:32 -0500  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:35 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 111ms (Views: 84.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:35 -0500  (17.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:36 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Rendered schedules/new.html.erb within layouts/application (32.0ms) Completed 200 OK in 101ms (Views: 80.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:36 -0500  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:36 UTC], ["updated_at", 2017-02-21 20:22:36 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-21 15:22:36 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (3.0ms) Completed 200 OK in 65ms (Views: 47.1ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:36 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 95ms (Views: 76.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:37 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:39 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 86ms (Views: 69.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:39 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:40 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 92ms (Views: 70.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:40 -0500  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:42 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (39.0ms) Completed 200 OK in 143ms (Views: 112.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:43 -0500  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:44 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (36.0ms) Completed 200 OK in 148ms (Views: 113.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:45 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 15:22:47 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-21 20:22:47 UTC], ["updated_at", 2017-02-21 20:22:47 UTC], ["easter", Sun, 30 Apr 2017]]  (16.0ms) commit transaction Redirected to http://127.0.0.1:61143/schedules/1/edit Completed 302 Found in 32ms (ActiveRecord: 17.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:47 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (41.0ms) Completed 200 OK in 159ms (Views: 125.9ms | ActiveRecord: 1.0ms)  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (45.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:47 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 109ms (Views: 83.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:48 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 15:22:49 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-21 20:22:49 UTC], ["updated_at", 2017-02-21 20:22:49 UTC]]  (15.0ms) commit transaction Redirected to http://127.0.0.1:61143/schedules/1/edit Completed 302 Found in 35ms (ActiveRecord: 16.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:49 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (37.0ms) Completed 200 OK in 165ms (Views: 126.8ms | ActiveRecord: 0.0ms)  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (51.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (23.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:50 UTC], ["updated_at", 2017-02-21 20:22:50 UTC]]  (23.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:50 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 95ms (Views: 72.5ms | ActiveRecord: 0.0ms)  (28.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:51 UTC], ["updated_at", 2017-02-21 20:22:51 UTC]]  (21.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:51 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 102ms (Views: 76.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:52 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:52 UTC], ["updated_at", 2017-02-21 20:22:52 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:52 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 91ms (Views: 71.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:53 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:53 UTC], ["updated_at", 2017-02-21 20:22:53 UTC], ["easter", Sun, 30 Apr 2017]]  (20.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:53 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 97ms (Views: 77.6ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:53 -0500  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:54 UTC], ["updated_at", 2017-02-21 20:22:54 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:54 UTC], ["updated_at", 2017-02-21 20:22:54 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:54 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:22:54 UTC], ["updated_at", 2017-02-21 20:22:54 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:22:54 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 94ms (Views: 73.4ms | ActiveRecord: 0.0ms)  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:22:55 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 98ms (Views: 78.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:55 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:22:56 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 95ms (Views: 76.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:22:57 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:22:59 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 94ms (Views: 72.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:23:00 UTC], ["updated_at", 2017-02-21 20:23:00 UTC], ["date_in_time", 2017-02-21 05:00:00 UTC]]  (17.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:23:00 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 101ms (Views: 75.6ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:00 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 105ms (Views: 81.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:01 -0500  (24.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:03 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (36.0ms) Completed 200 OK in 139ms (Views: 108.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:23:04 UTC], ["updated_at", 2017-02-21 20:23:04 UTC], ["time_of_date", 2017-02-21 20:23:04 UTC]]  (11.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:23:04 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 95ms (Views: 74.0ms | ActiveRecord: 0.0ms)  (28.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (29.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:23:04 UTC], ["updated_at", 2017-02-21 20:23:04 UTC]]  (11.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-21 15:23:04 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (4.0ms) Rendered schedules/index.html.erb within layouts/application (23.0ms) Completed 200 OK in 91ms (Views: 69.7ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:05 -0500 Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:05 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 15:23:05 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:05 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb (226.0ms) Completed 200 OK in 455ms (Views: 452.8ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:22:11 UTC], ["apocalypse", 2017-02-21 20:22:11 UTC], ["epoch", 2017-02-21 20:22:11 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:22:11 UTC], ["created_at", 2017-02-21 20:23:07 UTC], ["updated_at", 2017-02-21 20:23:07 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-21 15:23:07 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (41.0ms) Completed 200 OK in 109ms (Views: 89.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:08 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:08 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 15:23:08 -0500 Processing by SchedulesController#edit_in_modal as HTML Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:08 -0500 Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (208.0ms) Completed 200 OK in 417ms (Views: 415.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:10 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:11 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 85ms (Views: 65.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:12 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:13 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 91ms (Views: 71.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:13 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:14 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 100ms (Views: 80.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:14 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:14 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 93ms (Views: 73.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:15 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:15 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 89ms (Views: 70.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:23:16 -0500  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 82ms (Views: 65.9ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:23:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 92ms (Views: 73.7ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:23:17 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 96ms (Views: 77.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:16 UTC], ["updated_at", 2017-02-21 20:33:16 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-21 15:33:16 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 98ms (Views: 73.4ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:33:22 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (25.0ms) Rendered schedules/new_custom.html.erb within layouts/application (50.0ms) Completed 200 OK in 131ms (Views: 104.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:23 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:33:23 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 94ms (Views: 74.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:33:23 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (31.0ms) Completed 200 OK in 126ms (Views: 103.0ms | ActiveRecord: 0.0ms)  (21.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:33:24 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (49.0ms) Completed 200 OK in 159ms (Views: 115.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:24 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:33:25 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 104ms (Views: 82.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:26 -0500  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:33:26 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 92ms (Views: 70.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:26 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:33:27 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 96ms (Views: 79.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:27 -0500  (43.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:33:28 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 93ms (Views: 74.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:28 -0500  (18.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (17.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:33:30 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (18.0ms) Rendered schedules/new.html.erb within layouts/application (46.0ms) Completed 200 OK in 154ms (Views: 120.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:30 -0500  (25.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:33:31 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (3.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 92ms (Views: 71.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:32 -0500  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:33:33 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (40.0ms) Completed 200 OK in 148ms (Views: 114.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:34 -0500  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:33:36 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 115ms (Views: 87.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:36 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 15:33:38 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-21 20:33:38 UTC], ["updated_at", 2017-02-21 20:33:38 UTC], ["easter", Sun, 30 Apr 2017]]  (52.0ms) commit transaction Redirected to http://127.0.0.1:62623/schedules/1/edit Completed 302 Found in 73ms (ActiveRecord: 53.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:33:38 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (29.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; Rendering schedules/edit.html.erb within layouts/application  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (50.0ms) Completed 200 OK in 189ms (Views: 143.6ms | ActiveRecord: 0.0ms) Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:33:39 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (29.0ms) Completed 200 OK in 129ms (Views: 98.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:39 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 15:33:41 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-21 20:33:41 UTC], ["updated_at", 2017-02-21 20:33:41 UTC]]  (18.0ms) commit transaction Redirected to http://127.0.0.1:62623/schedules/1/edit Completed 302 Found in 33ms (ActiveRecord: 19.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:33:41 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (15.0ms) Rendered schedules/edit.html.erb within layouts/application (48.0ms) Completed 200 OK in 183ms (Views: 143.8ms | ActiveRecord: 0.0ms)  (57.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (26.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:41 UTC], ["updated_at", 2017-02-21 20:33:41 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:33:41 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 117ms (Views: 89.0ms | ActiveRecord: 0.0ms)  (40.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:42 UTC], ["updated_at", 2017-02-21 20:33:42 UTC]]  (29.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:33:42 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 91ms (Views: 72.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:43 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:43 UTC], ["updated_at", 2017-02-21 20:33:43 UTC]]  (23.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:33:43 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 93ms (Views: 70.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:44 -0500  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:44 UTC], ["updated_at", 2017-02-21 20:33:44 UTC], ["easter", Sun, 30 Apr 2017]]  (23.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:33:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 102ms (Views: 78.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:45 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:45 UTC], ["updated_at", 2017-02-21 20:33:45 UTC]]  (12.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-21 15:33:45 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (5.0ms) Rendered schedules/index.html.erb within layouts/application (23.0ms) Completed 200 OK in 96ms (Views: 73.5ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:46 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:46 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:46 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 15:33:46 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (238.0ms) Completed 200 OK in 555ms (Views: 551.6ms | ActiveRecord: 0.0ms)  (40.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:48 UTC], ["updated_at", 2017-02-21 20:33:48 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-21 15:33:48 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (9.0ms) Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (54.0ms) Completed 200 OK in 135ms (Views: 107.9ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:49 -0500 Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:49 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:49 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 15:33:49 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (236.0ms) Completed 200 OK in 521ms (Views: 516.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:51 -0500  (15.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (17.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:53 UTC], ["updated_at", 2017-02-21 20:33:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:33:53 UTC], ["updated_at", 2017-02-21 20:33:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:33:53 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (23.0ms) Completed 200 OK in 105ms (Views: 77.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:53 -0500  (17.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (44.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:33:53 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (2.0ms) Rendered no_sql_models/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 91ms (Views: 69.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:54 -0500  (54.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:33:56 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (4.0ms) Rendered no_sql_models/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 158ms (Views: 117.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:33:57 -0500  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:33:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:33:59 UTC], ["created_at", 2017-02-21 20:33:59 UTC], ["updated_at", 2017-02-21 20:33:59 UTC], ["suppertime", 2000-01-01 15:33:00 UTC], ["beer_oclock", 2000-01-01 15:33:00 UTC]]  (41.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:33:59 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 91ms (Views: 70.7ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:00 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:00 UTC], ["created_at", 2017-02-21 20:34:00 UTC], ["updated_at", 2017-02-21 20:34:00 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:00 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 98ms (Views: 77.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:01 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:01 UTC], ["created_at", 2017-02-21 20:34:01 UTC], ["updated_at", 2017-02-21 20:34:01 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (29.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:01 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 105ms (Views: 79.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:34:01 UTC], ["updated_at", 2017-02-21 20:34:01 UTC], ["suppertime", 2017-02-21 23:47:00 UTC]]  (17.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:34:02 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 99ms (Views: 73.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:02 -0500  (42.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:02 UTC], ["created_at", 2017-02-21 20:34:02 UTC], ["updated_at", 2017-02-21 20:34:02 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (29.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:02 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 103ms (Views: 76.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:34:03 UTC], ["updated_at", 2017-02-21 20:34:03 UTC], ["suppertime", 2017-02-21 01:45:00 UTC]]  (12.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:34:03 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 92ms (Views: 70.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:03 -0500  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (35.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:04 UTC], ["created_at", 2017-02-21 20:34:04 UTC], ["updated_at", 2017-02-21 20:34:04 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:04 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 92ms (Views: 71.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:34:04 UTC], ["updated_at", 2017-02-21 20:34:04 UTC], ["beer_oclock", 2017-02-21 01:45:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:34:04 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 91ms (Views: 69.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:04 -0500  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:05 UTC], ["created_at", 2017-02-21 20:34:05 UTC], ["updated_at", 2017-02-21 20:34:05 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (21.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:05 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 102ms (Views: 79.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:34:05 UTC], ["updated_at", 2017-02-21 20:34:05 UTC], ["beer_oclock", 2017-02-21 23:47:00 UTC]]  (26.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:34:05 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 101ms (Views: 75.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:06 -0500  (12.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:06 UTC], ["created_at", 2017-02-21 20:34:06 UTC], ["updated_at", 2017-02-21 20:34:06 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:06 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 93ms (Views: 76.6ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:06 UTC], ["created_at", 2017-02-21 20:34:06 UTC], ["updated_at", 2017-02-21 20:34:06 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:06 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 81ms (Views: 62.4ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:06 UTC], ["created_at", 2017-02-21 20:34:06 UTC], ["updated_at", 2017-02-21 20:34:06 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:06 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 100ms (Views: 82.7ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:34:00 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:34:06 UTC], ["created_at", 2017-02-21 20:34:06 UTC], ["updated_at", 2017-02-21 20:34:06 UTC], ["suppertime", 2000-01-01 15:34:00 UTC], ["beer_oclock", 2000-01-01 15:34:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:06 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 83ms (Views: 66.4ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:34:06 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 94ms (Views: 70.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:07 -0500  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:34:10 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 94ms (Views: 75.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:10 -0500  (38.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:34:10 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 94ms (Views: 71.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:11 -0500  (22.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:34:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 97ms (Views: 80.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:34:11 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 96ms (Views: 74.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:12 -0500  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:34:13 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (68.0ms) Completed 200 OK in 168ms (Views: 137.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:14 -0500  (60.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:34:16 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/new_custom.html.erb within layouts/application (39.0ms) Completed 200 OK in 177ms (Views: 148.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:34:18 UTC], ["updated_at", 2017-02-21 20:34:18 UTC], ["date_in_time", 2017-02-21 05:00:00 UTC]]  (20.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:18 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (15.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (67.0ms) Completed 200 OK in 195ms (Views: 156.0ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (19.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:34:19 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 97ms (Views: 77.7ms | ActiveRecord: 0.0ms)  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:33:15 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:34:20 UTC], ["updated_at", 2017-02-21 20:34:20 UTC], ["time_of_date", 2017-02-21 20:34:20 UTC]]  (13.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:20 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (10.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 100ms (Views: 76.5ms | ActiveRecord: 0.0ms)  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:34:21 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (22.0ms) Rendered schedules/new_custom.html.erb within layouts/application (40.0ms) Completed 200 OK in 105ms (Views: 87.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:21 -0500  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:33:15 UTC], ["apocalypse", 2017-02-21 20:34:23 UTC], ["epoch", 2017-02-21 20:33:15 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:33:15 UTC], ["created_at", 2017-02-21 20:34:23 UTC], ["updated_at", 2017-02-21 20:34:23 UTC]]  (12.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 112ms (Views: 89.8ms | ActiveRecord: 0.0ms)  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:34:52 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (34.0ms) Rendered no_sql_models/new.html.erb within layouts/application (66.0ms) Completed 200 OK in 146ms (Views: 115.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:52 -0500  (22.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:34:53 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 103ms (Views: 85.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:53 -0500  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-02-21 15:34:56 -0500 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (29.0ms) Completed 200 OK in 120ms (Views: 88.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:34:56 -0500  (27.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:34:59 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (13.0ms) Rendered schedules/new.html.erb within layouts/application (29.0ms) Completed 200 OK in 106ms (Views: 62.3ms | ActiveRecord: 1.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:59 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:34:59 UTC], ["updated_at", 2017-02-21 20:34:59 UTC]]  (29.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:34:59 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 88ms (Views: 60.1ms | ActiveRecord: 1.0ms)  (23.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:34:59 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 79ms (Views: 60.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:00 UTC], ["updated_at", 2017-02-21 20:35:00 UTC], ["time_of_date", 2017-02-21 20:35:00 UTC]]  (15.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:00 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 86ms (Views: 66.7ms | ActiveRecord: 0.0ms)  (28.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:00 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 83ms (Views: 63.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:01 -0500  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (20.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:03 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (14.0ms) Rendered schedules/new_custom.html.erb within layouts/application (40.0ms) Completed 200 OK in 122ms (Views: 95.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:04 UTC], ["updated_at", 2017-02-21 20:35:04 UTC], ["date_in_time", 2017-02-21 05:00:00 UTC]]  (12.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:04 -0500 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (10.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (30.0ms) Completed 200 OK in 95ms (Views: 70.8ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:05 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 88ms (Views: 70.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:05 -0500  (34.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:07 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 89ms (Views: 64.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:08 -0500  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:09 UTC], ["updated_at", 2017-02-21 20:35:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:09 UTC], ["updated_at", 2017-02-21 20:35:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.0ms) rollback transaction  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:09 UTC], ["updated_at", 2017-02-21 20:35:09 UTC]]  (15.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-02-21 15:35:09 -0500 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (6.0ms) Rendered schedules/index.html.erb within layouts/application (25.0ms) Completed 200 OK in 85ms (Views: 65.7ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:10 -0500 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:10 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:10 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 15:35:10 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (256.0ms) Completed 200 OK in 490ms (Views: 485.3ms | ActiveRecord: 0.0ms)  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (45.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:12 UTC], ["updated_at", 2017-02-21 20:35:12 UTC]]  (24.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-02-21 15:35:12 -0500 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (70.0ms) Completed 200 OK in 165ms (Views: 126.8ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:13 -0500 Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:13 -0500 Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:13 -0500 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-02-21 15:35:13 -0500 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb (215.0ms) Completed 200 OK in 437ms (Views: 435.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:15 -0500  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (31.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:17 UTC], ["created_at", 2017-02-21 20:35:17 UTC], ["updated_at", 2017-02-21 20:35:17 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:17 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 78ms (Views: 60.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:17 -0500  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:17 UTC], ["created_at", 2017-02-21 20:35:17 UTC], ["updated_at", 2017-02-21 20:35:17 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:17 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 80ms (Views: 59.2ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:18 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (16.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (34.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:18 UTC], ["created_at", 2017-02-21 20:35:18 UTC], ["updated_at", 2017-02-21 20:35:18 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:18 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 81ms (Views: 62.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:19 UTC], ["updated_at", 2017-02-21 20:35:19 UTC], ["beer_oclock", 2017-02-21 01:45:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:35:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 83ms (Views: 59.9ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:19 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:19 UTC], ["created_at", 2017-02-21 20:35:19 UTC], ["updated_at", 2017-02-21 20:35:19 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:19 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 78ms (Views: 59.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:20 UTC], ["updated_at", 2017-02-21 20:35:20 UTC], ["beer_oclock", 2017-02-21 23:47:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:35:20 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 82ms (Views: 61.8ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:20 -0500  (59.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:21 UTC], ["created_at", 2017-02-21 20:35:21 UTC], ["updated_at", 2017-02-21 20:35:21 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (14.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:21 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 87ms (Views: 68.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:21 UTC], ["updated_at", 2017-02-21 20:35:21 UTC], ["suppertime", 2017-02-21 23:47:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:35:21 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 80ms (Views: 62.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:21 -0500  (19.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:22 UTC], ["created_at", 2017-02-21 20:35:22 UTC], ["updated_at", 2017-02-21 20:35:22 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (17.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:22 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 78ms (Views: 56.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:22 UTC], ["updated_at", 2017-02-21 20:35:22 UTC], ["suppertime", 2017-02-21 01:45:00 UTC]]  (13.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-02-21 15:35:22 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (22.0ms) Completed 200 OK in 84ms (Views: 60.3ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:23 -0500  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:23 UTC], ["created_at", 2017-02-21 20:35:23 UTC], ["updated_at", 2017-02-21 20:35:23 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (21.0ms) Completed 200 OK in 75ms (Views: 56.1ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:23 UTC], ["created_at", 2017-02-21 20:35:23 UTC], ["updated_at", 2017-02-21 20:35:23 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (25.0ms) Completed 200 OK in 76ms (Views: 59.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:23 UTC], ["created_at", 2017-02-21 20:35:23 UTC], ["updated_at", 2017-02-21 20:35:23 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 77ms (Views: 58.5ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2000-01-01 15:35:00 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2000-01-01 15:35:23 UTC], ["created_at", 2017-02-21 20:35:23 UTC], ["updated_at", 2017-02-21 20:35:23 UTC], ["suppertime", 2000-01-01 15:35:00 UTC], ["beer_oclock", 2000-01-01 15:35:00 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:23 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 77ms (Views: 58.4ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:23 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (32.0ms) Completed 200 OK in 118ms (Views: 85.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:24 -0500  (22.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:26 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 105ms (Views: 75.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:27 -0500  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:27 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 82ms (Views: 64.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:28 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:28 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 87ms (Views: 60.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:28 -0500  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:30 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (36.0ms) Completed 200 OK in 129ms (Views: 98.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:31 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:32 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 83ms (Views: 60.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:32 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:34 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 109ms (Views: 81.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:35 -0500  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (54.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:36 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 75ms (Views: 57.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:37 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 15:35:38 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-02-21 20:35:38 UTC], ["updated_at", 2017-02-21 20:35:38 UTC], ["easter", Sun, 30 Apr 2017]]  (24.0ms) commit transaction Redirected to http://127.0.0.1:63608/schedules/1/edit Completed 302 Found in 40ms (ActiveRecord: 25.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:39 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (42.0ms) Completed 200 OK in 138ms (Views: 102.2ms | ActiveRecord: 0.0ms)  (71.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (44.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (27.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-02-21 15:35:39 -0500 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (36.0ms) Completed 200 OK in 120ms (Views: 90.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:40 -0500 Started POST "/schedules" for 127.0.0.1 at 2017-02-21 15:35:41 -0500 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (1.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-02-21 20:35:41 UTC], ["updated_at", 2017-02-21 20:35:41 UTC]]  (24.0ms) commit transaction Redirected to http://127.0.0.1:63608/schedules/1/edit Completed 302 Found in 48ms (ActiveRecord: 27.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:41 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (39.0ms) Completed 200 OK in 130ms (Views: 99.1ms | ActiveRecord: 0.0ms)  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:42 UTC], ["updated_at", 2017-02-21 20:35:42 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:42 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 81ms (Views: 61.2ms | ActiveRecord: 0.0ms)  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:42 UTC], ["updated_at", 2017-02-21 20:35:42 UTC], ["easter", Sun, 30 Apr 2017]]  (15.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:43 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 84ms (Views: 60.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:44 -0500  (22.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:44 UTC], ["updated_at", 2017-02-21 20:35:44 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:44 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 82ms (Views: 59.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:44 -0500  (40.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:45 UTC], ["updated_at", 2017-02-21 20:35:45 UTC]]  (19.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-02-21 15:35:45 -0500 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 74ms (Views: 54.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:45 -0500  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #26"], ["birthday", Tue, 21 Feb 2017], ["lunchtime", 2017-02-21 20:34:45 UTC], ["apocalypse", 2017-02-21 20:34:45 UTC], ["epoch", 2017-02-21 20:34:45 UTC], ["christmas", Tue, 21 Feb 2017], ["alarm_setting", 2017-02-21 20:34:45 UTC], ["created_at", 2017-02-21 20:35:46 UTC], ["updated_at", 2017-02-21 20:35:46 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-02-21 15:35:46 -0500 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (2.0ms) Completed 200 OK in 53ms (Views: 35.5ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:46 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (21.0ms) Completed 200 OK in 74ms (Views: 56.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:46 -0500  (29.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (3.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 68ms (Views: 51.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 97ms (Views: 77.3ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:47 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 82ms (Views: 64.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:48 -0500  (14.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:48 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (24.0ms) Completed 200 OK in 80ms (Views: 60.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:49 -0500  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:49 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 74ms (Views: 55.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:50 -0500  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-02-21 15:35:50 -0500 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 79ms (Views: 60.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-02-21 15:35:51 -0500  (47.0ms) DELETE FROM "schedules";  (4.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (25.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (35.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (22.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 09:23:29 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (254.0ms) Completed 500 Internal Server Error in 622ms (ActiveRecord: 1.0ms)  (44.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 09:24:57 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (42.0ms) Completed 200 OK in 167ms (Views: 93.5ms | ActiveRecord: 2.0ms)  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 09:31:39 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (17.0ms) Completed 200 OK in 142ms (Views: 72.5ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 09:31:39 -0400  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 09:45:23 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (34.0ms) Completed 200 OK in 155ms (Views: 86.4ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 09:45:24 -0400  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 10:36:27 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (34.0ms) Completed 200 OK in 198ms (Views: 102.2ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:36:28 -0400  (33.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #1"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:16 UTC], ["updated_at", 2017-03-30 14:42:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (10.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "people" ("name") VALUES (?) [["name", "John Doe #1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "person_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #2"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:17 UTC], ["updated_at", 2017-03-30 14:42:17 UTC], ["person_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/people/1/edit" for 127.0.0.1 at 2017-03-30 10:42:17 -0400 Processing by PeopleController#edit as HTML Parameters: {"id"=>"1"} Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering people/edit.html.erb within layouts/application Rendered people/edit.html.erb within layouts/application (62.0ms) Completed 200 OK in 153ms (Views: 104.2ms | ActiveRecord: 0.0ms)  (29.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:42:23 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (130.0ms) Rendered schedules/new.html.erb within layouts/application (217.0ms) Completed 200 OK in 290ms (Views: 266.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:24 -0400  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:42:26 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (28.0ms) Completed 200 OK in 89ms (Views: 69.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:27 -0400  (29.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (46.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:42:28 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/new.html.erb within layouts/application (29.0ms) Completed 200 OK in 98ms (Views: 73.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:28 -0400  (28.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (24.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:42:30 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (53.0ms) Completed 200 OK in 166ms (Views: 123.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:30 -0400  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:42:32 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/new.html.erb within layouts/application (44.0ms) Completed 200 OK in 185ms (Views: 148.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:33 -0400 Started POST "/schedules" for 127.0.0.1 at 2017-03-30 10:42:34 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"2017-12-25", "easter"=>"", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "christmas", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["christmas", Mon, 25 Dec 2017], ["created_at", 2017-03-30 14:42:34 UTC], ["updated_at", 2017-03-30 14:42:34 UTC]]  (24.0ms) commit transaction Redirected to http://127.0.0.1:55937/schedules/1/edit Completed 302 Found in 34ms (ActiveRecord: 25.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:35 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 96ms (Views: 72.5ms | ActiveRecord: 1.0ms)  (44.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (21.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:42:35 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/new.html.erb within layouts/application (26.0ms) Completed 200 OK in 91ms (Views: 70.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:35 -0400 Started POST "/schedules" for 127.0.0.1 at 2017-03-30 10:42:37 -0400 Processing by SchedulesController#create as HTML Parameters: {"utf8"=>"✓", "schedule"=>{"name"=>"", "birthday"=>"", "lunchtime"=>"", "apocalypse"=>"", "alarm_setting"=>"", "suppertime"=>"", "beer_oclock"=>"", "christmas"=>"", "easter"=>"2017-04-30", "epoch"=>""}, "commit"=>"Create Schedule"}  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?) [["name", ""], ["created_at", 2017-03-30 14:42:37 UTC], ["updated_at", 2017-03-30 14:42:37 UTC], ["easter", Sun, 30 Apr 2017]]  (36.0ms) commit transaction Redirected to http://127.0.0.1:55937/schedules/1/edit Completed 302 Found in 50ms (ActiveRecord: 38.0ms) Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:37 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (43.0ms) Completed 200 OK in 154ms (Views: 119.0ms | ActiveRecord: 1.0ms)  (33.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (90.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (73.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #3"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:38 UTC], ["updated_at", 2017-03-30 14:42:38 UTC]]  (9.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:38 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (13.0ms) Rendered schedules/edit.html.erb within layouts/application (39.0ms) Completed 200 OK in 119ms (Views: 89.3ms | ActiveRecord: 1.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "easter") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #4"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:38 UTC], ["updated_at", 2017-03-30 14:42:38 UTC], ["easter", Sun, 30 Apr 2017]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:38 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (18.0ms) Rendered schedules/edit.html.erb within layouts/application (38.0ms) Completed 200 OK in 98ms (Views: 77.3ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:39 -0400  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #5"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Mon, 25 Dec 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:39 UTC], ["updated_at", 2017-03-30 14:42:39 UTC]]  (40.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:39 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 97ms (Views: 72.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:40 -0400  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (23.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #6"], ["birthday", Sat, 11 Nov 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:40 UTC], ["updated_at", 2017-03-30 14:42:40 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:40 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (11.0ms) Rendered schedules/edit.html.erb within layouts/application (32.0ms) Completed 200 OK in 94ms (Views: 72.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:41 -0400  (27.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (13.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:42:41 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 110ms (Views: 85.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:42 -0400  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:42:43 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (25.0ms) Completed 200 OK in 90ms (Views: 67.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:44 -0400  (48.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:42:46 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (14.0ms) Rendered schedules/new_custom.html.erb within layouts/application (42.0ms) Completed 200 OK in 131ms (Views: 104.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "time_of_date") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #7"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:47 UTC], ["updated_at", 2017-03-30 14:42:47 UTC], ["time_of_date", 2017-03-30 14:42:47 UTC]]  (12.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:47 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (9.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (36.0ms) Completed 200 OK in 120ms (Views: 92.1ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:42:48 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (28.0ms) Completed 200 OK in 95ms (Views: 70.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "date_in_time") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #8"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:48 UTC], ["updated_at", 2017-03-30 14:42:48 UTC], ["date_in_time", 2017-03-30 04:00:00 UTC]]  (11.0ms) commit transaction Started GET "/custom_schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:48 -0400 Processing by SchedulesController#edit_custom as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (8.0ms) Rendered schedules/edit_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 95ms (Views: 71.2ms | ActiveRecord: 0.0ms)  (10.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:42:49 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (22.0ms) Completed 200 OK in 88ms (Views: 63.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:49 -0400  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (15.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #9"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:51 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:51 UTC], ["updated_at", 2017-03-30 14:42:51 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:42:52 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 94ms (Views: 72.5ms | ActiveRecord: 1.0ms)  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #10"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:52 UTC], ["updated_at", 2017-03-30 14:42:52 UTC]]  (35.0ms) commit transaction Started GET "/schedules" for 127.0.0.1 at 2017-03-30 10:42:52 -0400 Processing by SchedulesController#index as HTML Rendering schedules/index.html.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (5.0ms) Rendered schedules/index.html.erb within layouts/application (24.0ms) Completed 200 OK in 90ms (Views: 67.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:53 -0400 Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:53 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-03-30 10:42:53 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:53 -0400 Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb (276.1ms) Completed 200 OK in 1101ms (Views: 1010.5ms | ActiveRecord: 0.0ms)  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (21.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #11"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:42:56 UTC], ["updated_at", 2017-03-30 14:42:56 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit_with_index" for 127.0.0.1 at 2017-03-30 10:42:56 -0400 Processing by SchedulesController#edit_with_index as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit_with_index.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" Rendered schedules/_index_with_modal.html.erb (2.0ms) Rendered schedules/edit_with_index.html.erb within layouts/application (53.0ms) Completed 200 OK in 128ms (Views: 105.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_777777_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:57 -0400 Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:57 -0400 Started GET "/schedules/1/edit-in-modal" for 127.0.0.1 at 2017-03-30 10:42:57 -0400 Processing by SchedulesController#edit_in_modal as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Started GET "/assets/ui-icons_555555_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:57 -0400 Rendering schedules/edit.html.erb Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb (240.0ms) Completed 200 OK in 514ms (Views: 512.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2017-03-30 10:42:59 -0400  (16.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-03-30 10:43:01 -0400 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (20.0ms) Completed 200 OK in 92ms (Views: 63.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:01 -0400  (18.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-03-30 10:43:04 -0400 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (4.0ms) Rendered no_sql_models/new.html.erb within layouts/application (31.0ms) Completed 200 OK in 107ms (Views: 81.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:04 -0400  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/no_sql_models/new" for 127.0.0.1 at 2017-03-30 10:43:07 -0400 Processing by NoSqlModelsController#new as HTML Rendering no_sql_models/new.html.erb within layouts/application Rendered no_sql_models/_form.html.erb (3.0ms) Rendered no_sql_models/new.html.erb within layouts/application (24.0ms) Completed 200 OK in 87ms (Views: 64.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:07 -0400  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 10:43:08 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (3.0ms) Completed 200 OK in 71ms (Views: 48.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:08 -0400  (16.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:43:08 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/new.html.erb within layouts/application (30.0ms) Completed 200 OK in 97ms (Views: 72.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:09 -0400  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:43:12 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (25.0ms) Completed 200 OK in 94ms (Views: 70.4ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:12 -0400  (33.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:43:13 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (27.0ms) Completed 200 OK in 90ms (Views: 69.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:13 -0400  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #12"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:14 UTC], ["created_at", 2017-03-30 14:43:14 UTC], ["updated_at", 2017-03-30 14:43:14 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:14 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (4.0ms) Rendered schedules/edit.html.erb within layouts/application (24.0ms) Completed 200 OK in 90ms (Views: 68.0ms | ActiveRecord: 0.0ms)  (4.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #13"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:14 UTC], ["created_at", 2017-03-30 14:43:14 UTC], ["updated_at", 2017-03-30 14:43:14 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:14 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 93ms (Views: 68.6ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #14"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:14 UTC], ["created_at", 2017-03-30 14:43:14 UTC], ["updated_at", 2017-03-30 14:43:14 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:14 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (23.0ms) Completed 200 OK in 89ms (Views: 66.6ms | ActiveRecord: 0.0ms)  (5.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (1.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #15"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:14 UTC], ["created_at", 2017-03-30 14:43:14 UTC], ["updated_at", 2017-03-30 14:43:14 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:14 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 85ms (Views: 68.6ms | ActiveRecord: 0.0ms)  (6.0ms) rollback transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #16"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:14 UTC], ["created_at", 2017-03-30 14:43:14 UTC], ["updated_at", 2017-03-30 14:43:14 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:14 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (8.0ms) Rendered schedules/edit.html.erb within layouts/application (28.0ms) Completed 200 OK in 97ms (Views: 73.6ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:14 -0400  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (14.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #17"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:15 UTC], ["created_at", 2017-03-30 14:43:15 UTC], ["updated_at", 2017-03-30 14:43:15 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:15 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 101ms (Views: 74.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:15 -0400  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (18.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #18"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:16 UTC], ["created_at", 2017-03-30 14:43:16 UTC], ["updated_at", 2017-03-30 14:43:16 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (18.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:16 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (10.0ms) Rendered schedules/edit.html.erb within layouts/application (36.0ms) Completed 200 OK in 125ms (Views: 92.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #19"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:43:16 UTC], ["updated_at", 2017-03-30 14:43:16 UTC], ["beer_oclock", 2017-03-30 23:47:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-03-30 10:43:16 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (33.0ms) Completed 200 OK in 100ms (Views: 76.0ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:17 -0400  (24.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction SQL (2.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #20"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:17 UTC], ["created_at", 2017-03-30 14:43:17 UTC], ["updated_at", 2017-03-30 14:43:17 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (10.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:17 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 92ms (Views: 71.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #21"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:43:18 UTC], ["updated_at", 2017-03-30 14:43:18 UTC], ["beer_oclock", 2017-03-30 01:45:00 UTC]]  (9.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-03-30 10:43:18 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (6.0ms) Rendered schedules/edit.html.erb within layouts/application (31.0ms) Completed 200 OK in 91ms (Views: 69.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:18 -0400  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (15.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #22"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:18 UTC], ["created_at", 2017-03-30 14:43:18 UTC], ["updated_at", 2017-03-30 14:43:18 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (30.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:19 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (29.0ms) Completed 200 OK in 99ms (Views: 73.2ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #23"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:43:19 UTC], ["updated_at", 2017-03-30 14:43:19 UTC], ["suppertime", 2017-03-30 01:45:00 UTC]]  (15.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-03-30 10:43:19 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (27.0ms) Completed 200 OK in 96ms (Views: 69.8ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:19 -0400  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (11.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (25.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime", "beer_oclock") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #24"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2000-01-01 10:43:00 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2000-01-01 10:43:20 UTC], ["created_at", 2017-03-30 14:43:20 UTC], ["updated_at", 2017-03-30 14:43:20 UTC], ["suppertime", 2000-01-01 10:43:00 UTC], ["beer_oclock", 2000-01-01 10:43:00 UTC]]  (11.0ms) commit transaction Started GET "/schedules/1/edit" for 127.0.0.1 at 2017-03-30 10:43:20 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"1"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (26.0ms) Completed 200 OK in 95ms (Views: 70.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "schedules" ("name", "birthday", "lunchtime", "apocalypse", "epoch", "christmas", "alarm_setting", "created_at", "updated_at", "suppertime") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Schedule #25"], ["birthday", Thu, 30 Mar 2017], ["lunchtime", 2017-03-30 14:42:16 UTC], ["apocalypse", 2017-03-30 14:42:16 UTC], ["epoch", 2017-03-30 14:42:16 UTC], ["christmas", Thu, 30 Mar 2017], ["alarm_setting", 2017-03-30 14:42:16 UTC], ["created_at", 2017-03-30 14:43:20 UTC], ["updated_at", 2017-03-30 14:43:20 UTC], ["suppertime", 2017-03-30 23:47:00 UTC]]  (52.0ms) commit transaction Started GET "/schedules/2/edit" for 127.0.0.1 at 2017-03-30 10:43:20 -0400 Processing by SchedulesController#edit as HTML Parameters: {"id"=>"2"} Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendering schedules/edit.html.erb within layouts/application Rendered schedules/_form.html.erb (7.0ms) Rendered schedules/edit.html.erb within layouts/application (30.0ms) Completed 200 OK in 98ms (Views: 71.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:21 -0400  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (14.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:21 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (7.0ms) Rendered schedules/new_custom.html.erb within layouts/application (37.0ms) Completed 200 OK in 120ms (Views: 93.3ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:22 -0400  (14.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:23 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (27.0ms) Completed 200 OK in 94ms (Views: 73.1ms | ActiveRecord: 0.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (1.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:23 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (20.0ms) Completed 200 OK in 71ms (Views: 54.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:23 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 81ms (Views: 62.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:24 -0400  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:24 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 82ms (Views: 63.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:25 -0400  (19.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:25 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (23.0ms) Completed 200 OK in 83ms (Views: 60.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:25 -0400  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:26 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (31.0ms) Completed 200 OK in 96ms (Views: 74.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:43:26 -0400  (43.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (72.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:43:28 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 165ms (Views: 128.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (32.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:43:59 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (62.0ms) Rendered schedules/new_custom.html.erb within layouts/application (84.0ms) Completed 200 OK in 191ms (Views: 139.7ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:44:00 -0400  (32.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:44:00 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (4.0ms) Rendered schedules/new_custom.html.erb within layouts/application (26.0ms) Completed 200 OK in 125ms (Views: 100.5ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:44:01 -0400  (24.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (39.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:44:01 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (5.0ms) Rendered schedules/new_custom.html.erb within layouts/application (29.0ms) Completed 200 OK in 105ms (Views: 75.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:44:02 -0400  (30.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (44.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/new" for 127.0.0.1 at 2017-03-30 10:44:04 -0400 Processing by SchedulesController#new as HTML Rendering schedules/new.html.erb within layouts/application Rendered schedules/_form.html.erb (5.0ms) Rendered schedules/new.html.erb within layouts/application (35.0ms) Completed 200 OK in 126ms (Views: 97.9ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:44:05 -0400  (20.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/custom_schedules/new" for 127.0.0.1 at 2017-03-30 10:44:07 -0400 Processing by SchedulesController#new_custom as HTML Rendering schedules/new_custom.html.erb within layouts/application Rendered schedules/_form_custom.html.erb (6.0ms) Rendered schedules/new_custom.html.erb within layouts/application (45.0ms) Completed 200 OK in 131ms (Views: 99.2ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 10:44:07 -0400  (37.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (41.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (10.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (9.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 11:34:31 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (122.0ms) Completed 200 OK in 364ms (Views: 212.2ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 11:34:32 -0400  (23.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (29.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (13.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 11:35:48 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (78.0ms) Completed 200 OK in 272ms (Views: 194.4ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 11:35:49 -0400 Started GET "/schedules/filtered?utf8=%E2%9C%93&start_date=03%2F23%2F2017&start_date=2017-03-23&end_date=03%2F30%2F2017&end_date=&button=" for 127.0.0.1 at 2017-03-30 11:35:49 -0400 Processing by SchedulesController#filter_schedules as HTML Parameters: {"utf8"=>"✓", "start_date"=>"2017-03-23", "end_date"=>"", "button"=>""} Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", Thu, 23 Mar 2017], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (4.0ms) Completed 200 OK in 89ms (Views: 56.4ms | ActiveRecord: 1.0ms)  (21.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 11:40:24 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (105.0ms) Completed 200 OK in 307ms (Views: 178.2ms | ActiveRecord: 3.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 11:40:25 -0400 Started GET "/schedules/filtered?utf8=%E2%9C%93&start_date=03%2F23%2F2017&start_date=2017-03-23&end_date=03%2F30%2F2017&end_date=&button=" for 127.0.0.1 at 2017-03-30 11:40:27 -0400 Processing by SchedulesController#filter_schedules as HTML Parameters: {"utf8"=>"✓", "start_date"=>"2017-03-23", "end_date"=>"", "button"=>""} Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", Thu, 23 Mar 2017], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (2.0ms) Completed 200 OK in 233ms (Views: 109.0ms | ActiveRecord: 0.0ms)  (46.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (67.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 11:43:22 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Rendered schedules/filter_schedules.erb within layouts/application (115.0ms) Completed 500 Internal Server Error in 328ms (ActiveRecord: 1.0ms)  (31.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (9.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 11:44:44 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Rendered schedules/filter_schedules.erb within layouts/application (83.0ms) Completed 500 Internal Server Error in 291ms (ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (19.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 11:46:34 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Rendered schedules/filter_schedules.erb within layouts/application (48.0ms) Completed 500 Internal Server Error in 186ms (ActiveRecord: 1.0ms)  (81.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (32.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 11:51:20 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (95.0ms) Completed 200 OK in 302ms (Views: 185.5ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 11:51:21 -0400 Started GET "/schedules/filtered?utf8=%E2%9C%93&start_date=03%2F23%2F2017&start_date=2017-03-23&end_date=03%2F30%2F2017&end_date=&button=" for 127.0.0.1 at 2017-03-30 11:51:22 -0400 Processing by SchedulesController#filter_schedules as HTML Parameters: {"utf8"=>"✓", "start_date"=>"2017-03-23", "end_date"=>"", "button"=>""} Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", Thu, 23 Mar 2017], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (4.0ms) Completed 200 OK in 85ms (Views: 52.2ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (29.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (11.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 12:18:57 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (3.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (59.0ms) Completed 200 OK in 212ms (Views: 122.8ms | ActiveRecord: 4.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 12:18:58 -0400 Started GET "/schedules/filtered?utf8=%E2%9C%93&start_date=03%2F23%2F2017&start_date=2017-03-23&end_date=03%2F30%2F2017&end_date=&button=" for 127.0.0.1 at 2017-03-30 12:18:58 -0400 Processing by SchedulesController#filter_schedules as HTML Parameters: {"utf8"=>"✓", "start_date"=>"2017-03-23", "end_date"=>"", "button"=>""} Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", Thu, 23 Mar 2017], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (6.0ms) Completed 200 OK in 87ms (Views: 57.4ms | ActiveRecord: 1.0ms)  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (13.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 12:18:59 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (4.0ms) Completed 200 OK in 109ms (Views: 73.4ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 12:18:59 -0400  (58.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people';  (11.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (138.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 14:01:18 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (56.0ms) Completed 200 OK in 265ms (Views: 169.0ms | ActiveRecord: 5.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 14:01:19 -0400  (13.0ms) DELETE FROM "schedules";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (10.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 14:01:20 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (3.0ms) Completed 200 OK in 64ms (Views: 46.1ms | ActiveRecord: 0.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 14:01:20 -0400 Started GET "/schedules/filtered?utf8=%E2%9C%93&start_date=03%2F23%2F2017&start_date=2017-03-23&end_date=03%2F30%2F2017&end_date=&button=" for 127.0.0.1 at 2017-03-30 14:01:21 -0400 Processing by SchedulesController#filter_schedules as HTML Parameters: {"utf8"=>"✓", "start_date"=>"2017-03-23", "end_date"=>"", "button"=>""} Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", Thu, 23 Mar 2017], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (3.0ms) Completed 200 OK in 85ms (Views: 49.0ms | ActiveRecord: 0.0ms)  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (12.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';  (12.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (9.0ms) DELETE FROM "people";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 14:02:56 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (66.0ms) Completed 200 OK in 245ms (Views: 141.3ms | ActiveRecord: 2.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 14:02:57 -0400 Started GET "/schedules/filtered?utf8=%E2%9C%93&start_date=03%2F23%2F2017&start_date=2017-03-23&end_date=03%2F30%2F2017&end_date=&button=" for 127.0.0.1 at 2017-03-30 14:02:58 -0400 Processing by SchedulesController#filter_schedules as HTML Parameters: {"utf8"=>"✓", "start_date"=>"2017-03-23", "end_date"=>"", "button"=>""} Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (0.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", Thu, 23 Mar 2017], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (4.0ms) Completed 200 OK in 88ms (Views: 63.4ms | ActiveRecord: 0.0ms)  (33.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (16.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people'; Started GET "/schedules/filtered" for 127.0.0.1 at 2017-03-30 14:03:00 -0400 Processing by SchedulesController#filter_schedules as HTML Rendering schedules/filter_schedules.erb within layouts/application Schedule Load (1.0ms) SELECT "schedules".* FROM "schedules" WHERE ("schedules"."birthday" BETWEEN ? AND ?) [["birthday", nil], ["birthday", nil]] Rendered schedules/filter_schedules.erb within layouts/application (3.0ms) Completed 200 OK in 128ms (Views: 82.4ms | ActiveRecord: 1.0ms) Started GET "/assets/ui-icons_444444_256x240.png" for 127.0.0.1 at 2017-03-30 14:03:01 -0400  (15.0ms) DELETE FROM "schedules";  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'schedules';  (26.0ms) DELETE FROM "people";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'people';