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.
- checksums.yaml +7 -0
- data/.gitignore +15 -0
- data/.travis.yml +15 -0
- data/Gemfile +25 -0
- data/LICENSE +21 -0
- data/README.md +114 -0
- data/Rakefile +12 -0
- data/app/inputs/date_time_picker_input.rb +53 -0
- data/datetime_picker_input.gemspec +23 -0
- data/lib/datetime_picker_input.rb +8 -0
- data/lib/datetime_picker_input/version.rb +3 -0
- data/lib/generators/datetime_picker_input.rb/install_generator.rb +15 -0
- data/lib/generators/templates/inputs/date_time_picker_input.rb +53 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/images/.keep +0 -0
- data/spec/dummy/app/assets/javascripts/application.js +6 -0
- data/spec/dummy/app/assets/stylesheets/application.scss +3 -0
- data/spec/dummy/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/app/controllers/appointments_controller.rb +15 -0
- data/spec/dummy/app/controllers/concerns/.keep +0 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/mailers/.keep +0 -0
- data/spec/dummy/app/models/.keep +0 -0
- data/spec/dummy/app/models/appointment.rb +3 -0
- data/spec/dummy/app/models/concerns/.keep +0 -0
- data/spec/dummy/app/views/appointments/index.html.slim +13 -0
- data/spec/dummy/app/views/appointments/new.html.slim +6 -0
- data/spec/dummy/app/views/layouts/application.html.slim +11 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +29 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +40 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +41 -0
- data/spec/dummy/config/environments/production.rb +79 -0
- data/spec/dummy/config/environments/test.rb +42 -0
- data/spec/dummy/config/initializers/assets.rb +11 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/simple_form.rb +166 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/locales/simple_form.en.yml +31 -0
- data/spec/dummy/config/routes.rb +5 -0
- data/spec/dummy/config/secrets.yml +22 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20150224051923_create_appointments.rb +7 -0
- data/spec/dummy/db/schema.rb +20 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/lib/assets/.keep +0 -0
- data/spec/dummy/lib/templates/erb/scaffold/_form.html.erb +13 -0
- data/spec/dummy/log/.keep +0 -0
- data/spec/dummy/log/development.log +3657 -0
- data/spec/dummy/log/test.log +2263 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/feature_helper.rb +37 -0
- data/spec/features/datetime_picker_input_spec.rb +12 -0
- data/spec/rails_helper.rb +19 -0
- data/vendor/assets/javascripts/datetime_picker_input.js +9 -0
- data/vendor/assets/stylesheets/datetime_picker_input.scss +1 -0
- metadata +196 -0
@@ -0,0 +1,2263 @@
|
|
1
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
3
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
4
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
5
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
6
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
7
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
8
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
10
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
11
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
12
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
13
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
14
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
16
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
17
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
18
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
19
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
20
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
21
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
22
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
23
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
24
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
25
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
26
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
27
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
28
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
29
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
30
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
32
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
33
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
35
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
36
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
37
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
38
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
39
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
40
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
41
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
42
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
43
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
44
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
45
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
46
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
47
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
48
|
+
[1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
49
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
50
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
51
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
52
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
53
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
54
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
55
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
56
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
57
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
58
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
59
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
60
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
61
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
62
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
63
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
64
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
65
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
66
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
67
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
68
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
69
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
70
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
71
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
72
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
73
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
74
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
75
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
76
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
77
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
78
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
79
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
80
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
81
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
82
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
83
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
84
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
85
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
86
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
87
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
88
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
89
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
90
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
91
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
92
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
93
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
94
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
95
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
96
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
97
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
98
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
99
|
+
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
100
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
101
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
102
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
103
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
104
|
+
[1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
105
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
106
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
107
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
108
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
109
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
110
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
111
|
+
[1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
112
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
113
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
114
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
115
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
116
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
117
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
118
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
119
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
120
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
121
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
122
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
123
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
124
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
125
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
126
|
+
[1m[35m (0.9ms)[0m DELETE FROM "appointments";
|
127
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
128
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'appointments';
|
129
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
130
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
131
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
132
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
133
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
134
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
135
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
136
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
137
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
138
|
+
[1m[35m (0.4ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
139
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
140
|
+
[1m[35m (1.1ms)[0m DELETE FROM "appointments";
|
141
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
142
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'appointments';
|
143
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
144
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
145
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
146
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
147
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
148
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
149
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
150
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
151
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
152
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
153
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
154
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 13:39:41 +0800
|
155
|
+
Processing by AppointmentsController#index as HTML
|
156
|
+
[1m[35mAppointment Load (0.2ms)[0m SELECT "appointments".* FROM "appointments"
|
157
|
+
Rendered appointments/index.html.erb within layouts/application (2.0ms)
|
158
|
+
Completed 500 Internal Server Error in 140ms
|
159
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
160
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
161
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
162
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
163
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
164
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
165
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
166
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
167
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
168
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
169
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
170
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
171
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
172
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
173
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 13:40:52 +0800
|
174
|
+
Processing by AppointmentsController#index as HTML
|
175
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
181
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
182
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
183
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
184
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
185
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
186
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
187
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
188
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
189
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
190
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
191
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
192
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
193
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
194
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 13:41:08 +0800
|
195
|
+
Processing by AppointmentsController#index as HTML
|
196
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
202
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
203
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
204
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
205
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
206
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
207
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
208
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
209
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
210
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
211
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
212
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "appointments";[0m
|
213
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
214
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
215
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 13:41:27 +0800
|
216
|
+
Processing by AppointmentsController#index as HTML
|
217
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "appointments";[0m
|
223
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
224
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
225
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
226
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
227
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
228
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
229
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
230
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
231
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
232
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
233
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
234
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
235
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
236
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 13:41:51 +0800
|
237
|
+
Processing by AppointmentsController#index as HTML
|
238
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "appointments";[0m
|
244
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
245
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
246
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
247
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
248
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
249
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
250
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
251
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
252
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
253
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
254
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
255
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
256
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
265
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
266
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
267
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
268
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
269
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
270
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
271
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
272
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
273
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
274
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
275
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
276
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
277
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
286
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
287
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
288
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
289
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
290
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
291
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
292
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
293
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
294
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
295
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
296
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
297
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
298
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
307
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
308
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
309
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
310
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
311
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
312
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
313
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
314
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
315
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
316
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
317
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
318
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
319
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35m (1.0ms)[0m DELETE FROM "appointments";
|
324
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
325
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'appointments';
|
326
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
327
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
328
|
+
[1m[35m (0.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
329
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
330
|
+
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
331
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
332
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
333
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
334
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
335
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
336
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35m (0.7ms)[0m DELETE FROM "appointments";
|
341
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
342
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'appointments';
|
343
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
344
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
345
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
346
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
347
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
348
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
349
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
350
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
351
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "appointments";[0m
|
352
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
353
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35m (0.7ms)[0m DELETE FROM "appointments";
|
358
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
359
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'appointments';
|
360
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
361
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
362
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
363
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
364
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
365
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
366
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
367
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
368
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
369
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
370
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
379
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
380
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
381
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
382
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
383
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
384
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
385
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
386
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
387
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
388
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
389
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "appointments";[0m
|
390
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
391
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
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
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
400
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
401
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
402
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
403
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
404
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
405
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
406
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
407
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
408
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
409
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
410
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
411
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
412
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
413
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:41:51 +0800
|
414
|
+
Processing by AppointmentsController#index as HTML
|
415
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
426
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
427
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
428
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
429
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
430
|
+
[1m[35m (1.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
431
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
432
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
433
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
434
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
435
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
436
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
437
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
438
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
439
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:44:48 +0800
|
440
|
+
Processing by AppointmentsController#index as HTML
|
441
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
455
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2015-02-24 14:44:00.000000"]]
|
456
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
465
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
466
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
467
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
468
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
469
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
470
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
471
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
472
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
473
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
474
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
475
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
476
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
477
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
478
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:47:23 +0800
|
479
|
+
Processing by AppointmentsController#index as HTML
|
480
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
491
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
492
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
493
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
494
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
495
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
496
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
497
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
498
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
499
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
500
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
501
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "appointments";[0m
|
502
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
503
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
504
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
505
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
506
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
507
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
508
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
509
|
+
[1m[36m (0.3ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
510
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
511
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
512
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
513
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
514
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
515
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:49:55 +0800
|
516
|
+
Processing by AppointmentsController#index as HTML
|
517
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
528
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
529
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
530
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
531
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
532
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
533
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
534
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
535
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
536
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
537
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
538
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
539
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
540
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
541
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:54:00 +0800
|
542
|
+
Processing by AppointmentsController#index as HTML
|
543
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
554
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
555
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
556
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
557
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
558
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
559
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
560
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
561
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
562
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
563
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
564
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "appointments";[0m
|
565
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
566
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
567
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:56:05 +0800
|
568
|
+
Processing by AppointmentsController#index as HTML
|
569
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
580
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
582
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
583
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
584
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
585
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
586
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
587
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
588
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
589
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
590
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
591
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
592
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
593
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:56:38 +0800
|
594
|
+
Processing by AppointmentsController#index as HTML
|
595
|
+
[1m[35mAppointment Load (0.6ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
606
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
607
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
608
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
609
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
610
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
611
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
612
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
613
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
614
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
615
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
616
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
617
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
618
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
619
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:56:54 +0800
|
620
|
+
Processing by AppointmentsController#index as HTML
|
621
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
632
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
633
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
634
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
635
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
636
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
637
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
638
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
639
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
640
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
641
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
642
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:57:19 +0800
|
643
|
+
Processing by AppointmentsController#index as HTML
|
644
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "appointments";[0m
|
655
|
+
SQLite3::ReadOnlyException: attempt to write a readonly database: DELETE FROM "appointments";
|
656
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
657
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
658
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
659
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
660
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
661
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
662
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
663
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
664
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
665
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
666
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
667
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
668
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
669
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
670
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:58:48 +0800
|
671
|
+
Processing by AppointmentsController#index as HTML
|
672
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
683
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
684
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
685
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
686
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
687
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
688
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
689
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
690
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
691
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
692
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
693
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
694
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
695
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
696
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 14:59:42 +0800
|
697
|
+
Processing by AppointmentsController#index as HTML
|
698
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
709
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
710
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
711
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
712
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
713
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
714
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
715
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
716
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
717
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
718
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
719
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
720
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
721
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
722
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:00:17 +0800
|
723
|
+
Processing by AppointmentsController#index as HTML
|
724
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
735
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
736
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
737
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
738
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
739
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
740
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
741
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
742
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
743
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
744
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
745
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
746
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
747
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
748
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:02:22 +0800
|
749
|
+
Processing by AppointmentsController#index as HTML
|
750
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
761
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
762
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
763
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
764
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
765
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
766
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
767
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
768
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
769
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
770
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
771
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
772
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
773
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
774
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:05:31 +0800
|
775
|
+
Processing by AppointmentsController#index as HTML
|
776
|
+
[1m[35mAppointment Load (0.6ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
787
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
788
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
789
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
790
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
791
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
792
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
793
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
794
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
795
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
796
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
797
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
798
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
799
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
800
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:06:58 +0800
|
801
|
+
Processing by AppointmentsController#index as HTML
|
802
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
813
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
814
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
815
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
816
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
817
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
818
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
819
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
820
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
821
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
822
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
823
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
824
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
825
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
826
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:08:01 +0800
|
827
|
+
Processing by AppointmentsController#index as HTML
|
828
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "appointments";[0m
|
839
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
840
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
841
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
842
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
843
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
844
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
845
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
846
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
847
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
848
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
849
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "appointments";[0m
|
850
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
851
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
852
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:08:57 +0800
|
853
|
+
Processing by AppointmentsController#index as HTML
|
854
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
865
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
866
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
867
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
868
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
869
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
870
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
871
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
872
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
873
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
874
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
875
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
876
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
877
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
878
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:10:40 +0800
|
879
|
+
Processing by AppointmentsController#index as HTML
|
880
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
891
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
892
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
893
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
894
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
895
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
896
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
897
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
898
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
899
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
900
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
901
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
902
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
903
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
904
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:13:05 +0800
|
905
|
+
Processing by AppointmentsController#index as HTML
|
906
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
920
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "1980-12-21 00:00:00.000000"]]
|
921
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
930
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
931
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
932
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
933
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
934
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
935
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
936
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
937
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
938
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
939
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
940
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
941
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
942
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
943
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:16:59 +0800
|
944
|
+
Processing by AppointmentsController#index as HTML
|
945
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (4.0ms)[0m [1mDELETE FROM "appointments";[0m
|
960
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
961
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
962
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
963
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
964
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
965
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
966
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
967
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
968
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
969
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
970
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
971
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
972
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
973
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:17:40 +0800
|
974
|
+
Processing by AppointmentsController#index as HTML
|
975
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
989
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "1980-12-03 00:00:00.000000"]]
|
990
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
999
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1000
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1001
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1002
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1003
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1004
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1005
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1006
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1007
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1008
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1009
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
1010
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1011
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1012
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:18:02 +0800
|
1013
|
+
Processing by AppointmentsController#index as HTML
|
1014
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1028
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "1980-12-03 00:00:00.000000"]]
|
1029
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1038
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1039
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1040
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1041
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1042
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1043
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1044
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1045
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1046
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1047
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1048
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1049
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1050
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1051
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:18:35 +0800
|
1052
|
+
Processing by AppointmentsController#index as HTML
|
1053
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1067
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1068
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1077
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1078
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1079
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1080
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1081
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1082
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1083
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1084
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1085
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1086
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1087
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1088
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1089
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1090
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1091
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1092
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1093
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1094
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1095
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
1096
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1097
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1098
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:20:30 +0800
|
1099
|
+
Processing by AppointmentsController#index as HTML
|
1100
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1114
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1115
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "appointments";[0m
|
1124
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1125
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1126
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1127
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1128
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1129
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1130
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1131
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1132
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1133
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1134
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1135
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1136
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1137
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:21:18 +0800
|
1138
|
+
Processing by AppointmentsController#index as HTML
|
1139
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1153
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1154
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
1163
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1164
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1165
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1166
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1167
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1168
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1169
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1170
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1171
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1172
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1173
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1174
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1175
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1176
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:21:31 +0800
|
1177
|
+
Processing by AppointmentsController#index as HTML
|
1178
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1192
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1193
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "appointments";[0m
|
1202
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1203
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1204
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1205
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1206
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1207
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1208
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1209
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1210
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1211
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1212
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1213
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1214
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1215
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:30:35 +0800
|
1216
|
+
Processing by AppointmentsController#index as HTML
|
1217
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1231
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1232
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1241
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1242
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1243
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1244
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1245
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1246
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1247
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1248
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1249
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1250
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1251
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1252
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1253
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1254
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:31:19 +0800
|
1255
|
+
Processing by AppointmentsController#index as HTML
|
1256
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1270
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1271
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "appointments";[0m
|
1280
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1281
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1282
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1283
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1284
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1285
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1286
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1287
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1288
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1289
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1290
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "appointments";[0m
|
1291
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1292
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1293
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:32:26 +0800
|
1294
|
+
Processing by AppointmentsController#index as HTML
|
1295
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1309
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1310
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1319
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1320
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1321
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1322
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1323
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1324
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1325
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1326
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1327
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1328
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1329
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1330
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1331
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1332
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:34:24 +0800
|
1333
|
+
Processing by AppointmentsController#index as HTML
|
1334
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1348
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1349
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
1358
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1359
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1360
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1361
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1362
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1363
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1364
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1365
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1366
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1367
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1368
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1369
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1370
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1371
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:34:45 +0800
|
1372
|
+
Processing by AppointmentsController#index as HTML
|
1373
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1387
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1388
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1397
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1398
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1399
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1400
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1401
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1402
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1403
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1404
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1405
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1406
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1407
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "appointments";[0m
|
1408
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1409
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1410
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:35:18 +0800
|
1411
|
+
Processing by AppointmentsController#index as HTML
|
1412
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1426
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1427
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1436
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1437
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1438
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1439
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1440
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1441
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1442
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1443
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1444
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1445
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1446
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "appointments";[0m
|
1447
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1448
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1449
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:47:52 +0800
|
1450
|
+
Processing by AppointmentsController#index as HTML
|
1451
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1465
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1466
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1475
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1476
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1477
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1478
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1479
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1480
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1481
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1482
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1483
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1484
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1485
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "appointments";[0m
|
1486
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1487
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1488
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:48:20 +0800
|
1489
|
+
Processing by AppointmentsController#index as HTML
|
1490
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1504
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1505
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1514
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1515
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1516
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1517
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1518
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1519
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1520
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1521
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1522
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1523
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1524
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1525
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1526
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1527
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:49:24 +0800
|
1528
|
+
Processing by AppointmentsController#index as HTML
|
1529
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1543
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1544
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1553
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1554
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1555
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1556
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1557
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1558
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1559
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1560
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1561
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1562
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1563
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "appointments";[0m
|
1564
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1565
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1566
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:49:40 +0800
|
1567
|
+
Processing by AppointmentsController#index as HTML
|
1568
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1582
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1583
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1592
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1593
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1594
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1595
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1596
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1597
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1598
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1599
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1600
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1601
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1602
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1603
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1604
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1605
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:50:01 +0800
|
1606
|
+
Processing by AppointmentsController#index as HTML
|
1607
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1621
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1622
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1631
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1632
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1633
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1634
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1635
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1636
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1637
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1638
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1639
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1640
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1641
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1642
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1643
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1644
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:50:16 +0800
|
1645
|
+
Processing by AppointmentsController#index as HTML
|
1646
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1660
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1661
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
1670
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1671
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1672
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1673
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1674
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1675
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1676
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1677
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1678
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1679
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1680
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "appointments";[0m
|
1681
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1682
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1683
|
+
Started GET "/" for 127.0.0.1 at 2015-02-24 15:53:57 +0800
|
1684
|
+
Processing by AppointmentsController#index as HTML
|
1685
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1699
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1700
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1709
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1710
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1711
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1712
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1713
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1714
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1715
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1716
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1717
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1718
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1719
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1720
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1721
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1722
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 13:08:30 +0800
|
1723
|
+
Processing by AppointmentsController#index as HTML
|
1724
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1738
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1739
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1748
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1749
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1750
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1751
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1752
|
+
[1m[35m (1.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1753
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1754
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1755
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1756
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1757
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1758
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1759
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1760
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1761
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 13:52:42 +0800
|
1762
|
+
Processing by AppointmentsController#index as HTML
|
1763
|
+
[1m[35mAppointment Load (0.2ms)[0m SELECT "appointments".* FROM "appointments"
|
1764
|
+
Rendered appointments/index.html.slim within layouts/application (18.9ms)
|
1765
|
+
Completed 500 Internal Server Error in 1187ms
|
1766
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1767
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1768
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1769
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1770
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1771
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1772
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1773
|
+
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1774
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1775
|
+
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1776
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1777
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1778
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1779
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1780
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 14:28:41 +0800
|
1781
|
+
Processing by AppointmentsController#index as HTML
|
1782
|
+
[1m[35mAppointment Load (0.3ms)[0m SELECT "appointments".* FROM "appointments"
|
1783
|
+
Rendered appointments/index.html.slim within layouts/application (16.3ms)
|
1784
|
+
Completed 500 Internal Server Error in 1233ms
|
1785
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
1786
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1787
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1788
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1789
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1790
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1791
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1792
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1793
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1794
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1795
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1796
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1797
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1798
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1799
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 14:30:03 +0800
|
1800
|
+
Processing by AppointmentsController#index as HTML
|
1801
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1811
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1812
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1813
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1814
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1815
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1816
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1817
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1818
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1819
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1820
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1821
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "appointments";[0m
|
1822
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1823
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1824
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 14:32:19 +0800
|
1825
|
+
Processing by AppointmentsController#index as HTML
|
1826
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "appointments";[0m
|
1836
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1837
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1838
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1839
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1840
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1841
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1842
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1843
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1844
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1845
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1846
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1847
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1848
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1849
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 14:32:51 +0800
|
1850
|
+
Processing by AppointmentsController#index as HTML
|
1851
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "appointments";[0m
|
1861
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1862
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1863
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1864
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1865
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1866
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1867
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1868
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1869
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1870
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1871
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "appointments";[0m
|
1872
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1873
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1874
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 14:34:11 +0800
|
1875
|
+
Processing by AppointmentsController#index as HTML
|
1876
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "appointments";[0m
|
1886
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1887
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1888
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1889
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1890
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1891
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1892
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1893
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1894
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1895
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1896
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "appointments";[0m
|
1897
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1898
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1899
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 14:37:30 +0800
|
1900
|
+
Processing by AppointmentsController#index as HTML
|
1901
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "appointments";[0m
|
1911
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1912
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1913
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1914
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1915
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1916
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1917
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1918
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1919
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1920
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1921
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "appointments";[0m
|
1922
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1923
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1924
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 14:45:21 +0800
|
1925
|
+
Processing by AppointmentsController#index as HTML
|
1926
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1940
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1941
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
1950
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1951
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1952
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1953
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1954
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1955
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1956
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1957
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1958
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1959
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1960
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "appointments";[0m
|
1961
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1962
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1963
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 17:07:50 +0800
|
1964
|
+
Processing by AppointmentsController#index as HTML
|
1965
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1979
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
1980
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "appointments";[0m
|
1989
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
1990
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
1991
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1992
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
1993
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1994
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1995
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1996
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1997
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
1998
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1999
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "appointments";[0m
|
2000
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2001
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2002
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 17:08:11 +0800
|
2003
|
+
Processing by AppointmentsController#index as HTML
|
2004
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2018
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" DEFAULT VALUES
|
2019
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "appointments";[0m
|
2028
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2029
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2030
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2031
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
2032
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
2033
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
2034
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
2035
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
2036
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
2037
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
2038
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "appointments";[0m
|
2039
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2040
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2041
|
+
Started GET "/" for 127.0.0.1 at 2015-02-26 17:15:20 +0800
|
2042
|
+
Processing by AppointmentsController#index as HTML
|
2043
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2057
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
2058
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
2067
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2068
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2069
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2070
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
2071
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
2072
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
2073
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
2074
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
2075
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
2076
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
2077
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "appointments";[0m
|
2078
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2079
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2080
|
+
Started GET "/" for 127.0.0.1 at 2015-02-27 23:31:54 +0800
|
2081
|
+
Processing by AppointmentsController#index as HTML
|
2082
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2096
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
2097
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
2106
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2107
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2108
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2109
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
2110
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
2111
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
2112
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
2113
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
2114
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
2115
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
2116
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "appointments";[0m
|
2117
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2118
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2119
|
+
Started GET "/" for 127.0.0.1 at 2015-02-27 23:33:59 +0800
|
2120
|
+
Processing by AppointmentsController#index as HTML
|
2121
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2135
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
2136
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
2145
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2146
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2147
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2148
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
2149
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
2150
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
2151
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
2152
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
2153
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
2154
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
2155
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "appointments";[0m
|
2156
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2157
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2158
|
+
Started GET "/" for 127.0.0.1 at 2015-02-27 23:34:22 +0800
|
2159
|
+
Processing by AppointmentsController#index as HTML
|
2160
|
+
[1m[35mAppointment Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2174
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
2175
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
2184
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2185
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2186
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2187
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
2188
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
2189
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
2190
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
2191
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
2192
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
2193
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
2194
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
2195
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2196
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2197
|
+
Started GET "/" for 127.0.0.1 at 2015-02-27 23:51:50 +0800
|
2198
|
+
Processing by AppointmentsController#index as HTML
|
2199
|
+
[1m[35mAppointment Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2213
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
2214
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
2223
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2224
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2225
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2226
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scheduled_at" datetime) [0m
|
2227
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
2228
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
2229
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
2230
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
2231
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150224051923')
|
2232
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
2233
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "appointments";[0m
|
2234
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2235
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|
2236
|
+
Started GET "/" for 127.0.0.1 at 2015-02-28 00:46:17 +0800
|
2237
|
+
Processing by AppointmentsController#index as HTML
|
2238
|
+
[1m[35mAppointment Load (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2252
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "appointments" ("scheduled_at") VALUES (?) [["scheduled_at", "2046-01-01 00:00:00.000000"]]
|
2253
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mAppointment Load (0.1ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "appointments";[0m
|
2262
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
2263
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'appointments';[0m
|