datetime_picker_input 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.travis.yml +15 -0
  4. data/Gemfile +25 -0
  5. data/LICENSE +21 -0
  6. data/README.md +114 -0
  7. data/Rakefile +12 -0
  8. data/app/inputs/date_time_picker_input.rb +53 -0
  9. data/datetime_picker_input.gemspec +23 -0
  10. data/lib/datetime_picker_input.rb +8 -0
  11. data/lib/datetime_picker_input/version.rb +3 -0
  12. data/lib/generators/datetime_picker_input.rb/install_generator.rb +15 -0
  13. data/lib/generators/templates/inputs/date_time_picker_input.rb +53 -0
  14. data/spec/dummy/README.rdoc +28 -0
  15. data/spec/dummy/Rakefile +6 -0
  16. data/spec/dummy/app/assets/images/.keep +0 -0
  17. data/spec/dummy/app/assets/javascripts/application.js +6 -0
  18. data/spec/dummy/app/assets/stylesheets/application.scss +3 -0
  19. data/spec/dummy/app/controllers/application_controller.rb +5 -0
  20. data/spec/dummy/app/controllers/appointments_controller.rb +15 -0
  21. data/spec/dummy/app/controllers/concerns/.keep +0 -0
  22. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  23. data/spec/dummy/app/mailers/.keep +0 -0
  24. data/spec/dummy/app/models/.keep +0 -0
  25. data/spec/dummy/app/models/appointment.rb +3 -0
  26. data/spec/dummy/app/models/concerns/.keep +0 -0
  27. data/spec/dummy/app/views/appointments/index.html.slim +13 -0
  28. data/spec/dummy/app/views/appointments/new.html.slim +6 -0
  29. data/spec/dummy/app/views/layouts/application.html.slim +11 -0
  30. data/spec/dummy/bin/bundle +3 -0
  31. data/spec/dummy/bin/rails +4 -0
  32. data/spec/dummy/bin/rake +4 -0
  33. data/spec/dummy/bin/setup +29 -0
  34. data/spec/dummy/config.ru +4 -0
  35. data/spec/dummy/config/application.rb +40 -0
  36. data/spec/dummy/config/boot.rb +5 -0
  37. data/spec/dummy/config/database.yml +25 -0
  38. data/spec/dummy/config/environment.rb +5 -0
  39. data/spec/dummy/config/environments/development.rb +41 -0
  40. data/spec/dummy/config/environments/production.rb +79 -0
  41. data/spec/dummy/config/environments/test.rb +42 -0
  42. data/spec/dummy/config/initializers/assets.rb +11 -0
  43. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  44. data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
  45. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  46. data/spec/dummy/config/initializers/inflections.rb +16 -0
  47. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  48. data/spec/dummy/config/initializers/session_store.rb +3 -0
  49. data/spec/dummy/config/initializers/simple_form.rb +166 -0
  50. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  51. data/spec/dummy/config/locales/en.yml +23 -0
  52. data/spec/dummy/config/locales/simple_form.en.yml +31 -0
  53. data/spec/dummy/config/routes.rb +5 -0
  54. data/spec/dummy/config/secrets.yml +22 -0
  55. data/spec/dummy/db/development.sqlite3 +0 -0
  56. data/spec/dummy/db/migrate/20150224051923_create_appointments.rb +7 -0
  57. data/spec/dummy/db/schema.rb +20 -0
  58. data/spec/dummy/db/test.sqlite3 +0 -0
  59. data/spec/dummy/lib/assets/.keep +0 -0
  60. data/spec/dummy/lib/templates/erb/scaffold/_form.html.erb +13 -0
  61. data/spec/dummy/log/.keep +0 -0
  62. data/spec/dummy/log/development.log +3657 -0
  63. data/spec/dummy/log/test.log +2263 -0
  64. data/spec/dummy/public/404.html +67 -0
  65. data/spec/dummy/public/422.html +67 -0
  66. data/spec/dummy/public/500.html +66 -0
  67. data/spec/dummy/public/favicon.ico +0 -0
  68. data/spec/feature_helper.rb +37 -0
  69. data/spec/features/datetime_picker_input_spec.rb +12 -0
  70. data/spec/rails_helper.rb +19 -0
  71. data/vendor/assets/javascripts/datetime_picker_input.js +9 -0
  72. data/vendor/assets/stylesheets/datetime_picker_input.scss +1 -0
  73. metadata +196 -0
@@ -0,0 +1,2263 @@
1
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3
+  (0.1ms) select sqlite_version(*)
4
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
+  (0.1ms) SELECT version FROM "schema_migrations"
6
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
7
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
10
+  (0.1ms) select sqlite_version(*)
11
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12
+  (0.1ms) SELECT version FROM "schema_migrations"
13
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
14
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
17
+  (0.1ms) select sqlite_version(*)
18
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
19
+  (0.1ms) SELECT version FROM "schema_migrations"
20
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
21
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
22
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
24
+  (0.0ms) select sqlite_version(*)
25
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
26
+  (0.1ms) SELECT version FROM "schema_migrations"
27
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
28
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29
+  (0.1ms) begin transaction
30
+  (0.0ms) rollback transaction
31
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
32
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
33
+  (0.1ms) select sqlite_version(*)
34
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35
+  (0.1ms) SELECT version FROM "schema_migrations"
36
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
37
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
38
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
39
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
40
+  (0.1ms) select sqlite_version(*)
41
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
42
+  (0.1ms) SELECT version FROM "schema_migrations"
43
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
44
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
45
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
46
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
47
+  (0.1ms) select sqlite_version(*)
48
+  (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
49
+  (0.1ms) SELECT version FROM "schema_migrations"
50
+  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
51
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
52
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
53
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
54
+  (0.1ms) select sqlite_version(*)
55
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
56
+  (0.1ms) SELECT version FROM "schema_migrations"
57
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
58
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
59
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
60
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
61
+  (0.1ms) select sqlite_version(*)
62
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
63
+  (0.1ms) SELECT version FROM "schema_migrations"
64
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
65
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
66
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
67
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
68
+  (0.1ms) select sqlite_version(*)
69
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
70
+  (0.1ms) SELECT version FROM "schema_migrations"
71
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
72
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
73
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
74
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
75
+  (0.1ms) select sqlite_version(*)
76
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
77
+  (0.1ms) SELECT version FROM "schema_migrations"
78
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
79
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
80
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
81
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
82
+  (0.1ms) select sqlite_version(*)
83
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
84
+  (0.1ms) SELECT version FROM "schema_migrations"
85
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
86
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
87
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
88
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
89
+  (0.0ms) select sqlite_version(*)
90
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
91
+  (0.1ms) SELECT version FROM "schema_migrations"
92
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
93
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
94
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
95
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
96
+  (0.1ms) select sqlite_version(*)
97
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
98
+  (0.1ms) SELECT version FROM "schema_migrations"
99
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
100
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
101
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
102
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
103
+  (0.0ms) select sqlite_version(*)
104
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
105
+  (0.1ms) SELECT version FROM "schema_migrations"
106
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
107
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
108
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
109
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
110
+  (0.0ms) select sqlite_version(*)
111
+  (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
112
+  (0.1ms) SELECT version FROM "schema_migrations"
113
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
114
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
115
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
116
+  (0.8ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
117
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
118
+  (0.1ms) select sqlite_version(*)
119
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
120
+  (0.1ms) SELECT version FROM "schema_migrations"
121
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
122
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
123
+  (1.2ms) DELETE FROM "appointments";
124
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
125
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
126
+  (0.9ms) DELETE FROM "appointments";
127
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
128
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
129
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
130
+  (1.3ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
131
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
132
+  (0.0ms) select sqlite_version(*)
133
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
134
+  (0.1ms) SELECT version FROM "schema_migrations"
135
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
136
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
137
+  (0.8ms) DELETE FROM "appointments";
138
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'appointments';
140
+  (1.1ms) DELETE FROM "appointments";
141
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
142
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
143
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
144
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
145
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
146
+  (0.1ms) select sqlite_version(*)
147
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
148
+  (0.1ms) SELECT version FROM "schema_migrations"
149
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
150
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
151
+  (1.0ms) DELETE FROM "appointments";
152
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
153
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
154
+ Started GET "/" for 127.0.0.1 at 2015-02-24 13:39:41 +0800
155
+ Processing by AppointmentsController#index as HTML
156
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
157
+ Rendered appointments/index.html.erb within layouts/application (2.0ms)
158
+ Completed 500 Internal Server Error in 140ms
159
+  (0.8ms) DELETE FROM "appointments";
160
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
162
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
163
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
164
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
165
+  (0.1ms) select sqlite_version(*)
166
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
167
+  (0.1ms) SELECT version FROM "schema_migrations"
168
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
169
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
170
+  (1.1ms) DELETE FROM "appointments";
171
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
172
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
173
+ Started GET "/" for 127.0.0.1 at 2015-02-24 13:40:52 +0800
174
+ Processing by AppointmentsController#index as HTML
175
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
176
+ Rendered appointments/index.html.erb within layouts/application (2.5ms)
177
+ Completed 200 OK in 4487ms (Views: 4478.2ms | ActiveRecord: 0.5ms)
178
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:40:57 +0800
179
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:40:57 +0800
180
+  (0.8ms) DELETE FROM "appointments";
181
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
182
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
183
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
184
+  (1.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
185
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
186
+  (0.1ms) select sqlite_version(*)
187
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
188
+  (0.2ms) SELECT version FROM "schema_migrations"
189
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
190
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
191
+  (1.0ms) DELETE FROM "appointments";
192
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
193
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
194
+ Started GET "/" for 127.0.0.1 at 2015-02-24 13:41:08 +0800
195
+ Processing by AppointmentsController#index as HTML
196
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
197
+ Rendered appointments/index.html.erb within layouts/application (2.1ms)
198
+ Completed 200 OK in 42ms (Views: 31.1ms | ActiveRecord: 0.3ms)
199
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:41:08 +0800
200
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:41:08 +0800
201
+  (0.9ms) DELETE FROM "appointments";
202
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
203
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
204
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
205
+  (1.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
206
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
207
+  (0.1ms) select sqlite_version(*)
208
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
209
+  (0.1ms) SELECT version FROM "schema_migrations"
210
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
211
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
212
+  (1.3ms) DELETE FROM "appointments";
213
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
214
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
215
+ Started GET "/" for 127.0.0.1 at 2015-02-24 13:41:27 +0800
216
+ Processing by AppointmentsController#index as HTML
217
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
218
+ Rendered appointments/index.html.erb within layouts/application (1.9ms)
219
+ Completed 200 OK in 38ms (Views: 27.8ms | ActiveRecord: 0.3ms)
220
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:41:27 +0800
221
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:41:27 +0800
222
+  (1.4ms) DELETE FROM "appointments";
223
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
224
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
225
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
226
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
227
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
228
+  (0.1ms) select sqlite_version(*)
229
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
230
+  (0.1ms) SELECT version FROM "schema_migrations"
231
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
232
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
233
+  (1.0ms) DELETE FROM "appointments";
234
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
235
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
236
+ Started GET "/" for 127.0.0.1 at 2015-02-24 13:41:51 +0800
237
+ Processing by AppointmentsController#index as HTML
238
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
239
+ Rendered appointments/index.html.erb within layouts/application (2.8ms)
240
+ Completed 200 OK in 39ms (Views: 30.8ms | ActiveRecord: 0.4ms)
241
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:41:51 +0800
242
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:41:51 +0800
243
+  (1.9ms) DELETE FROM "appointments";
244
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
245
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
246
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
247
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
248
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
249
+  (0.1ms) select sqlite_version(*)
250
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
251
+  (0.1ms) SELECT version FROM "schema_migrations"
252
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
253
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
254
+  (1.0ms) DELETE FROM "appointments";
255
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
256
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
257
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:42:49 +0800
258
+ Processing by AppointmentsController#index as HTML
259
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
260
+ Rendered appointments/index.html.erb within layouts/application (1.9ms)
261
+ Completed 200 OK in 32ms (Views: 24.3ms | ActiveRecord: 0.3ms)
262
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:42:49 +0800
263
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:42:49 +0800
264
+  (0.8ms) DELETE FROM "appointments";
265
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
266
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
267
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
268
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
269
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
270
+  (0.0ms) select sqlite_version(*)
271
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
272
+  (0.1ms) SELECT version FROM "schema_migrations"
273
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
274
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
275
+  (0.9ms) DELETE FROM "appointments";
276
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
277
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
278
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:45:48 +0800
279
+ Processing by AppointmentsController#index as HTML
280
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
281
+ Rendered appointments/index.html.erb within layouts/application (2.3ms)
282
+ Completed 200 OK in 37ms (Views: 28.5ms | ActiveRecord: 0.4ms)
283
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:45:48 +0800
284
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:45:48 +0800
285
+  (1.0ms) DELETE FROM "appointments";
286
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
287
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
288
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
289
+  (0.8ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
290
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
291
+  (0.1ms) select sqlite_version(*)
292
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
293
+  (0.1ms) SELECT version FROM "schema_migrations"
294
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
295
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
296
+  (1.0ms) DELETE FROM "appointments";
297
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
298
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
299
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:46:21 +0800
300
+ Processing by AppointmentsController#index as HTML
301
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
302
+ Rendered appointments/index.html.erb within layouts/application (2.2ms)
303
+ Completed 200 OK in 35ms (Views: 26.4ms | ActiveRecord: 0.3ms)
304
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:46:21 +0800
305
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:46:21 +0800
306
+  (0.9ms) DELETE FROM "appointments";
307
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
308
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
309
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
310
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
311
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
312
+  (0.1ms) select sqlite_version(*)
313
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
314
+  (0.1ms) SELECT version FROM "schema_migrations"
315
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
316
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
317
+  (0.9ms) DELETE FROM "appointments";
318
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
319
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
320
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:54:25 +0800
321
+ Processing by AppointmentsController#index as HTML
322
+ Completed 500 Internal Server Error in 17ms
323
+  (1.0ms) DELETE FROM "appointments";
324
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
325
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
326
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
327
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
328
+  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
329
+  (0.0ms) select sqlite_version(*)
330
+  (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
331
+  (0.1ms) SELECT version FROM "schema_migrations"
332
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
333
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
334
+  (1.0ms) DELETE FROM "appointments";
335
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
336
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
337
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:54:47 +0800
338
+ Processing by AppointmentsController#index as HTML
339
+ Completed 500 Internal Server Error in 15ms
340
+  (0.7ms) DELETE FROM "appointments";
341
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
342
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
343
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
344
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
345
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
346
+  (0.1ms) select sqlite_version(*)
347
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
348
+  (0.1ms) SELECT version FROM "schema_migrations"
349
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
350
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
351
+  (0.7ms) DELETE FROM "appointments";
352
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
353
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
354
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:55:20 +0800
355
+ Processing by AppointmentsController#index as HTML
356
+ Completed 500 Internal Server Error in 15ms
357
+  (0.7ms) DELETE FROM "appointments";
358
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
359
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
360
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
361
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
362
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
363
+  (0.1ms) select sqlite_version(*)
364
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
365
+  (0.1ms) SELECT version FROM "schema_migrations"
366
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
367
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
368
+  (0.9ms) DELETE FROM "appointments";
369
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
370
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
371
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:55:57 +0800
372
+ Processing by AppointmentsController#index as HTML
373
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
374
+ Rendered appointments/index.html.slim within layouts/application (16.3ms)
375
+ Completed 200 OK in 67ms (Views: 56.2ms | ActiveRecord: 0.3ms)
376
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:55:58 +0800
377
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:55:58 +0800
378
+  (0.9ms) DELETE FROM "appointments";
379
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
380
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
381
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
382
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
383
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
384
+  (0.1ms) select sqlite_version(*)
385
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
386
+  (0.1ms) SELECT version FROM "schema_migrations"
387
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
388
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
389
+  (0.7ms) DELETE FROM "appointments";
390
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
391
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
392
+ Started GET "/appointments" for 127.0.0.1 at 2015-02-24 13:58:10 +0800
393
+ Processing by AppointmentsController#index as HTML
394
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
395
+ Rendered appointments/index.html.slim within layouts/application (14.5ms)
396
+ Completed 200 OK in 55ms (Views: 46.6ms | ActiveRecord: 0.3ms)
397
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 13:58:10 +0800
398
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 13:58:10 +0800
399
+  (1.0ms) DELETE FROM "appointments";
400
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
401
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
402
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
403
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
404
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
405
+  (0.0ms) select sqlite_version(*)
406
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
407
+  (0.1ms) SELECT version FROM "schema_migrations"
408
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
409
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
410
+  (1.2ms) DELETE FROM "appointments";
411
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
412
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
413
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:41:51 +0800
414
+ Processing by AppointmentsController#index as HTML
415
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
416
+ Rendered appointments/index.html.slim within layouts/application (14.1ms)
417
+ Completed 200 OK in 2981ms (Views: 2973.0ms | ActiveRecord: 0.4ms)
418
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:41:54 +0800
419
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:41:54 +0800
420
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:41:54 +0800
421
+ Processing by AppointmentsController#new as HTML
422
+ Rendered appointments/new.html.slim within layouts/application (57.1ms)
423
+ Completed 200 OK in 61ms (Views: 58.7ms | ActiveRecord: 0.2ms)
424
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:41:54 +0800
425
+  (0.8ms) DELETE FROM "appointments";
426
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
427
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
428
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
429
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
430
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
431
+  (0.1ms) select sqlite_version(*)
432
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
433
+  (0.1ms) SELECT version FROM "schema_migrations"
434
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
435
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
436
+  (0.9ms) DELETE FROM "appointments";
437
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
438
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
439
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:44:48 +0800
440
+ Processing by AppointmentsController#index as HTML
441
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
442
+ Rendered appointments/index.html.slim within layouts/application (12.4ms)
443
+ Completed 200 OK in 67ms (Views: 59.7ms | ActiveRecord: 0.3ms)
444
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:44:48 +0800
445
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:44:48 +0800
446
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:44:48 +0800
447
+ Processing by AppointmentsController#new as HTML
448
+ Rendered appointments/new.html.slim within layouts/application (53.7ms)
449
+ Completed 200 OK in 57ms (Views: 55.3ms | ActiveRecord: 0.2ms)
450
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:44:48 +0800
451
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 14:44:49 +0800
452
+ Processing by AppointmentsController#create as HTML
453
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"24/02/2015 14:44"}, "commit"=>"Create Appointment"}
454
+  (0.1ms) begin transaction
455
+ SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-02-24 14:44:00.000000"]]
456
+  (0.9ms) commit transaction
457
+ Redirected to http://127.0.0.1:51253/
458
+ Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
459
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:44:49 +0800
460
+ Processing by AppointmentsController#index as HTML
461
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
462
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
463
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
464
+  (1.0ms) DELETE FROM "appointments";
465
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
466
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';
467
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
468
+  (1.4ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
469
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
470
+  (0.1ms) select sqlite_version(*)
471
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
472
+  (0.1ms) SELECT version FROM "schema_migrations"
473
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
474
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
475
+  (1.0ms) DELETE FROM "appointments";
476
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
477
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
478
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:47:23 +0800
479
+ Processing by AppointmentsController#index as HTML
480
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
481
+ Rendered appointments/index.html.slim within layouts/application (11.9ms)
482
+ Completed 200 OK in 60ms (Views: 52.2ms | ActiveRecord: 0.3ms)
483
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:47:23 +0800
484
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:47:23 +0800
485
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:47:23 +0800
486
+ Processing by AppointmentsController#new as HTML
487
+ Rendered appointments/new.html.slim within layouts/application (55.2ms)
488
+ Completed 200 OK in 58ms (Views: 56.7ms | ActiveRecord: 0.2ms)
489
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:47:23 +0800
490
+  (0.9ms) DELETE FROM "appointments";
491
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
492
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
493
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
494
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
495
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
496
+  (0.1ms) select sqlite_version(*)
497
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
498
+  (0.1ms) SELECT version FROM "schema_migrations"
499
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
500
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
501
+  (1.6ms) DELETE FROM "appointments";
502
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
503
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
504
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
505
+  (1.5ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
506
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
507
+  (0.1ms) select sqlite_version(*)
508
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
509
+  (0.3ms) SELECT version FROM "schema_migrations"
510
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
511
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
512
+  (1.1ms) DELETE FROM "appointments";
513
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
514
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
515
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:49:55 +0800
516
+ Processing by AppointmentsController#index as HTML
517
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
518
+ Rendered appointments/index.html.slim within layouts/application (15.7ms)
519
+ Completed 200 OK in 63ms (Views: 53.9ms | ActiveRecord: 0.4ms)
520
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:49:55 +0800
521
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:49:55 +0800
522
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:49:55 +0800
523
+ Processing by AppointmentsController#new as HTML
524
+ Rendered appointments/new.html.slim within layouts/application (42.4ms)
525
+ Completed 200 OK in 46ms (Views: 43.8ms | ActiveRecord: 0.2ms)
526
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:49:55 +0800
527
+  (0.8ms) DELETE FROM "appointments";
528
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
529
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
530
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
531
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
532
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
533
+  (0.1ms) select sqlite_version(*)
534
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
535
+  (0.1ms) SELECT version FROM "schema_migrations"
536
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
537
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
538
+  (1.1ms) DELETE FROM "appointments";
539
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
540
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
541
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:54:00 +0800
542
+ Processing by AppointmentsController#index as HTML
543
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
544
+ Rendered appointments/index.html.slim within layouts/application (14.8ms)
545
+ Completed 200 OK in 71ms (Views: 60.8ms | ActiveRecord: 0.3ms)
546
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:54:00 +0800
547
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:54:00 +0800
548
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:54:00 +0800
549
+ Processing by AppointmentsController#new as HTML
550
+ Rendered appointments/new.html.slim within layouts/application (51.9ms)
551
+ Completed 200 OK in 56ms (Views: 53.5ms | ActiveRecord: 0.2ms)
552
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:54:00 +0800
553
+  (1.1ms) DELETE FROM "appointments";
554
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
555
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
556
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
557
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
558
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
559
+  (0.1ms) select sqlite_version(*)
560
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
561
+  (0.1ms) SELECT version FROM "schema_migrations"
562
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
563
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
564
+  (0.6ms) DELETE FROM "appointments";
565
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
566
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
567
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:56:05 +0800
568
+ Processing by AppointmentsController#index as HTML
569
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
570
+ Rendered appointments/index.html.slim within layouts/application (12.7ms)
571
+ Completed 200 OK in 55ms (Views: 46.7ms | ActiveRecord: 0.3ms)
572
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:56:05 +0800
573
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:56:05 +0800
574
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:56:05 +0800
575
+ Processing by AppointmentsController#new as HTML
576
+ Rendered appointments/new.html.slim within layouts/application (33.7ms)
577
+ Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.2ms)
578
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:56:05 +0800
579
+  (0.9ms) DELETE FROM "appointments";
580
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
582
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
583
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
584
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
585
+  (0.0ms) select sqlite_version(*)
586
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
587
+  (0.1ms) SELECT version FROM "schema_migrations"
588
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
589
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
590
+  (0.9ms) DELETE FROM "appointments";
591
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
592
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
593
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:56:38 +0800
594
+ Processing by AppointmentsController#index as HTML
595
+ Appointment Load (0.6ms) SELECT "appointments".* FROM "appointments"
596
+ Rendered appointments/index.html.slim within layouts/application (15.1ms)
597
+ Completed 200 OK in 58ms (Views: 48.6ms | ActiveRecord: 0.7ms)
598
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:56:38 +0800
599
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:56:38 +0800
600
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:56:38 +0800
601
+ Processing by AppointmentsController#new as HTML
602
+ Rendered appointments/new.html.slim within layouts/application (43.2ms)
603
+ Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms)
604
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:56:38 +0800
605
+  (1.0ms) DELETE FROM "appointments";
606
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
607
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
608
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
609
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
610
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
611
+  (0.1ms) select sqlite_version(*)
612
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
613
+  (0.1ms) SELECT version FROM "schema_migrations"
614
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
615
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
616
+  (1.1ms) DELETE FROM "appointments";
617
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
618
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
619
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:56:54 +0800
620
+ Processing by AppointmentsController#index as HTML
621
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
622
+ Rendered appointments/index.html.slim within layouts/application (13.3ms)
623
+ Completed 200 OK in 57ms (Views: 48.0ms | ActiveRecord: 0.3ms)
624
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:56:54 +0800
625
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:56:54 +0800
626
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:56:54 +0800
627
+ Processing by AppointmentsController#new as HTML
628
+ Rendered appointments/new.html.slim within layouts/application (36.2ms)
629
+ Completed 200 OK in 39ms (Views: 37.5ms | ActiveRecord: 0.2ms)
630
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:56:54 +0800
631
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
632
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
633
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
634
+  (0.1ms) select sqlite_version(*)
635
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
636
+  (0.1ms) SELECT version FROM "schema_migrations"
637
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
638
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
639
+  (0.9ms) DELETE FROM "appointments";
640
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
641
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
642
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:57:19 +0800
643
+ Processing by AppointmentsController#index as HTML
644
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
645
+ Rendered appointments/index.html.slim within layouts/application (17.0ms)
646
+ Completed 200 OK in 71ms (Views: 61.7ms | ActiveRecord: 0.3ms)
647
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:57:19 +0800
648
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:57:19 +0800
649
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:57:20 +0800
650
+ Processing by AppointmentsController#new as HTML
651
+ Rendered appointments/new.html.slim within layouts/application (45.5ms)
652
+ Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.2ms)
653
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:57:20 +0800
654
+  (0.4ms) DELETE FROM "appointments";
655
+ SQLite3::ReadOnlyException: attempt to write a readonly database: DELETE FROM "appointments";
656
+  (1.2ms) DELETE FROM "appointments";
657
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
658
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
659
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
660
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
661
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
662
+  (0.1ms) select sqlite_version(*)
663
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
664
+  (0.1ms) SELECT version FROM "schema_migrations"
665
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
666
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
667
+  (1.0ms) DELETE FROM "appointments";
668
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
669
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
670
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:58:48 +0800
671
+ Processing by AppointmentsController#index as HTML
672
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
673
+ Rendered appointments/index.html.slim within layouts/application (12.6ms)
674
+ Completed 200 OK in 52ms (Views: 43.3ms | ActiveRecord: 0.3ms)
675
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:58:48 +0800
676
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:58:48 +0800
677
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:58:48 +0800
678
+ Processing by AppointmentsController#new as HTML
679
+ Rendered appointments/new.html.slim within layouts/application (32.8ms)
680
+ Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.2ms)
681
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:58:49 +0800
682
+  (1.0ms) DELETE FROM "appointments";
683
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
684
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
685
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
686
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
687
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
688
+  (0.1ms) select sqlite_version(*)
689
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
690
+  (0.1ms) SELECT version FROM "schema_migrations"
691
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
692
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
693
+  (1.2ms) DELETE FROM "appointments";
694
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
695
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
696
+ Started GET "/" for 127.0.0.1 at 2015-02-24 14:59:42 +0800
697
+ Processing by AppointmentsController#index as HTML
698
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
699
+ Rendered appointments/index.html.slim within layouts/application (14.0ms)
700
+ Completed 200 OK in 59ms (Views: 48.7ms | ActiveRecord: 0.3ms)
701
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 14:59:42 +0800
702
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 14:59:42 +0800
703
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 14:59:42 +0800
704
+ Processing by AppointmentsController#new as HTML
705
+ Rendered appointments/new.html.slim within layouts/application (40.8ms)
706
+ Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.2ms)
707
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 14:59:43 +0800
708
+  (0.9ms) DELETE FROM "appointments";
709
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
710
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
711
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
712
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
713
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
714
+  (0.0ms) select sqlite_version(*)
715
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
716
+  (0.1ms) SELECT version FROM "schema_migrations"
717
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
718
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
719
+  (1.1ms) DELETE FROM "appointments";
720
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
721
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
722
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:00:17 +0800
723
+ Processing by AppointmentsController#index as HTML
724
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
725
+ Rendered appointments/index.html.slim within layouts/application (13.7ms)
726
+ Completed 200 OK in 59ms (Views: 50.2ms | ActiveRecord: 0.3ms)
727
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:00:17 +0800
728
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:00:17 +0800
729
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:00:17 +0800
730
+ Processing by AppointmentsController#new as HTML
731
+ Rendered appointments/new.html.slim within layouts/application (35.4ms)
732
+ Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.2ms)
733
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:00:17 +0800
734
+  (1.0ms) DELETE FROM "appointments";
735
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
736
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
737
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
738
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
739
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
740
+  (0.1ms) select sqlite_version(*)
741
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
742
+  (0.1ms) SELECT version FROM "schema_migrations"
743
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
744
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
745
+  (0.9ms) DELETE FROM "appointments";
746
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
747
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
748
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:02:22 +0800
749
+ Processing by AppointmentsController#index as HTML
750
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
751
+ Rendered appointments/index.html.slim within layouts/application (15.9ms)
752
+ Completed 200 OK in 56ms (Views: 47.3ms | ActiveRecord: 0.3ms)
753
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:02:22 +0800
754
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:02:22 +0800
755
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:02:22 +0800
756
+ Processing by AppointmentsController#new as HTML
757
+ Rendered appointments/new.html.slim within layouts/application (34.7ms)
758
+ Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.2ms)
759
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:02:22 +0800
760
+  (1.0ms) DELETE FROM "appointments";
761
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
762
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
763
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
764
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
765
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
766
+  (0.1ms) select sqlite_version(*)
767
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
768
+  (0.1ms) SELECT version FROM "schema_migrations"
769
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
770
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
771
+  (0.9ms) DELETE FROM "appointments";
772
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
773
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
774
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:05:31 +0800
775
+ Processing by AppointmentsController#index as HTML
776
+ Appointment Load (0.6ms) SELECT "appointments".* FROM "appointments"
777
+ Rendered appointments/index.html.slim within layouts/application (15.7ms)
778
+ Completed 200 OK in 86ms (Views: 73.5ms | ActiveRecord: 0.7ms)
779
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:05:31 +0800
780
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:05:31 +0800
781
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:05:31 +0800
782
+ Processing by AppointmentsController#new as HTML
783
+ Rendered appointments/new.html.slim within layouts/application (57.5ms)
784
+ Completed 200 OK in 61ms (Views: 59.6ms | ActiveRecord: 0.2ms)
785
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:05:31 +0800
786
+  (0.8ms) DELETE FROM "appointments";
787
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
788
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
789
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
790
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
791
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
792
+  (0.1ms) select sqlite_version(*)
793
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
794
+  (0.1ms) SELECT version FROM "schema_migrations"
795
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
796
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
797
+  (1.0ms) DELETE FROM "appointments";
798
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
799
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
800
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:06:58 +0800
801
+ Processing by AppointmentsController#index as HTML
802
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
803
+ Rendered appointments/index.html.slim within layouts/application (15.0ms)
804
+ Completed 200 OK in 57ms (Views: 47.3ms | ActiveRecord: 0.3ms)
805
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:06:58 +0800
806
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:06:58 +0800
807
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:06:58 +0800
808
+ Processing by AppointmentsController#new as HTML
809
+ Rendered appointments/new.html.slim within layouts/application (41.6ms)
810
+ Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 0.2ms)
811
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:06:58 +0800
812
+  (0.8ms) DELETE FROM "appointments";
813
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
814
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
815
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
816
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
817
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
818
+  (0.1ms) select sqlite_version(*)
819
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
820
+  (0.1ms) SELECT version FROM "schema_migrations"
821
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
822
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
823
+  (1.1ms) DELETE FROM "appointments";
824
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
825
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
826
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:08:01 +0800
827
+ Processing by AppointmentsController#index as HTML
828
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
829
+ Rendered appointments/index.html.slim within layouts/application (11.2ms)
830
+ Completed 200 OK in 46ms (Views: 38.2ms | ActiveRecord: 0.3ms)
831
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:08:01 +0800
832
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:08:01 +0800
833
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:08:01 +0800
834
+ Processing by AppointmentsController#new as HTML
835
+ Rendered appointments/new.html.slim within layouts/application (44.9ms)
836
+ Completed 200 OK in 50ms (Views: 47.3ms | ActiveRecord: 0.2ms)
837
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:08:01 +0800
838
+  (0.7ms) DELETE FROM "appointments";
839
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
840
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
841
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
842
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
843
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
844
+  (0.0ms) select sqlite_version(*)
845
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
846
+  (0.1ms) SELECT version FROM "schema_migrations"
847
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
848
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
849
+  (1.6ms) DELETE FROM "appointments";
850
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
851
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
852
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:08:57 +0800
853
+ Processing by AppointmentsController#index as HTML
854
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
855
+ Rendered appointments/index.html.slim within layouts/application (12.7ms)
856
+ Completed 200 OK in 57ms (Views: 48.5ms | ActiveRecord: 0.3ms)
857
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:08:57 +0800
858
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:08:57 +0800
859
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:08:57 +0800
860
+ Processing by AppointmentsController#new as HTML
861
+ Rendered appointments/new.html.slim within layouts/application (42.6ms)
862
+ Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.2ms)
863
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:08:57 +0800
864
+  (0.9ms) DELETE FROM "appointments";
865
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
866
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
867
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
868
+  (1.8ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
869
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
870
+  (0.0ms) select sqlite_version(*)
871
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
872
+  (0.1ms) SELECT version FROM "schema_migrations"
873
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
874
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
875
+  (1.0ms) DELETE FROM "appointments";
876
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
877
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
878
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:10:40 +0800
879
+ Processing by AppointmentsController#index as HTML
880
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
881
+ Rendered appointments/index.html.slim within layouts/application (13.7ms)
882
+ Completed 200 OK in 55ms (Views: 46.6ms | ActiveRecord: 0.3ms)
883
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:10:40 +0800
884
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:10:40 +0800
885
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:10:40 +0800
886
+ Processing by AppointmentsController#new as HTML
887
+ Rendered appointments/new.html.slim within layouts/application (42.1ms)
888
+ Completed 200 OK in 45ms (Views: 43.7ms | ActiveRecord: 0.2ms)
889
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:10:40 +0800
890
+  (0.8ms) DELETE FROM "appointments";
891
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
892
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
893
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
894
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
895
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
896
+  (0.1ms) select sqlite_version(*)
897
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
898
+  (0.1ms) SELECT version FROM "schema_migrations"
899
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
900
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
901
+  (1.1ms) DELETE FROM "appointments";
902
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
903
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
904
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
905
+ Processing by AppointmentsController#index as HTML
906
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
907
+ Rendered appointments/index.html.slim within layouts/application (12.7ms)
908
+ Completed 200 OK in 55ms (Views: 45.4ms | ActiveRecord: 0.3ms)
909
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
910
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
911
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
912
+ Processing by AppointmentsController#new as HTML
913
+ Rendered appointments/new.html.slim within layouts/application (41.0ms)
914
+ Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.3ms)
915
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
916
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
917
+ Processing by AppointmentsController#create as HTML
918
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"21/12/1980"}, "commit"=>"Create Appointment"}
919
+  (0.1ms) begin transaction
920
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "1980-12-21 00:00:00.000000"]]
921
+  (0.7ms) commit transaction
922
+ Redirected to http://127.0.0.1:51303/
923
+ Completed 302 Found in 6ms (ActiveRecord: 1.1ms)
924
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
925
+ Processing by AppointmentsController#index as HTML
926
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
927
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
928
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
929
+  (0.9ms) DELETE FROM "appointments";
930
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
931
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
932
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
933
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
934
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
935
+  (0.1ms) select sqlite_version(*)
936
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
937
+  (0.1ms) SELECT version FROM "schema_migrations"
938
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
939
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
940
+  (1.2ms) DELETE FROM "appointments";
941
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
942
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
943
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:16:59 +0800
944
+ Processing by AppointmentsController#index as HTML
945
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
946
+ Rendered appointments/index.html.slim within layouts/application (14.6ms)
947
+ Completed 200 OK in 56ms (Views: 46.6ms | ActiveRecord: 0.4ms)
948
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:16:59 +0800
949
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:16:59 +0800
950
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:16:59 +0800
951
+ Processing by AppointmentsController#new as HTML
952
+ Rendered appointments/new.html.slim within layouts/application (59.6ms)
953
+ Completed 200 OK in 64ms (Views: 62.1ms | ActiveRecord: 0.3ms)
954
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:16:59 +0800
955
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:16:59 +0800
956
+ Processing by AppointmentsController#create as HTML
957
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"02/24/2015"}, "commit"=>"Create Appointment"}
958
+ Completed 500 Internal Server Error in 1ms
959
+  (4.0ms) DELETE FROM "appointments";
960
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
961
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
962
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
963
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
964
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
965
+  (0.1ms) select sqlite_version(*)
966
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
967
+  (0.1ms) SELECT version FROM "schema_migrations"
968
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
969
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
970
+  (1.1ms) DELETE FROM "appointments";
971
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
972
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
973
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
974
+ Processing by AppointmentsController#index as HTML
975
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
976
+ Rendered appointments/index.html.slim within layouts/application (13.9ms)
977
+ Completed 200 OK in 58ms (Views: 48.3ms | ActiveRecord: 0.3ms)
978
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
979
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
980
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
981
+ Processing by AppointmentsController#new as HTML
982
+ Rendered appointments/new.html.slim within layouts/application (46.0ms)
983
+ Completed 200 OK in 50ms (Views: 47.7ms | ActiveRecord: 0.2ms)
984
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
985
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
986
+ Processing by AppointmentsController#create as HTML
987
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"03/12/1980"}, "commit"=>"Create Appointment"}
988
+  (0.1ms) begin transaction
989
+ SQL (0.2ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "1980-12-03 00:00:00.000000"]]
990
+  (0.7ms) commit transaction
991
+ Redirected to http://127.0.0.1:59067/
992
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
993
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
994
+ Processing by AppointmentsController#index as HTML
995
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
996
+ Rendered appointments/index.html.slim within layouts/application (0.6ms)
997
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms)
998
+  (0.8ms) DELETE FROM "appointments";
999
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1000
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'appointments';
1001
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1002
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1003
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1004
+  (0.1ms) select sqlite_version(*)
1005
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1006
+  (0.1ms) SELECT version FROM "schema_migrations"
1007
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1008
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1009
+  (1.2ms) DELETE FROM "appointments";
1010
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1011
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1012
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:18:02 +0800
1013
+ Processing by AppointmentsController#index as HTML
1014
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1015
+ Rendered appointments/index.html.slim within layouts/application (14.0ms)
1016
+ Completed 200 OK in 53ms (Views: 44.6ms | ActiveRecord: 0.3ms)
1017
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:18:02 +0800
1018
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:18:02 +0800
1019
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:18:03 +0800
1020
+ Processing by AppointmentsController#new as HTML
1021
+ Rendered appointments/new.html.slim within layouts/application (45.8ms)
1022
+ Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.2ms)
1023
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:18:03 +0800
1024
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:18:03 +0800
1025
+ Processing by AppointmentsController#create as HTML
1026
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"03/12/1980"}, "commit"=>"Create Appointment"}
1027
+  (0.1ms) begin transaction
1028
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "1980-12-03 00:00:00.000000"]]
1029
+  (0.8ms) commit transaction
1030
+ Redirected to http://127.0.0.1:59688/
1031
+ Completed 302 Found in 8ms (ActiveRecord: 1.2ms)
1032
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:18:03 +0800
1033
+ Processing by AppointmentsController#index as HTML
1034
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1035
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
1036
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
1037
+  (0.9ms) DELETE FROM "appointments";
1038
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1039
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
1040
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1041
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1042
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1043
+  (0.1ms) select sqlite_version(*)
1044
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1045
+  (0.2ms) SELECT version FROM "schema_migrations"
1046
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1047
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1048
+  (1.1ms) DELETE FROM "appointments";
1049
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1050
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1051
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:18:35 +0800
1052
+ Processing by AppointmentsController#index as HTML
1053
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1054
+ Rendered appointments/index.html.slim within layouts/application (18.0ms)
1055
+ Completed 200 OK in 67ms (Views: 55.3ms | ActiveRecord: 0.5ms)
1056
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:18:35 +0800
1057
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:18:35 +0800
1058
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:18:36 +0800
1059
+ Processing by AppointmentsController#new as HTML
1060
+ Rendered appointments/new.html.slim within layouts/application (46.5ms)
1061
+ Completed 200 OK in 50ms (Views: 48.2ms | ActiveRecord: 0.2ms)
1062
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:18:36 +0800
1063
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:18:36 +0800
1064
+ Processing by AppointmentsController#create as HTML
1065
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"1/1/2046"}, "commit"=>"Create Appointment"}
1066
+  (0.1ms) begin transaction
1067
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1068
+  (0.7ms) commit transaction
1069
+ Redirected to http://127.0.0.1:60580/
1070
+ Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
1071
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:18:36 +0800
1072
+ Processing by AppointmentsController#index as HTML
1073
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1074
+ Rendered appointments/index.html.slim within layouts/application (0.9ms)
1075
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
1076
+  (0.9ms) DELETE FROM "appointments";
1077
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1078
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';
1079
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1080
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1081
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1082
+  (0.1ms) select sqlite_version(*)
1083
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1084
+  (0.1ms) SELECT version FROM "schema_migrations"
1085
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1086
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1087
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1088
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1089
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1090
+  (0.1ms) select sqlite_version(*)
1091
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1092
+  (0.1ms) SELECT version FROM "schema_migrations"
1093
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1094
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1095
+  (1.2ms) DELETE FROM "appointments";
1096
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1097
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1098
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
1099
+ Processing by AppointmentsController#index as HTML
1100
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1101
+ Rendered appointments/index.html.slim within layouts/application (16.5ms)
1102
+ Completed 200 OK in 57ms (Views: 47.3ms | ActiveRecord: 0.3ms)
1103
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
1104
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
1105
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
1106
+ Processing by AppointmentsController#new as HTML
1107
+ Rendered appointments/new.html.slim within layouts/application (34.1ms)
1108
+ Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.2ms)
1109
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
1110
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
1111
+ Processing by AppointmentsController#create as HTML
1112
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"1/1/2046"}, "commit"=>"Create Appointment"}
1113
+  (0.1ms) begin transaction
1114
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1115
+  (1.5ms) commit transaction
1116
+ Redirected to http://127.0.0.1:63938/
1117
+ Completed 302 Found in 5ms (ActiveRecord: 1.8ms)
1118
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
1119
+ Processing by AppointmentsController#index as HTML
1120
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1121
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1122
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms)
1123
+  (1.7ms) DELETE FROM "appointments";
1124
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1125
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments';
1126
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1127
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1128
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1129
+  (0.1ms) select sqlite_version(*)
1130
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1131
+  (0.1ms) SELECT version FROM "schema_migrations"
1132
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1133
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1134
+  (0.9ms) DELETE FROM "appointments";
1135
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1136
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1137
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:21:18 +0800
1138
+ Processing by AppointmentsController#index as HTML
1139
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1140
+ Rendered appointments/index.html.slim within layouts/application (12.8ms)
1141
+ Completed 200 OK in 54ms (Views: 45.6ms | ActiveRecord: 0.3ms)
1142
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:21:18 +0800
1143
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:21:18 +0800
1144
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:21:18 +0800
1145
+ Processing by AppointmentsController#new as HTML
1146
+ Rendered appointments/new.html.slim within layouts/application (34.3ms)
1147
+ Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.2ms)
1148
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:21:18 +0800
1149
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:21:19 +0800
1150
+ Processing by AppointmentsController#create as HTML
1151
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"1/1/2046"}, "commit"=>"Create Appointment"}
1152
+  (0.1ms) begin transaction
1153
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1154
+  (0.7ms) commit transaction
1155
+ Redirected to http://127.0.0.1:65307/
1156
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
1157
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:21:19 +0800
1158
+ Processing by AppointmentsController#index as HTML
1159
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1160
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1161
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1162
+  (0.8ms) DELETE FROM "appointments";
1163
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1164
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'appointments';
1165
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1166
+  (1.4ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1167
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1168
+  (0.1ms) select sqlite_version(*)
1169
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1170
+  (0.1ms) SELECT version FROM "schema_migrations"
1171
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1172
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1173
+  (1.1ms) DELETE FROM "appointments";
1174
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1175
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1176
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:21:31 +0800
1177
+ Processing by AppointmentsController#index as HTML
1178
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1179
+ Rendered appointments/index.html.slim within layouts/application (11.6ms)
1180
+ Completed 200 OK in 51ms (Views: 42.4ms | ActiveRecord: 0.3ms)
1181
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:21:31 +0800
1182
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:21:31 +0800
1183
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:21:31 +0800
1184
+ Processing by AppointmentsController#new as HTML
1185
+ Rendered appointments/new.html.slim within layouts/application (31.8ms)
1186
+ Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.2ms)
1187
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:21:31 +0800
1188
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:21:32 +0800
1189
+ Processing by AppointmentsController#create as HTML
1190
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1191
+  (0.1ms) begin transaction
1192
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1193
+  (0.7ms) commit transaction
1194
+ Redirected to http://127.0.0.1:49320/
1195
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
1196
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:21:32 +0800
1197
+ Processing by AppointmentsController#index as HTML
1198
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1199
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1200
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1201
+  (0.6ms) DELETE FROM "appointments";
1202
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1203
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'appointments';
1204
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1205
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1206
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1207
+  (0.0ms) select sqlite_version(*)
1208
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1209
+  (0.1ms) SELECT version FROM "schema_migrations"
1210
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1211
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1212
+  (1.0ms) DELETE FROM "appointments";
1213
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1214
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1215
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:30:35 +0800
1216
+ Processing by AppointmentsController#index as HTML
1217
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1218
+ Rendered appointments/index.html.slim within layouts/application (14.3ms)
1219
+ Completed 200 OK in 4736ms (Views: 4727.2ms | ActiveRecord: 0.3ms)
1220
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:30:39 +0800
1221
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:30:39 +0800
1222
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:30:39 +0800
1223
+ Processing by AppointmentsController#new as HTML
1224
+ Rendered appointments/new.html.slim within layouts/application (67.6ms)
1225
+ Completed 200 OK in 73ms (Views: 70.0ms | ActiveRecord: 0.3ms)
1226
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:30:39 +0800
1227
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:30:40 +0800
1228
+ Processing by AppointmentsController#create as HTML
1229
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1230
+  (0.1ms) begin transaction
1231
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1232
+  (0.7ms) commit transaction
1233
+ Redirected to http://127.0.0.1:64557/
1234
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
1235
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:30:40 +0800
1236
+ Processing by AppointmentsController#index as HTML
1237
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1238
+ Rendered appointments/index.html.slim within layouts/application (0.9ms)
1239
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
1240
+  (1.0ms) DELETE FROM "appointments";
1241
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1242
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'appointments';
1243
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1244
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1245
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1246
+  (0.1ms) select sqlite_version(*)
1247
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1248
+  (0.1ms) SELECT version FROM "schema_migrations"
1249
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1250
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1251
+  (1.0ms) DELETE FROM "appointments";
1252
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1253
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1254
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:31:19 +0800
1255
+ Processing by AppointmentsController#index as HTML
1256
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1257
+ Rendered appointments/index.html.slim within layouts/application (13.1ms)
1258
+ Completed 200 OK in 54ms (Views: 45.6ms | ActiveRecord: 0.3ms)
1259
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:31:19 +0800
1260
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:31:19 +0800
1261
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:31:19 +0800
1262
+ Processing by AppointmentsController#new as HTML
1263
+ Rendered appointments/new.html.slim within layouts/application (36.8ms)
1264
+ Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.2ms)
1265
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:31:19 +0800
1266
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:31:20 +0800
1267
+ Processing by AppointmentsController#create as HTML
1268
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1269
+  (0.1ms) begin transaction
1270
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1271
+  (0.7ms) commit transaction
1272
+ Redirected to http://127.0.0.1:49338/
1273
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
1274
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:31:20 +0800
1275
+ Processing by AppointmentsController#index as HTML
1276
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1277
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
1278
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
1279
+  (0.7ms) DELETE FROM "appointments";
1280
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1281
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'appointments';
1282
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1283
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1284
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1285
+  (0.1ms) select sqlite_version(*)
1286
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1287
+  (0.1ms) SELECT version FROM "schema_migrations"
1288
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1289
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1290
+  (0.7ms) DELETE FROM "appointments";
1291
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1292
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1293
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:32:26 +0800
1294
+ Processing by AppointmentsController#index as HTML
1295
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1296
+ Rendered appointments/index.html.slim within layouts/application (20.3ms)
1297
+ Completed 200 OK in 67ms (Views: 58.1ms | ActiveRecord: 0.3ms)
1298
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:32:26 +0800
1299
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:32:26 +0800
1300
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:32:26 +0800
1301
+ Processing by AppointmentsController#new as HTML
1302
+ Rendered appointments/new.html.slim within layouts/application (45.6ms)
1303
+ Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 0.2ms)
1304
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:32:26 +0800
1305
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:32:27 +0800
1306
+ Processing by AppointmentsController#create as HTML
1307
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1308
+  (0.1ms) begin transaction
1309
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1310
+  (0.6ms) commit transaction
1311
+ Redirected to http://127.0.0.1:51108/
1312
+ Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
1313
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:32:27 +0800
1314
+ Processing by AppointmentsController#index as HTML
1315
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1316
+ Rendered appointments/index.html.slim within layouts/application (0.6ms)
1317
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms)
1318
+  (1.0ms) DELETE FROM "appointments";
1319
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1320
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';
1321
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1322
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1323
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1324
+  (0.0ms) select sqlite_version(*)
1325
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1326
+  (0.1ms) SELECT version FROM "schema_migrations"
1327
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1328
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1329
+  (1.1ms) DELETE FROM "appointments";
1330
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1331
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1332
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
1333
+ Processing by AppointmentsController#index as HTML
1334
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1335
+ Rendered appointments/index.html.slim within layouts/application (16.4ms)
1336
+ Completed 200 OK in 61ms (Views: 49.0ms | ActiveRecord: 0.4ms)
1337
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
1338
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
1339
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
1340
+ Processing by AppointmentsController#new as HTML
1341
+ Rendered appointments/new.html.slim within layouts/application (34.8ms)
1342
+ Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.2ms)
1343
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
1344
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
1345
+ Processing by AppointmentsController#create as HTML
1346
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1347
+  (0.1ms) begin transaction
1348
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1349
+  (0.8ms) commit transaction
1350
+ Redirected to http://127.0.0.1:54062/
1351
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
1352
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
1353
+ Processing by AppointmentsController#index as HTML
1354
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1355
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
1356
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
1357
+  (0.8ms) DELETE FROM "appointments";
1358
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1359
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
1360
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1361
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1362
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1363
+  (0.1ms) select sqlite_version(*)
1364
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1365
+  (0.1ms) SELECT version FROM "schema_migrations"
1366
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1367
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1368
+  (1.1ms) DELETE FROM "appointments";
1369
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1370
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1371
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:34:45 +0800
1372
+ Processing by AppointmentsController#index as HTML
1373
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1374
+ Rendered appointments/index.html.slim within layouts/application (13.6ms)
1375
+ Completed 200 OK in 58ms (Views: 47.1ms | ActiveRecord: 0.5ms)
1376
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:34:45 +0800
1377
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:34:45 +0800
1378
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:34:45 +0800
1379
+ Processing by AppointmentsController#new as HTML
1380
+ Rendered appointments/new.html.slim within layouts/application (34.8ms)
1381
+ Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.2ms)
1382
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:34:45 +0800
1383
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:34:46 +0800
1384
+ Processing by AppointmentsController#create as HTML
1385
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1386
+  (0.1ms) begin transaction
1387
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1388
+  (0.7ms) commit transaction
1389
+ Redirected to http://127.0.0.1:54606/
1390
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
1391
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:34:46 +0800
1392
+ Processing by AppointmentsController#index as HTML
1393
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1394
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1395
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
1396
+  (0.9ms) DELETE FROM "appointments";
1397
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1398
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
1399
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1400
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1401
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1402
+  (0.1ms) select sqlite_version(*)
1403
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1404
+  (0.1ms) SELECT version FROM "schema_migrations"
1405
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1406
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1407
+  (1.2ms) DELETE FROM "appointments";
1408
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1409
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1410
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:35:18 +0800
1411
+ Processing by AppointmentsController#index as HTML
1412
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1413
+ Rendered appointments/index.html.slim within layouts/application (12.7ms)
1414
+ Completed 200 OK in 52ms (Views: 43.1ms | ActiveRecord: 0.4ms)
1415
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:35:18 +0800
1416
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:35:18 +0800
1417
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:35:18 +0800
1418
+ Processing by AppointmentsController#new as HTML
1419
+ Rendered appointments/new.html.slim within layouts/application (38.0ms)
1420
+ Completed 200 OK in 41ms (Views: 39.7ms | ActiveRecord: 0.2ms)
1421
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:35:18 +0800
1422
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:35:19 +0800
1423
+ Processing by AppointmentsController#create as HTML
1424
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1425
+  (0.1ms) begin transaction
1426
+ SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1427
+  (0.8ms) commit transaction
1428
+ Redirected to http://127.0.0.1:55394/
1429
+ Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
1430
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:35:19 +0800
1431
+ Processing by AppointmentsController#index as HTML
1432
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1433
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1434
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1435
+  (0.9ms) DELETE FROM "appointments";
1436
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1437
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
1438
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1439
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1440
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1441
+  (0.1ms) select sqlite_version(*)
1442
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1443
+  (0.1ms) SELECT version FROM "schema_migrations"
1444
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1445
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1446
+  (0.6ms) DELETE FROM "appointments";
1447
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1448
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1449
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:47:52 +0800
1450
+ Processing by AppointmentsController#index as HTML
1451
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1452
+ Rendered appointments/index.html.slim within layouts/application (15.2ms)
1453
+ Completed 200 OK in 65ms (Views: 54.6ms | ActiveRecord: 0.4ms)
1454
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:47:52 +0800
1455
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:47:52 +0800
1456
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:47:52 +0800
1457
+ Processing by AppointmentsController#new as HTML
1458
+ Rendered appointments/new.html.slim within layouts/application (47.6ms)
1459
+ Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.2ms)
1460
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:47:53 +0800
1461
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:47:53 +0800
1462
+ Processing by AppointmentsController#create as HTML
1463
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1464
+  (0.2ms) begin transaction
1465
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1466
+  (1.1ms) commit transaction
1467
+ Redirected to http://127.0.0.1:59341/
1468
+ Completed 302 Found in 6ms (ActiveRecord: 1.6ms)
1469
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:47:53 +0800
1470
+ Processing by AppointmentsController#index as HTML
1471
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1472
+ Rendered appointments/index.html.slim within layouts/application (0.9ms)
1473
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
1474
+  (0.9ms) DELETE FROM "appointments";
1475
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1476
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
1477
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1478
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1479
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1480
+  (0.0ms) select sqlite_version(*)
1481
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1482
+  (0.1ms) SELECT version FROM "schema_migrations"
1483
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1484
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1485
+  (1.3ms) DELETE FROM "appointments";
1486
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1487
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1488
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:48:20 +0800
1489
+ Processing by AppointmentsController#index as HTML
1490
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1491
+ Rendered appointments/index.html.slim within layouts/application (18.5ms)
1492
+ Completed 200 OK in 64ms (Views: 56.1ms | ActiveRecord: 0.3ms)
1493
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:48:20 +0800
1494
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:48:20 +0800
1495
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:48:20 +0800
1496
+ Processing by AppointmentsController#new as HTML
1497
+ Rendered appointments/new.html.slim within layouts/application (38.3ms)
1498
+ Completed 200 OK in 42ms (Views: 39.8ms | ActiveRecord: 0.2ms)
1499
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:48:20 +0800
1500
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:48:21 +0800
1501
+ Processing by AppointmentsController#create as HTML
1502
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1503
+  (0.1ms) begin transaction
1504
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1505
+  (0.6ms) commit transaction
1506
+ Redirected to http://127.0.0.1:60199/
1507
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
1508
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:48:21 +0800
1509
+ Processing by AppointmentsController#index as HTML
1510
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1511
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
1512
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
1513
+  (1.0ms) DELETE FROM "appointments";
1514
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1515
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
1516
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1517
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1518
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1519
+  (0.1ms) select sqlite_version(*)
1520
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1521
+  (0.1ms) SELECT version FROM "schema_migrations"
1522
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1523
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1524
+  (1.0ms) DELETE FROM "appointments";
1525
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1526
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1527
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:49:24 +0800
1528
+ Processing by AppointmentsController#index as HTML
1529
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1530
+ Rendered appointments/index.html.slim within layouts/application (15.9ms)
1531
+ Completed 200 OK in 4647ms (Views: 4638.2ms | ActiveRecord: 0.3ms)
1532
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:49:29 +0800
1533
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:49:29 +0800
1534
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:49:29 +0800
1535
+ Processing by AppointmentsController#new as HTML
1536
+ Rendered appointments/new.html.slim within layouts/application (43.5ms)
1537
+ Completed 200 OK in 48ms (Views: 45.5ms | ActiveRecord: 0.2ms)
1538
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:49:29 +0800
1539
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:49:29 +0800
1540
+ Processing by AppointmentsController#create as HTML
1541
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1542
+  (0.1ms) begin transaction
1543
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1544
+  (0.8ms) commit transaction
1545
+ Redirected to http://127.0.0.1:61758/
1546
+ Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
1547
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:49:29 +0800
1548
+ Processing by AppointmentsController#index as HTML
1549
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1550
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1551
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1552
+  (1.0ms) DELETE FROM "appointments";
1553
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1554
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
1555
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1556
+  (1.4ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1557
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1558
+  (0.1ms) select sqlite_version(*)
1559
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1560
+  (0.1ms) SELECT version FROM "schema_migrations"
1561
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1562
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1563
+  (1.3ms) DELETE FROM "appointments";
1564
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1565
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1566
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:49:40 +0800
1567
+ Processing by AppointmentsController#index as HTML
1568
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1569
+ Rendered appointments/index.html.slim within layouts/application (19.7ms)
1570
+ Completed 200 OK in 4678ms (Views: 4667.6ms | ActiveRecord: 0.4ms)
1571
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:49:45 +0800
1572
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:49:45 +0800
1573
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:49:45 +0800
1574
+ Processing by AppointmentsController#new as HTML
1575
+ Rendered appointments/new.html.slim within layouts/application (44.5ms)
1576
+ Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.2ms)
1577
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:49:45 +0800
1578
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:49:46 +0800
1579
+ Processing by AppointmentsController#create as HTML
1580
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1581
+  (0.1ms) begin transaction
1582
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1583
+  (0.7ms) commit transaction
1584
+ Redirected to http://127.0.0.1:62179/
1585
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
1586
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:49:46 +0800
1587
+ Processing by AppointmentsController#index as HTML
1588
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1589
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1590
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1591
+  (0.9ms) DELETE FROM "appointments";
1592
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1593
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';
1594
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1595
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1596
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1597
+  (0.1ms) select sqlite_version(*)
1598
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1599
+  (0.1ms) SELECT version FROM "schema_migrations"
1600
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1601
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1602
+  (1.0ms) DELETE FROM "appointments";
1603
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1604
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1605
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:50:01 +0800
1606
+ Processing by AppointmentsController#index as HTML
1607
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1608
+ Rendered appointments/index.html.slim within layouts/application (15.9ms)
1609
+ Completed 200 OK in 4660ms (Views: 4649.8ms | ActiveRecord: 0.3ms)
1610
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:50:06 +0800
1611
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:50:06 +0800
1612
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:50:06 +0800
1613
+ Processing by AppointmentsController#new as HTML
1614
+ Rendered appointments/new.html.slim within layouts/application (44.9ms)
1615
+ Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.2ms)
1616
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:50:06 +0800
1617
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:50:07 +0800
1618
+ Processing by AppointmentsController#create as HTML
1619
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1620
+  (0.1ms) begin transaction
1621
+ SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1622
+  (0.6ms) commit transaction
1623
+ Redirected to http://127.0.0.1:62717/
1624
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
1625
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:50:07 +0800
1626
+ Processing by AppointmentsController#index as HTML
1627
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1628
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1629
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1630
+  (0.9ms) DELETE FROM "appointments";
1631
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1632
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'appointments';
1633
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1634
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1635
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1636
+  (0.1ms) select sqlite_version(*)
1637
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1638
+  (0.1ms) SELECT version FROM "schema_migrations"
1639
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1640
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1641
+  (0.9ms) DELETE FROM "appointments";
1642
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1643
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1644
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:50:16 +0800
1645
+ Processing by AppointmentsController#index as HTML
1646
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1647
+ Rendered appointments/index.html.slim within layouts/application (18.1ms)
1648
+ Completed 200 OK in 4554ms (Views: 4545.3ms | ActiveRecord: 0.3ms)
1649
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:50:21 +0800
1650
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:50:21 +0800
1651
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:50:21 +0800
1652
+ Processing by AppointmentsController#new as HTML
1653
+ Rendered appointments/new.html.slim within layouts/application (45.4ms)
1654
+ Completed 200 OK in 49ms (Views: 47.2ms | ActiveRecord: 0.4ms)
1655
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:50:21 +0800
1656
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:50:22 +0800
1657
+ Processing by AppointmentsController#create as HTML
1658
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1659
+  (0.1ms) begin transaction
1660
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1661
+  (0.8ms) commit transaction
1662
+ Redirected to http://127.0.0.1:63124/
1663
+ Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
1664
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:50:22 +0800
1665
+ Processing by AppointmentsController#index as HTML
1666
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1667
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1668
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1669
+  (0.8ms) DELETE FROM "appointments";
1670
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1671
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'appointments';
1672
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1673
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1674
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1675
+  (0.0ms) select sqlite_version(*)
1676
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1677
+  (0.1ms) SELECT version FROM "schema_migrations"
1678
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1679
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1680
+  (0.6ms) DELETE FROM "appointments";
1681
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1682
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1683
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:53:57 +0800
1684
+ Processing by AppointmentsController#index as HTML
1685
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1686
+ Rendered appointments/index.html.slim within layouts/application (14.7ms)
1687
+ Completed 200 OK in 4634ms (Views: 4624.7ms | ActiveRecord: 0.4ms)
1688
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-24 15:54:02 +0800
1689
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-24 15:54:02 +0800
1690
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-24 15:54:02 +0800
1691
+ Processing by AppointmentsController#new as HTML
1692
+ Rendered appointments/new.html.slim within layouts/application (39.4ms)
1693
+ Completed 200 OK in 43ms (Views: 40.9ms | ActiveRecord: 0.2ms)
1694
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-24 15:54:02 +0800
1695
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-24 15:54:03 +0800
1696
+ Processing by AppointmentsController#create as HTML
1697
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1698
+  (0.1ms) begin transaction
1699
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1700
+  (0.8ms) commit transaction
1701
+ Redirected to http://127.0.0.1:52461/
1702
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
1703
+ Started GET "/" for 127.0.0.1 at 2015-02-24 15:54:03 +0800
1704
+ Processing by AppointmentsController#index as HTML
1705
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1706
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
1707
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
1708
+  (1.0ms) DELETE FROM "appointments";
1709
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1710
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'appointments';
1711
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1712
+  (2.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1713
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1714
+  (0.0ms) select sqlite_version(*)
1715
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1716
+  (0.1ms) SELECT version FROM "schema_migrations"
1717
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1718
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1719
+  (1.1ms) DELETE FROM "appointments";
1720
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1721
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1722
+ Started GET "/" for 127.0.0.1 at 2015-02-26 13:08:30 +0800
1723
+ Processing by AppointmentsController#index as HTML
1724
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1725
+ Rendered appointments/index.html.slim within layouts/application (12.7ms)
1726
+ Completed 200 OK in 4302ms (Views: 4289.6ms | ActiveRecord: 0.3ms)
1727
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 13:08:34 +0800
1728
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 13:08:34 +0800
1729
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 13:08:34 +0800
1730
+ Processing by AppointmentsController#new as HTML
1731
+ Rendered appointments/new.html.slim within layouts/application (60.0ms)
1732
+ Completed 200 OK in 64ms (Views: 62.3ms | ActiveRecord: 0.2ms)
1733
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-26 13:08:34 +0800
1734
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-26 13:08:35 +0800
1735
+ Processing by AppointmentsController#create as HTML
1736
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1737
+  (0.1ms) begin transaction
1738
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1739
+  (0.6ms) commit transaction
1740
+ Redirected to http://127.0.0.1:51542/
1741
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
1742
+ Started GET "/" for 127.0.0.1 at 2015-02-26 13:08:35 +0800
1743
+ Processing by AppointmentsController#index as HTML
1744
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1745
+ Rendered appointments/index.html.slim within layouts/application (1.2ms)
1746
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
1747
+  (1.0ms) DELETE FROM "appointments";
1748
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1749
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';
1750
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1751
+  (1.7ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1752
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1753
+  (0.1ms) select sqlite_version(*)
1754
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1755
+  (0.1ms) SELECT version FROM "schema_migrations"
1756
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1757
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1758
+  (1.1ms) DELETE FROM "appointments";
1759
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1760
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1761
+ Started GET "/" for 127.0.0.1 at 2015-02-26 13:52:42 +0800
1762
+ Processing by AppointmentsController#index as HTML
1763
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1764
+ Rendered appointments/index.html.slim within layouts/application (18.9ms)
1765
+ Completed 500 Internal Server Error in 1187ms
1766
+  (1.0ms) DELETE FROM "appointments";
1767
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1768
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1769
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1770
+  (2.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1771
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1772
+  (0.1ms) select sqlite_version(*)
1773
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1774
+  (0.2ms) SELECT version FROM "schema_migrations"
1775
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1776
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1777
+  (2.1ms) DELETE FROM "appointments";
1778
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1779
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1780
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:28:41 +0800
1781
+ Processing by AppointmentsController#index as HTML
1782
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1783
+ Rendered appointments/index.html.slim within layouts/application (16.3ms)
1784
+ Completed 500 Internal Server Error in 1233ms
1785
+  (0.8ms) DELETE FROM "appointments";
1786
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1787
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1788
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1789
+  (2.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1790
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1791
+  (0.1ms) select sqlite_version(*)
1792
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1793
+  (0.2ms) SELECT version FROM "schema_migrations"
1794
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1795
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1796
+  (1.9ms) DELETE FROM "appointments";
1797
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1798
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1799
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:30:03 +0800
1800
+ Processing by AppointmentsController#index as HTML
1801
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
1802
+ Rendered appointments/index.html.slim within layouts/application (14.9ms)
1803
+ Completed 200 OK in 4210ms (Views: 4202.2ms | ActiveRecord: 0.3ms)
1804
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 14:30:07 +0800
1805
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 14:30:07 +0800
1806
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 14:30:07 +0800
1807
+ Processing by AppointmentsController#new as HTML
1808
+ Rendered appointments/new.html.slim within layouts/application (59.2ms)
1809
+ Completed 500 Internal Server Error in 64ms
1810
+  (0.9ms) DELETE FROM "appointments";
1811
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1812
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1813
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1814
+  (1.8ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1815
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1816
+  (0.1ms) select sqlite_version(*)
1817
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1818
+  (0.1ms) SELECT version FROM "schema_migrations"
1819
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1820
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1821
+  (1.9ms) DELETE FROM "appointments";
1822
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1823
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1824
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:32:19 +0800
1825
+ Processing by AppointmentsController#index as HTML
1826
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1827
+ Rendered appointments/index.html.slim within layouts/application (14.6ms)
1828
+ Completed 200 OK in 4403ms (Views: 4393.6ms | ActiveRecord: 0.3ms)
1829
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 14:32:23 +0800
1830
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 14:32:23 +0800
1831
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 14:32:23 +0800
1832
+ Processing by AppointmentsController#new as HTML
1833
+ Rendered appointments/new.html.slim within layouts/application (23.8ms)
1834
+ Completed 500 Internal Server Error in 27ms
1835
+  (1.7ms) DELETE FROM "appointments";
1836
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1837
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1838
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1839
+  (1.7ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1840
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1841
+  (0.1ms) select sqlite_version(*)
1842
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1843
+  (0.1ms) SELECT version FROM "schema_migrations"
1844
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1845
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1846
+  (2.0ms) DELETE FROM "appointments";
1847
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1848
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1849
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:32:51 +0800
1850
+ Processing by AppointmentsController#index as HTML
1851
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1852
+ Rendered appointments/index.html.slim within layouts/application (14.0ms)
1853
+ Completed 200 OK in 4287ms (Views: 4278.8ms | ActiveRecord: 0.3ms)
1854
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 14:32:55 +0800
1855
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 14:32:55 +0800
1856
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 14:32:55 +0800
1857
+ Processing by AppointmentsController#new as HTML
1858
+ Rendered appointments/new.html.slim within layouts/application (31.0ms)
1859
+ Completed 500 Internal Server Error in 34ms
1860
+  (1.5ms) DELETE FROM "appointments";
1861
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1862
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1863
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1864
+  (1.4ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1865
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1866
+  (0.0ms) select sqlite_version(*)
1867
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1868
+  (0.1ms) SELECT version FROM "schema_migrations"
1869
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1870
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1871
+  (1.7ms) DELETE FROM "appointments";
1872
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1873
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1874
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:34:11 +0800
1875
+ Processing by AppointmentsController#index as HTML
1876
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1877
+ Rendered appointments/index.html.slim within layouts/application (15.2ms)
1878
+ Completed 200 OK in 4191ms (Views: 4182.7ms | ActiveRecord: 0.3ms)
1879
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 14:34:15 +0800
1880
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 14:34:15 +0800
1881
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 14:34:15 +0800
1882
+ Processing by AppointmentsController#new as HTML
1883
+ Rendered appointments/new.html.slim within layouts/application (31.6ms)
1884
+ Completed 500 Internal Server Error in 35ms
1885
+  (1.4ms) DELETE FROM "appointments";
1886
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1887
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1888
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1889
+  (2.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1890
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1891
+  (0.1ms) select sqlite_version(*)
1892
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1893
+  (0.1ms) SELECT version FROM "schema_migrations"
1894
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1895
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1896
+  (2.0ms) DELETE FROM "appointments";
1897
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1898
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1899
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:37:30 +0800
1900
+ Processing by AppointmentsController#index as HTML
1901
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1902
+ Rendered appointments/index.html.slim within layouts/application (14.9ms)
1903
+ Completed 200 OK in 4183ms (Views: 4175.1ms | ActiveRecord: 0.3ms)
1904
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 14:37:35 +0800
1905
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 14:37:35 +0800
1906
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 14:37:35 +0800
1907
+ Processing by AppointmentsController#new as HTML
1908
+ Rendered appointments/new.html.slim within layouts/application (28.8ms)
1909
+ Completed 500 Internal Server Error in 32ms
1910
+  (1.7ms) DELETE FROM "appointments";
1911
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1912
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1913
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1914
+  (1.2ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1915
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1916
+  (0.0ms) select sqlite_version(*)
1917
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1918
+  (0.1ms) SELECT version FROM "schema_migrations"
1919
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1920
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1921
+  (1.5ms) DELETE FROM "appointments";
1922
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1923
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1924
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:45:21 +0800
1925
+ Processing by AppointmentsController#index as HTML
1926
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1927
+ Rendered appointments/index.html.slim within layouts/application (11.4ms)
1928
+ Completed 200 OK in 4170ms (Views: 4162.1ms | ActiveRecord: 0.3ms)
1929
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 14:45:25 +0800
1930
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 14:45:25 +0800
1931
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 14:45:25 +0800
1932
+ Processing by AppointmentsController#new as HTML
1933
+ Rendered appointments/new.html.slim within layouts/application (28.7ms)
1934
+ Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.2ms)
1935
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-26 14:45:25 +0800
1936
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-26 14:45:26 +0800
1937
+ Processing by AppointmentsController#create as HTML
1938
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1939
+  (0.1ms) begin transaction
1940
+ SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1941
+  (0.8ms) commit transaction
1942
+ Redirected to http://127.0.0.1:53105/
1943
+ Completed 302 Found in 6ms (ActiveRecord: 1.2ms)
1944
+ Started GET "/" for 127.0.0.1 at 2015-02-26 14:45:26 +0800
1945
+ Processing by AppointmentsController#index as HTML
1946
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1947
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1948
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
1949
+  (1.1ms) DELETE FROM "appointments";
1950
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1951
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';
1952
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1953
+  (1.6ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1954
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1955
+  (0.0ms) select sqlite_version(*)
1956
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1957
+  (0.1ms) SELECT version FROM "schema_migrations"
1958
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1959
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1960
+  (1.4ms) DELETE FROM "appointments";
1961
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1962
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
1963
+ Started GET "/" for 127.0.0.1 at 2015-02-26 17:07:50 +0800
1964
+ Processing by AppointmentsController#index as HTML
1965
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
1966
+ Rendered appointments/index.html.slim within layouts/application (15.4ms)
1967
+ Completed 200 OK in 4192ms (Views: 4182.4ms | ActiveRecord: 0.3ms)
1968
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 17:07:55 +0800
1969
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 17:07:55 +0800
1970
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 17:07:55 +0800
1971
+ Processing by AppointmentsController#new as HTML
1972
+ Rendered appointments/new.html.slim within layouts/application (55.6ms)
1973
+ Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.2ms)
1974
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-26 17:07:55 +0800
1975
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-26 17:07:55 +0800
1976
+ Processing by AppointmentsController#create as HTML
1977
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
1978
+  (0.1ms) begin transaction
1979
+ SQL (0.7ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
1980
+  (0.9ms) commit transaction
1981
+ Redirected to http://127.0.0.1:55899/
1982
+ Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
1983
+ Started GET "/" for 127.0.0.1 at 2015-02-26 17:07:55 +0800
1984
+ Processing by AppointmentsController#index as HTML
1985
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
1986
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
1987
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1988
+  (1.5ms) DELETE FROM "appointments";
1989
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1990
+  (1.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
1991
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1992
+  (1.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
1993
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1994
+  (0.1ms) select sqlite_version(*)
1995
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1996
+  (0.1ms) SELECT version FROM "schema_migrations"
1997
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
1998
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1999
+  (2.0ms) DELETE FROM "appointments";
2000
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2001
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
2002
+ Started GET "/" for 127.0.0.1 at 2015-02-26 17:08:11 +0800
2003
+ Processing by AppointmentsController#index as HTML
2004
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
2005
+ Rendered appointments/index.html.slim within layouts/application (11.2ms)
2006
+ Completed 200 OK in 4011ms (Views: 4003.1ms | ActiveRecord: 0.3ms)
2007
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 17:08:15 +0800
2008
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 17:08:15 +0800
2009
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 17:08:15 +0800
2010
+ Processing by AppointmentsController#new as HTML
2011
+ Rendered appointments/new.html.slim within layouts/application (40.1ms)
2012
+ Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.2ms)
2013
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-26 17:08:15 +0800
2014
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-26 17:08:16 +0800
2015
+ Processing by AppointmentsController#create as HTML
2016
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>""}, "commit"=>"Create Appointment"}
2017
+  (0.1ms) begin transaction
2018
+ SQL (0.3ms) INSERT INTO "appointments" DEFAULT VALUES
2019
+  (1.7ms) commit transaction
2020
+ Redirected to http://127.0.0.1:55907/
2021
+ Completed 302 Found in 4ms (ActiveRecord: 2.1ms)
2022
+ Started GET "/" for 127.0.0.1 at 2015-02-26 17:08:16 +0800
2023
+ Processing by AppointmentsController#index as HTML
2024
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
2025
+ Rendered appointments/index.html.slim within layouts/application (0.6ms)
2026
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
2027
+  (1.9ms) DELETE FROM "appointments";
2028
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2029
+  (1.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
2030
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2031
+  (2.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
2032
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
2033
+  (0.0ms) select sqlite_version(*)
2034
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2035
+  (0.1ms) SELECT version FROM "schema_migrations"
2036
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
2037
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2038
+  (1.9ms) DELETE FROM "appointments";
2039
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2040
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'appointments';
2041
+ Started GET "/" for 127.0.0.1 at 2015-02-26 17:15:20 +0800
2042
+ Processing by AppointmentsController#index as HTML
2043
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
2044
+ Rendered appointments/index.html.slim within layouts/application (11.1ms)
2045
+ Completed 200 OK in 3987ms (Views: 3979.6ms | ActiveRecord: 0.3ms)
2046
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-26 17:15:24 +0800
2047
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-26 17:15:24 +0800
2048
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-26 17:15:24 +0800
2049
+ Processing by AppointmentsController#new as HTML
2050
+ Rendered appointments/new.html.slim within layouts/application (33.1ms)
2051
+ Completed 200 OK in 43ms (Views: 34.6ms | ActiveRecord: 0.2ms)
2052
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-26 17:15:24 +0800
2053
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-26 17:15:24 +0800
2054
+ Processing by AppointmentsController#create as HTML
2055
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
2056
+  (0.1ms) begin transaction
2057
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
2058
+  (1.7ms) commit transaction
2059
+ Redirected to http://127.0.0.1:55927/
2060
+ Completed 302 Found in 6ms (ActiveRecord: 2.1ms)
2061
+ Started GET "/" for 127.0.0.1 at 2015-02-26 17:15:24 +0800
2062
+ Processing by AppointmentsController#index as HTML
2063
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
2064
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
2065
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
2066
+  (1.0ms) DELETE FROM "appointments";
2067
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2068
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
2069
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2070
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
2071
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
2072
+  (0.0ms) select sqlite_version(*)
2073
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2074
+  (0.1ms) SELECT version FROM "schema_migrations"
2075
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
2076
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2077
+  (1.1ms) DELETE FROM "appointments";
2078
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2079
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
2080
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:31:54 +0800
2081
+ Processing by AppointmentsController#index as HTML
2082
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
2083
+ Rendered appointments/index.html.slim within layouts/application (17.4ms)
2084
+ Completed 200 OK in 4863ms (Views: 4853.0ms | ActiveRecord: 0.3ms)
2085
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-27 23:31:59 +0800
2086
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-27 23:31:59 +0800
2087
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-27 23:31:59 +0800
2088
+ Processing by AppointmentsController#new as HTML
2089
+ Rendered appointments/new.html.slim within layouts/application (73.2ms)
2090
+ Completed 200 OK in 78ms (Views: 76.5ms | ActiveRecord: 0.2ms)
2091
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-27 23:31:59 +0800
2092
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-27 23:32:00 +0800
2093
+ Processing by AppointmentsController#create as HTML
2094
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
2095
+  (0.1ms) begin transaction
2096
+ SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
2097
+  (0.7ms) commit transaction
2098
+ Redirected to http://127.0.0.1:49701/
2099
+ Completed 302 Found in 6ms (ActiveRecord: 1.1ms)
2100
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:32:00 +0800
2101
+ Processing by AppointmentsController#index as HTML
2102
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
2103
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
2104
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
2105
+  (1.0ms) DELETE FROM "appointments";
2106
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2107
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
2108
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2109
+  (1.3ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
2110
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
2111
+  (0.1ms) select sqlite_version(*)
2112
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2113
+  (0.1ms) SELECT version FROM "schema_migrations"
2114
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
2115
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2116
+  (1.7ms) DELETE FROM "appointments";
2117
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2118
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
2119
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:33:59 +0800
2120
+ Processing by AppointmentsController#index as HTML
2121
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
2122
+ Rendered appointments/index.html.slim within layouts/application (23.1ms)
2123
+ Completed 200 OK in 4505ms (Views: 4496.5ms | ActiveRecord: 0.4ms)
2124
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-27 23:34:04 +0800
2125
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-27 23:34:04 +0800
2126
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-27 23:34:04 +0800
2127
+ Processing by AppointmentsController#new as HTML
2128
+ Rendered appointments/new.html.slim within layouts/application (34.3ms)
2129
+ Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.2ms)
2130
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-27 23:34:04 +0800
2131
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-27 23:34:04 +0800
2132
+ Processing by AppointmentsController#create as HTML
2133
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
2134
+  (0.1ms) begin transaction
2135
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
2136
+  (0.7ms) commit transaction
2137
+ Redirected to http://127.0.0.1:53505/
2138
+ Completed 302 Found in 6ms (ActiveRecord: 1.0ms)
2139
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:34:04 +0800
2140
+ Processing by AppointmentsController#index as HTML
2141
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
2142
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
2143
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.1ms)
2144
+  (0.9ms) DELETE FROM "appointments";
2145
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2146
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
2147
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2148
+  (1.0ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
2149
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
2150
+  (0.0ms) select sqlite_version(*)
2151
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2152
+  (0.1ms) SELECT version FROM "schema_migrations"
2153
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
2154
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2155
+  (0.8ms) DELETE FROM "appointments";
2156
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2157
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
2158
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:34:22 +0800
2159
+ Processing by AppointmentsController#index as HTML
2160
+ Appointment Load (0.3ms) SELECT "appointments".* FROM "appointments"
2161
+ Rendered appointments/index.html.slim within layouts/application (15.1ms)
2162
+ Completed 200 OK in 4842ms (Views: 4832.3ms | ActiveRecord: 0.4ms)
2163
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-27 23:34:27 +0800
2164
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-27 23:34:27 +0800
2165
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-27 23:34:27 +0800
2166
+ Processing by AppointmentsController#new as HTML
2167
+ Rendered appointments/new.html.slim within layouts/application (53.4ms)
2168
+ Completed 200 OK in 59ms (Views: 55.3ms | ActiveRecord: 0.2ms)
2169
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-27 23:34:27 +0800
2170
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-27 23:34:27 +0800
2171
+ Processing by AppointmentsController#create as HTML
2172
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
2173
+  (0.1ms) begin transaction
2174
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
2175
+  (0.7ms) commit transaction
2176
+ Redirected to http://127.0.0.1:54237/
2177
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
2178
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:34:27 +0800
2179
+ Processing by AppointmentsController#index as HTML
2180
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
2181
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
2182
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms)
2183
+  (1.0ms) DELETE FROM "appointments";
2184
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2185
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'appointments';
2186
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2187
+  (0.9ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
2188
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
2189
+  (0.1ms) select sqlite_version(*)
2190
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2191
+  (0.1ms) SELECT version FROM "schema_migrations"
2192
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
2193
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2194
+  (1.0ms) DELETE FROM "appointments";
2195
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2196
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
2197
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:51:50 +0800
2198
+ Processing by AppointmentsController#index as HTML
2199
+ Appointment Load (0.2ms) SELECT "appointments".* FROM "appointments"
2200
+ Rendered appointments/index.html.slim within layouts/application (16.2ms)
2201
+ Completed 200 OK in 4589ms (Views: 4580.2ms | ActiveRecord: 0.3ms)
2202
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-27 23:51:54 +0800
2203
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-27 23:51:54 +0800
2204
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-27 23:51:54 +0800
2205
+ Processing by AppointmentsController#new as HTML
2206
+ Rendered appointments/new.html.slim within layouts/application (61.8ms)
2207
+ Completed 200 OK in 66ms (Views: 63.7ms | ActiveRecord: 0.2ms)
2208
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-27 23:51:54 +0800
2209
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-27 23:51:55 +0800
2210
+ Processing by AppointmentsController#create as HTML
2211
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
2212
+  (0.1ms) begin transaction
2213
+ SQL (0.3ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
2214
+  (0.8ms) commit transaction
2215
+ Redirected to http://127.0.0.1:51143/
2216
+ Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
2217
+ Started GET "/" for 127.0.0.1 at 2015-02-27 23:51:55 +0800
2218
+ Processing by AppointmentsController#index as HTML
2219
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
2220
+ Rendered appointments/index.html.slim within layouts/application (0.7ms)
2221
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
2222
+  (1.0ms) DELETE FROM "appointments";
2223
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2224
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'appointments';
2225
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2226
+  (1.1ms) CREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) 
2227
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
2228
+  (0.1ms) select sqlite_version(*)
2229
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2230
+  (0.1ms) SELECT version FROM "schema_migrations"
2231
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
2232
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2233
+  (1.0ms) DELETE FROM "appointments";
2234
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2235
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'appointments';
2236
+ Started GET "/" for 127.0.0.1 at 2015-02-28 00:46:17 +0800
2237
+ Processing by AppointmentsController#index as HTML
2238
+ Appointment Load (0.4ms) SELECT "appointments".* FROM "appointments"
2239
+ Rendered appointments/index.html.slim within layouts/application (15.0ms)
2240
+ Completed 200 OK in 4723ms (Views: 4714.3ms | ActiveRecord: 0.4ms)
2241
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-02-28 00:46:22 +0800
2242
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-02-28 00:46:22 +0800
2243
+ Started GET "/appointments/new" for 127.0.0.1 at 2015-02-28 00:46:22 +0800
2244
+ Processing by AppointmentsController#new as HTML
2245
+ Rendered appointments/new.html.slim within layouts/application (68.3ms)
2246
+ Completed 200 OK in 73ms (Views: 70.7ms | ActiveRecord: 0.2ms)
2247
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-02-28 00:46:22 +0800
2248
+ Started POST "/appointments" for 127.0.0.1 at 2015-02-28 00:46:23 +0800
2249
+ Processing by AppointmentsController#create as HTML
2250
+ Parameters: {"utf8"=>"✓", "appointment"=>{"scheduled_at"=>"01/01/2046"}, "commit"=>"Create Appointment"}
2251
+  (0.1ms) begin transaction
2252
+ SQL (0.4ms) INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
2253
+  (0.8ms) commit transaction
2254
+ Redirected to http://127.0.0.1:61444/
2255
+ Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
2256
+ Started GET "/" for 127.0.0.1 at 2015-02-28 00:46:23 +0800
2257
+ Processing by AppointmentsController#index as HTML
2258
+ Appointment Load (0.1ms) SELECT "appointments".* FROM "appointments"
2259
+ Rendered appointments/index.html.slim within layouts/application (0.8ms)
2260
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
2261
+  (0.9ms) DELETE FROM "appointments";
2262
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2263
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'appointments';