r18n-rails 0.4.8 → 0.4.9
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.
- data/README.rdoc +4 -0
- data/lib/r18n-rails/translated.rb +32 -0
- data/lib/r18n-rails.rb +1 -0
- data/spec/app/log/test.log +3166 -0
- data/spec/rails_spec.rb +5 -0
- metadata +39 -38
data/spec/app/log/test.log
CHANGED
@@ -8034,3 +8034,3169 @@ Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
8034
8034
|
[0m
|
8035
8035
|
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8036
8036
|
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8037
|
+
|
8038
|
+
|
8039
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-09-23 20:10:50) [GET]
|
8040
|
+
Completed in 202ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8041
|
+
|
8042
|
+
|
8043
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-09-23 20:10:50) [GET]
|
8044
|
+
Parameters: {"locale"=>"ru"}
|
8045
|
+
Completed in 14ms (View: 1, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8046
|
+
|
8047
|
+
|
8048
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-09-23 20:10:50) [GET]
|
8049
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8050
|
+
|
8051
|
+
|
8052
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-09-23 20:10:50) [GET]
|
8053
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8054
|
+
|
8055
|
+
|
8056
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-09-23 20:10:51) [GET]
|
8057
|
+
Parameters: {"locale"=>"en"}
|
8058
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8059
|
+
|
8060
|
+
|
8061
|
+
Processing TestController#available (for 0.0.0.0 at 2010-09-23 20:10:51) [GET]
|
8062
|
+
Completed in 9ms (View: 1, DB: 0) | 200 OK [http://test.host/available]
|
8063
|
+
|
8064
|
+
|
8065
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-09-23 20:10:51) [GET]
|
8066
|
+
Parameters: {"locale"=>"en"}
|
8067
|
+
Rendering test/helpers
|
8068
|
+
Completed in 30ms (View: 16, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8069
|
+
|
8070
|
+
|
8071
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-09-23 20:10:51) [GET]
|
8072
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8073
|
+
|
8074
|
+
|
8075
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-09-23 20:10:51) [GET]
|
8076
|
+
Parameters: {"locale"=>"en"}
|
8077
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8078
|
+
|
8079
|
+
|
8080
|
+
Processing TestController#time (for 0.0.0.0 at 2010-09-23 20:10:51) [GET]
|
8081
|
+
Parameters: {"locale"=>"en"}
|
8082
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8083
|
+
|
8084
|
+
|
8085
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-09-23 20:10:51) [GET]
|
8086
|
+
Parameters: {"locale"=>"en"}
|
8087
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8088
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8089
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8090
|
+
FROM sqlite_master
|
8091
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8092
|
+
[0m
|
8093
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8094
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8095
|
+
FROM sqlite_master
|
8096
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8097
|
+
[0m
|
8098
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8099
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8100
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8101
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
8102
|
+
FROM sqlite_master
|
8103
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8104
|
+
[0m
|
8105
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8106
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8107
|
+
|
8108
|
+
|
8109
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8110
|
+
Completed in 226ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8111
|
+
|
8112
|
+
|
8113
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8114
|
+
Parameters: {"locale"=>"ru"}
|
8115
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8116
|
+
|
8117
|
+
|
8118
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8119
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8120
|
+
|
8121
|
+
|
8122
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8123
|
+
Completed in 13ms (View: 1, DB: 0) | 200 OK [http://test.host/locales]
|
8124
|
+
|
8125
|
+
|
8126
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8127
|
+
Parameters: {"locale"=>"en"}
|
8128
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8129
|
+
|
8130
|
+
|
8131
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8132
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8133
|
+
|
8134
|
+
|
8135
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8136
|
+
Parameters: {"locale"=>"en"}
|
8137
|
+
Rendering test/helpers
|
8138
|
+
Completed in 29ms (View: 17, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8139
|
+
|
8140
|
+
|
8141
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8142
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8143
|
+
|
8144
|
+
|
8145
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8146
|
+
Parameters: {"locale"=>"en"}
|
8147
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8148
|
+
|
8149
|
+
|
8150
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8151
|
+
Parameters: {"locale"=>"en"}
|
8152
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8153
|
+
|
8154
|
+
|
8155
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:04:42) [GET]
|
8156
|
+
Parameters: {"locale"=>"en"}
|
8157
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8158
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8159
|
+
[4;35;1mSQL (14.2ms)[0m [0m SELECT name
|
8160
|
+
FROM sqlite_master
|
8161
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8162
|
+
[0m
|
8163
|
+
[4;36;1mSQL (16.2ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8164
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
8165
|
+
FROM sqlite_master
|
8166
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8167
|
+
[0m
|
8168
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8169
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8170
|
+
[4;36;1mSQL (0.5ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8171
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
8172
|
+
FROM sqlite_master
|
8173
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8174
|
+
[0m
|
8175
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8176
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8177
|
+
|
8178
|
+
|
8179
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8180
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8181
|
+
|
8182
|
+
|
8183
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8184
|
+
Parameters: {"locale"=>"ru"}
|
8185
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8186
|
+
|
8187
|
+
|
8188
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8189
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8190
|
+
|
8191
|
+
|
8192
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8193
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8194
|
+
|
8195
|
+
|
8196
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8197
|
+
Parameters: {"locale"=>"en"}
|
8198
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8199
|
+
|
8200
|
+
|
8201
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8202
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8203
|
+
|
8204
|
+
|
8205
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8206
|
+
Parameters: {"locale"=>"en"}
|
8207
|
+
Rendering test/helpers
|
8208
|
+
Completed in 16ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8209
|
+
|
8210
|
+
|
8211
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8212
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8213
|
+
|
8214
|
+
|
8215
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8216
|
+
Parameters: {"locale"=>"en"}
|
8217
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8218
|
+
|
8219
|
+
|
8220
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8221
|
+
Parameters: {"locale"=>"en"}
|
8222
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8223
|
+
|
8224
|
+
|
8225
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:05:41) [GET]
|
8226
|
+
Parameters: {"locale"=>"en"}
|
8227
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8228
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8229
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8230
|
+
FROM sqlite_master
|
8231
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8232
|
+
[0m
|
8233
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8234
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8235
|
+
FROM sqlite_master
|
8236
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8237
|
+
[0m
|
8238
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8239
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8240
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8241
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
8242
|
+
FROM sqlite_master
|
8243
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8244
|
+
[0m
|
8245
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8246
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8247
|
+
|
8248
|
+
|
8249
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8250
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8251
|
+
|
8252
|
+
|
8253
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8254
|
+
Parameters: {"locale"=>"ru"}
|
8255
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8256
|
+
|
8257
|
+
|
8258
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8259
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8260
|
+
|
8261
|
+
|
8262
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8263
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8264
|
+
|
8265
|
+
|
8266
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8267
|
+
Parameters: {"locale"=>"en"}
|
8268
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8269
|
+
|
8270
|
+
|
8271
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8272
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8273
|
+
|
8274
|
+
|
8275
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8276
|
+
Parameters: {"locale"=>"en"}
|
8277
|
+
Rendering test/helpers
|
8278
|
+
Completed in 14ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8279
|
+
|
8280
|
+
|
8281
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:08:49) [GET]
|
8282
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8283
|
+
|
8284
|
+
|
8285
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:08:50) [GET]
|
8286
|
+
Parameters: {"locale"=>"en"}
|
8287
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8288
|
+
|
8289
|
+
|
8290
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:08:50) [GET]
|
8291
|
+
Parameters: {"locale"=>"en"}
|
8292
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8293
|
+
|
8294
|
+
|
8295
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:08:50) [GET]
|
8296
|
+
Parameters: {"locale"=>"en"}
|
8297
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8298
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8299
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8300
|
+
FROM sqlite_master
|
8301
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8302
|
+
[0m
|
8303
|
+
[4;36;1mSQL (0.6ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8304
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8305
|
+
FROM sqlite_master
|
8306
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8307
|
+
[0m
|
8308
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8309
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8310
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8311
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8312
|
+
FROM sqlite_master
|
8313
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8314
|
+
[0m
|
8315
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8316
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8317
|
+
|
8318
|
+
|
8319
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8320
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8321
|
+
|
8322
|
+
|
8323
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8324
|
+
Parameters: {"locale"=>"ru"}
|
8325
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8326
|
+
|
8327
|
+
|
8328
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8329
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8330
|
+
|
8331
|
+
|
8332
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8333
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8334
|
+
|
8335
|
+
|
8336
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8337
|
+
Parameters: {"locale"=>"en"}
|
8338
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8339
|
+
|
8340
|
+
|
8341
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8342
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8343
|
+
|
8344
|
+
|
8345
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8346
|
+
Parameters: {"locale"=>"en"}
|
8347
|
+
Rendering test/helpers
|
8348
|
+
Completed in 16ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8349
|
+
|
8350
|
+
|
8351
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8352
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8353
|
+
|
8354
|
+
|
8355
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8356
|
+
Parameters: {"locale"=>"en"}
|
8357
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8358
|
+
|
8359
|
+
|
8360
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8361
|
+
Parameters: {"locale"=>"en"}
|
8362
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8363
|
+
|
8364
|
+
|
8365
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:09:17) [GET]
|
8366
|
+
Parameters: {"locale"=>"en"}
|
8367
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8368
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8369
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8370
|
+
FROM sqlite_master
|
8371
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8372
|
+
[0m
|
8373
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8374
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8375
|
+
FROM sqlite_master
|
8376
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8377
|
+
[0m
|
8378
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8379
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8380
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8381
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
8382
|
+
FROM sqlite_master
|
8383
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8384
|
+
[0m
|
8385
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8386
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8387
|
+
|
8388
|
+
|
8389
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8390
|
+
Completed in 26ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8391
|
+
|
8392
|
+
|
8393
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8394
|
+
Parameters: {"locale"=>"ru"}
|
8395
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8396
|
+
|
8397
|
+
|
8398
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8399
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8400
|
+
|
8401
|
+
|
8402
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8403
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8404
|
+
|
8405
|
+
|
8406
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8407
|
+
Parameters: {"locale"=>"en"}
|
8408
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8409
|
+
|
8410
|
+
|
8411
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8412
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8413
|
+
|
8414
|
+
|
8415
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8416
|
+
Parameters: {"locale"=>"en"}
|
8417
|
+
Rendering test/helpers
|
8418
|
+
Completed in 15ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8419
|
+
|
8420
|
+
|
8421
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8422
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8423
|
+
|
8424
|
+
|
8425
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8426
|
+
Parameters: {"locale"=>"en"}
|
8427
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8428
|
+
|
8429
|
+
|
8430
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8431
|
+
Parameters: {"locale"=>"en"}
|
8432
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8433
|
+
|
8434
|
+
|
8435
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:09:25) [GET]
|
8436
|
+
Parameters: {"locale"=>"en"}
|
8437
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8438
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8439
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8440
|
+
FROM sqlite_master
|
8441
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8442
|
+
[0m
|
8443
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8444
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8445
|
+
FROM sqlite_master
|
8446
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8447
|
+
[0m
|
8448
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8449
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8450
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8451
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8452
|
+
FROM sqlite_master
|
8453
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8454
|
+
[0m
|
8455
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8456
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8457
|
+
|
8458
|
+
|
8459
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8460
|
+
Completed in 27ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8461
|
+
|
8462
|
+
|
8463
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8464
|
+
Parameters: {"locale"=>"ru"}
|
8465
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8466
|
+
|
8467
|
+
|
8468
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8469
|
+
Completed in 15ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8470
|
+
|
8471
|
+
|
8472
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8473
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8474
|
+
|
8475
|
+
|
8476
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8477
|
+
Parameters: {"locale"=>"en"}
|
8478
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8479
|
+
|
8480
|
+
|
8481
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8482
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8483
|
+
|
8484
|
+
|
8485
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8486
|
+
Parameters: {"locale"=>"en"}
|
8487
|
+
Rendering test/helpers
|
8488
|
+
Completed in 16ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8489
|
+
|
8490
|
+
|
8491
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8492
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8493
|
+
|
8494
|
+
|
8495
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8496
|
+
Parameters: {"locale"=>"en"}
|
8497
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8498
|
+
|
8499
|
+
|
8500
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8501
|
+
Parameters: {"locale"=>"en"}
|
8502
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8503
|
+
|
8504
|
+
|
8505
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:09:35) [GET]
|
8506
|
+
Parameters: {"locale"=>"en"}
|
8507
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8508
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8509
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
8510
|
+
FROM sqlite_master
|
8511
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8512
|
+
[0m
|
8513
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8514
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8515
|
+
FROM sqlite_master
|
8516
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8517
|
+
[0m
|
8518
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8519
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8520
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8521
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
8522
|
+
FROM sqlite_master
|
8523
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8524
|
+
[0m
|
8525
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8526
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8527
|
+
|
8528
|
+
|
8529
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:11:44) [GET]
|
8530
|
+
Completed in 264ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8531
|
+
|
8532
|
+
|
8533
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8534
|
+
Parameters: {"locale"=>"ru"}
|
8535
|
+
Completed in 15ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8536
|
+
|
8537
|
+
|
8538
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8539
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8540
|
+
|
8541
|
+
|
8542
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8543
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8544
|
+
|
8545
|
+
|
8546
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8547
|
+
Parameters: {"locale"=>"en"}
|
8548
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8549
|
+
|
8550
|
+
|
8551
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8552
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8553
|
+
|
8554
|
+
|
8555
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8556
|
+
Parameters: {"locale"=>"en"}
|
8557
|
+
Rendering test/helpers
|
8558
|
+
Completed in 25ms (View: 13, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8559
|
+
|
8560
|
+
|
8561
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8562
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8563
|
+
|
8564
|
+
|
8565
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8566
|
+
Parameters: {"locale"=>"en"}
|
8567
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8568
|
+
|
8569
|
+
|
8570
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8571
|
+
Parameters: {"locale"=>"en"}
|
8572
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8573
|
+
|
8574
|
+
|
8575
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:11:45) [GET]
|
8576
|
+
Parameters: {"locale"=>"en"}
|
8577
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8578
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8579
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
8580
|
+
FROM sqlite_master
|
8581
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8582
|
+
[0m
|
8583
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8584
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8585
|
+
FROM sqlite_master
|
8586
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8587
|
+
[0m
|
8588
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8589
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8590
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8591
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8592
|
+
FROM sqlite_master
|
8593
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8594
|
+
[0m
|
8595
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8596
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8597
|
+
|
8598
|
+
|
8599
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8600
|
+
Completed in 30ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8601
|
+
|
8602
|
+
|
8603
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8604
|
+
Parameters: {"locale"=>"ru"}
|
8605
|
+
Completed in 13ms (View: 1, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8606
|
+
|
8607
|
+
|
8608
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8609
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8610
|
+
|
8611
|
+
|
8612
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8613
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8614
|
+
|
8615
|
+
|
8616
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8617
|
+
Parameters: {"locale"=>"en"}
|
8618
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8619
|
+
|
8620
|
+
|
8621
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8622
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8623
|
+
|
8624
|
+
|
8625
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8626
|
+
Parameters: {"locale"=>"en"}
|
8627
|
+
Rendering test/helpers
|
8628
|
+
Completed in 28ms (View: 8, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8629
|
+
|
8630
|
+
|
8631
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8632
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8633
|
+
|
8634
|
+
|
8635
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8636
|
+
Parameters: {"locale"=>"en"}
|
8637
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8638
|
+
|
8639
|
+
|
8640
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8641
|
+
Parameters: {"locale"=>"en"}
|
8642
|
+
Completed in 16ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8643
|
+
|
8644
|
+
|
8645
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:21:54) [GET]
|
8646
|
+
Parameters: {"locale"=>"en"}
|
8647
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8648
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8649
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
8650
|
+
FROM sqlite_master
|
8651
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8652
|
+
[0m
|
8653
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8654
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8655
|
+
FROM sqlite_master
|
8656
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8657
|
+
[0m
|
8658
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8659
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8660
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8661
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8662
|
+
FROM sqlite_master
|
8663
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8664
|
+
[0m
|
8665
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8666
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8667
|
+
|
8668
|
+
|
8669
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:37:57) [GET]
|
8670
|
+
Completed in 207ms (View: 1, DB: 0) | 200 OK [http://test.host/locales]
|
8671
|
+
|
8672
|
+
|
8673
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:37:57) [GET]
|
8674
|
+
Parameters: {"locale"=>"ru"}
|
8675
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8676
|
+
|
8677
|
+
|
8678
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:37:57) [GET]
|
8679
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8680
|
+
|
8681
|
+
|
8682
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:37:57) [GET]
|
8683
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8684
|
+
|
8685
|
+
|
8686
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:37:57) [GET]
|
8687
|
+
Parameters: {"locale"=>"en"}
|
8688
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8689
|
+
|
8690
|
+
|
8691
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:37:57) [GET]
|
8692
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8693
|
+
|
8694
|
+
|
8695
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:37:57) [GET]
|
8696
|
+
Parameters: {"locale"=>"en"}
|
8697
|
+
Rendering test/helpers
|
8698
|
+
Completed in 26ms (View: 14, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8699
|
+
|
8700
|
+
|
8701
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:37:58) [GET]
|
8702
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8703
|
+
|
8704
|
+
|
8705
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:37:58) [GET]
|
8706
|
+
Parameters: {"locale"=>"en"}
|
8707
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8708
|
+
|
8709
|
+
|
8710
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:37:58) [GET]
|
8711
|
+
Parameters: {"locale"=>"en"}
|
8712
|
+
Completed in 14ms (View: 1, DB: 0) | 200 OK [http://test.host/en/time]
|
8713
|
+
|
8714
|
+
|
8715
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:37:58) [GET]
|
8716
|
+
Parameters: {"locale"=>"en"}
|
8717
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8718
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8719
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8720
|
+
FROM sqlite_master
|
8721
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8722
|
+
[0m
|
8723
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8724
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8725
|
+
FROM sqlite_master
|
8726
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8727
|
+
[0m
|
8728
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8729
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8730
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8731
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8732
|
+
FROM sqlite_master
|
8733
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8734
|
+
[0m
|
8735
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8736
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8737
|
+
|
8738
|
+
|
8739
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8740
|
+
Completed in 312ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8741
|
+
|
8742
|
+
|
8743
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8744
|
+
Parameters: {"locale"=>"ru"}
|
8745
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8746
|
+
|
8747
|
+
|
8748
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8749
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8750
|
+
|
8751
|
+
|
8752
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8753
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8754
|
+
|
8755
|
+
|
8756
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8757
|
+
Parameters: {"locale"=>"en"}
|
8758
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8759
|
+
|
8760
|
+
|
8761
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8762
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8763
|
+
|
8764
|
+
|
8765
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8766
|
+
Parameters: {"locale"=>"en"}
|
8767
|
+
Rendering test/helpers
|
8768
|
+
Completed in 16ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8769
|
+
|
8770
|
+
|
8771
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8772
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8773
|
+
|
8774
|
+
|
8775
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8776
|
+
Parameters: {"locale"=>"en"}
|
8777
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8778
|
+
|
8779
|
+
|
8780
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8781
|
+
Parameters: {"locale"=>"en"}
|
8782
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8783
|
+
|
8784
|
+
|
8785
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:38:18) [GET]
|
8786
|
+
Parameters: {"locale"=>"en"}
|
8787
|
+
Completed in 13ms (View: 1, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8788
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8789
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8790
|
+
FROM sqlite_master
|
8791
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8792
|
+
[0m
|
8793
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8794
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8795
|
+
FROM sqlite_master
|
8796
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8797
|
+
[0m
|
8798
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8799
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8800
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8801
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8802
|
+
FROM sqlite_master
|
8803
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8804
|
+
[0m
|
8805
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8806
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8807
|
+
|
8808
|
+
|
8809
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8810
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8811
|
+
|
8812
|
+
|
8813
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8814
|
+
Parameters: {"locale"=>"ru"}
|
8815
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8816
|
+
|
8817
|
+
|
8818
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8819
|
+
Completed in 15ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8820
|
+
|
8821
|
+
|
8822
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8823
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8824
|
+
|
8825
|
+
|
8826
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8827
|
+
Parameters: {"locale"=>"en"}
|
8828
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8829
|
+
|
8830
|
+
|
8831
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8832
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8833
|
+
|
8834
|
+
|
8835
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8836
|
+
Parameters: {"locale"=>"en"}
|
8837
|
+
Rendering test/helpers
|
8838
|
+
Completed in 15ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8839
|
+
|
8840
|
+
|
8841
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8842
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8843
|
+
|
8844
|
+
|
8845
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8846
|
+
Parameters: {"locale"=>"en"}
|
8847
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8848
|
+
|
8849
|
+
|
8850
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8851
|
+
Parameters: {"locale"=>"en"}
|
8852
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8853
|
+
|
8854
|
+
|
8855
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:41:05) [GET]
|
8856
|
+
Parameters: {"locale"=>"en"}
|
8857
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8858
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8859
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
8860
|
+
FROM sqlite_master
|
8861
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8862
|
+
[0m
|
8863
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8864
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8865
|
+
FROM sqlite_master
|
8866
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8867
|
+
[0m
|
8868
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8869
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8870
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8871
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8872
|
+
FROM sqlite_master
|
8873
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8874
|
+
[0m
|
8875
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8876
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8877
|
+
|
8878
|
+
|
8879
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:45) [GET]
|
8880
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8881
|
+
|
8882
|
+
|
8883
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:45) [GET]
|
8884
|
+
Parameters: {"locale"=>"ru"}
|
8885
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8886
|
+
|
8887
|
+
|
8888
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:45) [GET]
|
8889
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8890
|
+
|
8891
|
+
|
8892
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:41:45) [GET]
|
8893
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8894
|
+
|
8895
|
+
|
8896
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:41:45) [GET]
|
8897
|
+
Parameters: {"locale"=>"en"}
|
8898
|
+
Completed in 12ms (View: 1, DB: 0) | 200 OK [http://test.host/en/translations]
|
8899
|
+
|
8900
|
+
|
8901
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:41:45) [GET]
|
8902
|
+
Completed in 11ms (View: 1, DB: 0) | 200 OK [http://test.host/available]
|
8903
|
+
|
8904
|
+
|
8905
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:41:46) [GET]
|
8906
|
+
Parameters: {"locale"=>"en"}
|
8907
|
+
Rendering test/helpers
|
8908
|
+
Completed in 15ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8909
|
+
|
8910
|
+
|
8911
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:41:46) [GET]
|
8912
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8913
|
+
|
8914
|
+
|
8915
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:41:46) [GET]
|
8916
|
+
Parameters: {"locale"=>"en"}
|
8917
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8918
|
+
|
8919
|
+
|
8920
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:41:46) [GET]
|
8921
|
+
Parameters: {"locale"=>"en"}
|
8922
|
+
Completed in 15ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8923
|
+
|
8924
|
+
|
8925
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:41:46) [GET]
|
8926
|
+
Parameters: {"locale"=>"en"}
|
8927
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8928
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8929
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
8930
|
+
FROM sqlite_master
|
8931
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8932
|
+
[0m
|
8933
|
+
[4;36;1mSQL (0.6ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
8934
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8935
|
+
FROM sqlite_master
|
8936
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8937
|
+
[0m
|
8938
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
8939
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
8940
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
8941
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
8942
|
+
FROM sqlite_master
|
8943
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
8944
|
+
[0m
|
8945
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
8946
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
8947
|
+
|
8948
|
+
|
8949
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8950
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8951
|
+
|
8952
|
+
|
8953
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8954
|
+
Parameters: {"locale"=>"ru"}
|
8955
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
8956
|
+
|
8957
|
+
|
8958
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8959
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8960
|
+
|
8961
|
+
|
8962
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8963
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
8964
|
+
|
8965
|
+
|
8966
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8967
|
+
Parameters: {"locale"=>"en"}
|
8968
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
8969
|
+
|
8970
|
+
|
8971
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8972
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
8973
|
+
|
8974
|
+
|
8975
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8976
|
+
Parameters: {"locale"=>"en"}
|
8977
|
+
Rendering test/helpers
|
8978
|
+
Completed in 15ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
8979
|
+
|
8980
|
+
|
8981
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8982
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
8983
|
+
|
8984
|
+
|
8985
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8986
|
+
Parameters: {"locale"=>"en"}
|
8987
|
+
Completed in 16ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
8988
|
+
|
8989
|
+
|
8990
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8991
|
+
Parameters: {"locale"=>"en"}
|
8992
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
8993
|
+
|
8994
|
+
|
8995
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:42:06) [GET]
|
8996
|
+
Parameters: {"locale"=>"en"}
|
8997
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
8998
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
8999
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9000
|
+
FROM sqlite_master
|
9001
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9002
|
+
[0m
|
9003
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9004
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9005
|
+
FROM sqlite_master
|
9006
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9007
|
+
[0m
|
9008
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9009
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9010
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9011
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9012
|
+
FROM sqlite_master
|
9013
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9014
|
+
[0m
|
9015
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9016
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9017
|
+
|
9018
|
+
|
9019
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9020
|
+
Completed in 24ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9021
|
+
|
9022
|
+
|
9023
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9024
|
+
Parameters: {"locale"=>"ru"}
|
9025
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9026
|
+
|
9027
|
+
|
9028
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9029
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9030
|
+
|
9031
|
+
|
9032
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9033
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9034
|
+
|
9035
|
+
|
9036
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9037
|
+
Parameters: {"locale"=>"en"}
|
9038
|
+
Completed in 16ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9039
|
+
|
9040
|
+
|
9041
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9042
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9043
|
+
|
9044
|
+
|
9045
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9046
|
+
Parameters: {"locale"=>"en"}
|
9047
|
+
Rendering test/helpers
|
9048
|
+
Completed in 15ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9049
|
+
|
9050
|
+
|
9051
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9052
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9053
|
+
|
9054
|
+
|
9055
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9056
|
+
Parameters: {"locale"=>"en"}
|
9057
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9058
|
+
|
9059
|
+
|
9060
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9061
|
+
Parameters: {"locale"=>"en"}
|
9062
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9063
|
+
|
9064
|
+
|
9065
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:42:17) [GET]
|
9066
|
+
Parameters: {"locale"=>"en"}
|
9067
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9068
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9069
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9070
|
+
FROM sqlite_master
|
9071
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9072
|
+
[0m
|
9073
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9074
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9075
|
+
FROM sqlite_master
|
9076
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9077
|
+
[0m
|
9078
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9079
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9080
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9081
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9082
|
+
FROM sqlite_master
|
9083
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9084
|
+
[0m
|
9085
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9086
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9087
|
+
|
9088
|
+
|
9089
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9090
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9091
|
+
|
9092
|
+
|
9093
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9094
|
+
Parameters: {"locale"=>"ru"}
|
9095
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9096
|
+
|
9097
|
+
|
9098
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9099
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9100
|
+
|
9101
|
+
|
9102
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9103
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9104
|
+
|
9105
|
+
|
9106
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9107
|
+
Parameters: {"locale"=>"en"}
|
9108
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9109
|
+
|
9110
|
+
|
9111
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9112
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9113
|
+
|
9114
|
+
|
9115
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9116
|
+
Parameters: {"locale"=>"en"}
|
9117
|
+
Rendering test/helpers
|
9118
|
+
Completed in 19ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9119
|
+
|
9120
|
+
|
9121
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9122
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9123
|
+
|
9124
|
+
|
9125
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9126
|
+
Parameters: {"locale"=>"en"}
|
9127
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9128
|
+
|
9129
|
+
|
9130
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9131
|
+
Parameters: {"locale"=>"en"}
|
9132
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9133
|
+
|
9134
|
+
|
9135
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:43:31) [GET]
|
9136
|
+
Parameters: {"locale"=>"en"}
|
9137
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9138
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9139
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9140
|
+
FROM sqlite_master
|
9141
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9142
|
+
[0m
|
9143
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9144
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9145
|
+
FROM sqlite_master
|
9146
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9147
|
+
[0m
|
9148
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9149
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9150
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9151
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9152
|
+
FROM sqlite_master
|
9153
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9154
|
+
[0m
|
9155
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9156
|
+
[4;35;1mSQL (0.3ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9157
|
+
|
9158
|
+
|
9159
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9160
|
+
Completed in 76ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9161
|
+
|
9162
|
+
|
9163
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9164
|
+
Parameters: {"locale"=>"ru"}
|
9165
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9166
|
+
|
9167
|
+
|
9168
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9169
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9170
|
+
|
9171
|
+
|
9172
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9173
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9174
|
+
|
9175
|
+
|
9176
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9177
|
+
Parameters: {"locale"=>"en"}
|
9178
|
+
Completed in 8ms (View: 1, DB: 0) | 200 OK [http://test.host/en/translations]
|
9179
|
+
|
9180
|
+
|
9181
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9182
|
+
Completed in 6ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9183
|
+
|
9184
|
+
|
9185
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9186
|
+
Parameters: {"locale"=>"en"}
|
9187
|
+
Rendering test/helpers
|
9188
|
+
Completed in 58ms (View: 50, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9189
|
+
|
9190
|
+
|
9191
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9192
|
+
Completed in 7ms (View: 1, DB: 0) | 200 OK [http://test.host/untranslated]
|
9193
|
+
|
9194
|
+
|
9195
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9196
|
+
Parameters: {"locale"=>"en"}
|
9197
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9198
|
+
|
9199
|
+
|
9200
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9201
|
+
Parameters: {"locale"=>"en"}
|
9202
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9203
|
+
|
9204
|
+
|
9205
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:44:00) [GET]
|
9206
|
+
Parameters: {"locale"=>"en"}
|
9207
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9208
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
9209
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9210
|
+
FROM sqlite_master
|
9211
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9212
|
+
[0m
|
9213
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9214
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
9215
|
+
FROM sqlite_master
|
9216
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9217
|
+
[0m
|
9218
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9219
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9220
|
+
[4;36;1mSQL (0.4ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9221
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
9222
|
+
FROM sqlite_master
|
9223
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9224
|
+
[0m
|
9225
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9226
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9227
|
+
|
9228
|
+
|
9229
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9230
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9231
|
+
|
9232
|
+
|
9233
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9234
|
+
Parameters: {"locale"=>"ru"}
|
9235
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9236
|
+
|
9237
|
+
|
9238
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9239
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9240
|
+
|
9241
|
+
|
9242
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9243
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9244
|
+
|
9245
|
+
|
9246
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9247
|
+
Parameters: {"locale"=>"en"}
|
9248
|
+
Completed in 13ms (View: 1, DB: 0) | 200 OK [http://test.host/en/translations]
|
9249
|
+
|
9250
|
+
|
9251
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9252
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9253
|
+
|
9254
|
+
|
9255
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9256
|
+
Parameters: {"locale"=>"en"}
|
9257
|
+
Rendering test/helpers
|
9258
|
+
Completed in 29ms (View: 17, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9259
|
+
|
9260
|
+
|
9261
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9262
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9263
|
+
|
9264
|
+
|
9265
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9266
|
+
Parameters: {"locale"=>"en"}
|
9267
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9268
|
+
|
9269
|
+
|
9270
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9271
|
+
Parameters: {"locale"=>"en"}
|
9272
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9273
|
+
|
9274
|
+
|
9275
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:52:58) [GET]
|
9276
|
+
Parameters: {"locale"=>"en"}
|
9277
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9278
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9279
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9280
|
+
FROM sqlite_master
|
9281
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9282
|
+
[0m
|
9283
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9284
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9285
|
+
FROM sqlite_master
|
9286
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9287
|
+
[0m
|
9288
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9289
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9290
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9291
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9292
|
+
FROM sqlite_master
|
9293
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9294
|
+
[0m
|
9295
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9296
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9297
|
+
|
9298
|
+
|
9299
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9300
|
+
Completed in 76ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9301
|
+
|
9302
|
+
|
9303
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9304
|
+
Parameters: {"locale"=>"ru"}
|
9305
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9306
|
+
|
9307
|
+
|
9308
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9309
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9310
|
+
|
9311
|
+
|
9312
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9313
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9314
|
+
|
9315
|
+
|
9316
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9317
|
+
Parameters: {"locale"=>"en"}
|
9318
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9319
|
+
|
9320
|
+
|
9321
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9322
|
+
Completed in 6ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9323
|
+
|
9324
|
+
|
9325
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9326
|
+
Parameters: {"locale"=>"en"}
|
9327
|
+
Rendering test/helpers
|
9328
|
+
Completed in 54ms (View: 45, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9329
|
+
|
9330
|
+
|
9331
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9332
|
+
Completed in 6ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9333
|
+
|
9334
|
+
|
9335
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9336
|
+
Parameters: {"locale"=>"en"}
|
9337
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9338
|
+
|
9339
|
+
|
9340
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9341
|
+
Parameters: {"locale"=>"en"}
|
9342
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9343
|
+
|
9344
|
+
|
9345
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:53:20) [GET]
|
9346
|
+
Parameters: {"locale"=>"en"}
|
9347
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9348
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9349
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9350
|
+
FROM sqlite_master
|
9351
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9352
|
+
[0m
|
9353
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9354
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9355
|
+
FROM sqlite_master
|
9356
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9357
|
+
[0m
|
9358
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9359
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9360
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9361
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
9362
|
+
FROM sqlite_master
|
9363
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9364
|
+
[0m
|
9365
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9366
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9367
|
+
|
9368
|
+
|
9369
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9370
|
+
Completed in 30ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9371
|
+
|
9372
|
+
|
9373
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9374
|
+
Parameters: {"locale"=>"ru"}
|
9375
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9376
|
+
|
9377
|
+
|
9378
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9379
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9380
|
+
|
9381
|
+
|
9382
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9383
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9384
|
+
|
9385
|
+
|
9386
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9387
|
+
Parameters: {"locale"=>"en"}
|
9388
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9389
|
+
|
9390
|
+
|
9391
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9392
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9393
|
+
|
9394
|
+
|
9395
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9396
|
+
Parameters: {"locale"=>"en"}
|
9397
|
+
Rendering test/helpers
|
9398
|
+
Completed in 21ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9399
|
+
|
9400
|
+
|
9401
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9402
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9403
|
+
|
9404
|
+
|
9405
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9406
|
+
Parameters: {"locale"=>"en"}
|
9407
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9408
|
+
|
9409
|
+
|
9410
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9411
|
+
Parameters: {"locale"=>"en"}
|
9412
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9413
|
+
|
9414
|
+
|
9415
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:57:13) [GET]
|
9416
|
+
Parameters: {"locale"=>"en"}
|
9417
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9418
|
+
[4;36;1mSQL (0.6ms)[0m [0;1mselect sqlite_version(*)[0m
|
9419
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9420
|
+
FROM sqlite_master
|
9421
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9422
|
+
[0m
|
9423
|
+
[4;36;1mSQL (0.6ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9424
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9425
|
+
FROM sqlite_master
|
9426
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9427
|
+
[0m
|
9428
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9429
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9430
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9431
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9432
|
+
FROM sqlite_master
|
9433
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9434
|
+
[0m
|
9435
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9436
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9437
|
+
|
9438
|
+
|
9439
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9440
|
+
Completed in 75ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9441
|
+
|
9442
|
+
|
9443
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9444
|
+
Parameters: {"locale"=>"ru"}
|
9445
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9446
|
+
|
9447
|
+
|
9448
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9449
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9450
|
+
|
9451
|
+
|
9452
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9453
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9454
|
+
|
9455
|
+
|
9456
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9457
|
+
Parameters: {"locale"=>"en"}
|
9458
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9459
|
+
|
9460
|
+
|
9461
|
+
Processing TestController#available (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9462
|
+
Completed in 6ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9463
|
+
|
9464
|
+
|
9465
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9466
|
+
Parameters: {"locale"=>"en"}
|
9467
|
+
Rendering test/helpers
|
9468
|
+
Completed in 45ms (View: 37, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9469
|
+
|
9470
|
+
|
9471
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9472
|
+
Completed in 6ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9473
|
+
|
9474
|
+
|
9475
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9476
|
+
Parameters: {"locale"=>"en"}
|
9477
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9478
|
+
|
9479
|
+
|
9480
|
+
Processing TestController#time (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9481
|
+
Parameters: {"locale"=>"en"}
|
9482
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9483
|
+
|
9484
|
+
|
9485
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-10-01 01:57:34) [GET]
|
9486
|
+
Parameters: {"locale"=>"en"}
|
9487
|
+
Completed in 8ms (View: 1, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9488
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9489
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9490
|
+
FROM sqlite_master
|
9491
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9492
|
+
[0m
|
9493
|
+
[4;36;1mSQL (0.6ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9494
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9495
|
+
FROM sqlite_master
|
9496
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9497
|
+
[0m
|
9498
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9499
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9500
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9501
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
9502
|
+
FROM sqlite_master
|
9503
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9504
|
+
[0m
|
9505
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9506
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9507
|
+
|
9508
|
+
|
9509
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9510
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9511
|
+
|
9512
|
+
|
9513
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9514
|
+
Parameters: {"locale"=>"ru"}
|
9515
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9516
|
+
|
9517
|
+
|
9518
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9519
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9520
|
+
|
9521
|
+
|
9522
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9523
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9524
|
+
|
9525
|
+
|
9526
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9527
|
+
Parameters: {"locale"=>"en"}
|
9528
|
+
Completed in 61ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9529
|
+
|
9530
|
+
|
9531
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9532
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9533
|
+
|
9534
|
+
|
9535
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9536
|
+
Parameters: {"locale"=>"en"}
|
9537
|
+
Rendering test/helpers
|
9538
|
+
Completed in 16ms (View: 4, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9539
|
+
|
9540
|
+
|
9541
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9542
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9543
|
+
|
9544
|
+
|
9545
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9546
|
+
Parameters: {"locale"=>"en"}
|
9547
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9548
|
+
|
9549
|
+
|
9550
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9551
|
+
Parameters: {"locale"=>"en"}
|
9552
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9553
|
+
|
9554
|
+
|
9555
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:44:12) [GET]
|
9556
|
+
Parameters: {"locale"=>"en"}
|
9557
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9558
|
+
[4;36;1mSQL (1.0ms)[0m [0;1mselect sqlite_version(*)[0m
|
9559
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
9560
|
+
FROM sqlite_master
|
9561
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9562
|
+
[0m
|
9563
|
+
[4;36;1mSQL (2.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9564
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
9565
|
+
FROM sqlite_master
|
9566
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9567
|
+
[0m
|
9568
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9569
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9570
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9571
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9572
|
+
FROM sqlite_master
|
9573
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9574
|
+
[0m
|
9575
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9576
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9577
|
+
|
9578
|
+
|
9579
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9580
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9581
|
+
|
9582
|
+
|
9583
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9584
|
+
Parameters: {"locale"=>"ru"}
|
9585
|
+
Completed in 11ms (View: 1, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9586
|
+
|
9587
|
+
|
9588
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9589
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9590
|
+
|
9591
|
+
|
9592
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9593
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9594
|
+
|
9595
|
+
|
9596
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9597
|
+
Parameters: {"locale"=>"en"}
|
9598
|
+
Completed in 63ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9599
|
+
|
9600
|
+
|
9601
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9602
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9603
|
+
|
9604
|
+
|
9605
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9606
|
+
Parameters: {"locale"=>"en"}
|
9607
|
+
Rendering test/helpers
|
9608
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9609
|
+
|
9610
|
+
|
9611
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9612
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9613
|
+
|
9614
|
+
|
9615
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9616
|
+
Parameters: {"locale"=>"en"}
|
9617
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9618
|
+
|
9619
|
+
|
9620
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9621
|
+
Parameters: {"locale"=>"en"}
|
9622
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9623
|
+
|
9624
|
+
|
9625
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:44:53) [GET]
|
9626
|
+
Parameters: {"locale"=>"en"}
|
9627
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9628
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9629
|
+
[4;35;1mSQL (0.5ms)[0m [0m SELECT name
|
9630
|
+
FROM sqlite_master
|
9631
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9632
|
+
[0m
|
9633
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9634
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9635
|
+
FROM sqlite_master
|
9636
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9637
|
+
[0m
|
9638
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9639
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9640
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9641
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
9642
|
+
FROM sqlite_master
|
9643
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9644
|
+
[0m
|
9645
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9646
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9647
|
+
|
9648
|
+
|
9649
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9650
|
+
Completed in 23ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9651
|
+
|
9652
|
+
|
9653
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9654
|
+
Parameters: {"locale"=>"ru"}
|
9655
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9656
|
+
|
9657
|
+
|
9658
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9659
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9660
|
+
|
9661
|
+
|
9662
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9663
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9664
|
+
|
9665
|
+
|
9666
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9667
|
+
Parameters: {"locale"=>"en"}
|
9668
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9669
|
+
|
9670
|
+
|
9671
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9672
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9673
|
+
|
9674
|
+
|
9675
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9676
|
+
Parameters: {"locale"=>"en"}
|
9677
|
+
Rendering test/helpers
|
9678
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9679
|
+
|
9680
|
+
|
9681
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9682
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9683
|
+
|
9684
|
+
|
9685
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9686
|
+
Parameters: {"locale"=>"en"}
|
9687
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9688
|
+
|
9689
|
+
|
9690
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9691
|
+
Parameters: {"locale"=>"en"}
|
9692
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9693
|
+
|
9694
|
+
|
9695
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:45:11) [GET]
|
9696
|
+
Parameters: {"locale"=>"en"}
|
9697
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9698
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9699
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
9700
|
+
FROM sqlite_master
|
9701
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9702
|
+
[0m
|
9703
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9704
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9705
|
+
FROM sqlite_master
|
9706
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9707
|
+
[0m
|
9708
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9709
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9710
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9711
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9712
|
+
FROM sqlite_master
|
9713
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9714
|
+
[0m
|
9715
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9716
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9717
|
+
|
9718
|
+
|
9719
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:47:34) [GET]
|
9720
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9721
|
+
|
9722
|
+
|
9723
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9724
|
+
Parameters: {"locale"=>"ru"}
|
9725
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9726
|
+
|
9727
|
+
|
9728
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9729
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9730
|
+
|
9731
|
+
|
9732
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9733
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9734
|
+
|
9735
|
+
|
9736
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9737
|
+
Parameters: {"locale"=>"en"}
|
9738
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9739
|
+
|
9740
|
+
|
9741
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9742
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9743
|
+
|
9744
|
+
|
9745
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9746
|
+
Parameters: {"locale"=>"en"}
|
9747
|
+
Rendering test/helpers
|
9748
|
+
Completed in 15ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9749
|
+
|
9750
|
+
|
9751
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9752
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9753
|
+
|
9754
|
+
|
9755
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9756
|
+
Parameters: {"locale"=>"en"}
|
9757
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9758
|
+
|
9759
|
+
|
9760
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9761
|
+
Parameters: {"locale"=>"en"}
|
9762
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9763
|
+
|
9764
|
+
|
9765
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:47:35) [GET]
|
9766
|
+
Parameters: {"locale"=>"en"}
|
9767
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9768
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9769
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
9770
|
+
FROM sqlite_master
|
9771
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9772
|
+
[0m
|
9773
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9774
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9775
|
+
FROM sqlite_master
|
9776
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9777
|
+
[0m
|
9778
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9779
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9780
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9781
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9782
|
+
FROM sqlite_master
|
9783
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9784
|
+
[0m
|
9785
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9786
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9787
|
+
|
9788
|
+
|
9789
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9790
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9791
|
+
|
9792
|
+
|
9793
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9794
|
+
Parameters: {"locale"=>"ru"}
|
9795
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9796
|
+
|
9797
|
+
|
9798
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9799
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9800
|
+
|
9801
|
+
|
9802
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9803
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9804
|
+
|
9805
|
+
|
9806
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9807
|
+
Parameters: {"locale"=>"en"}
|
9808
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9809
|
+
|
9810
|
+
|
9811
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9812
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9813
|
+
|
9814
|
+
|
9815
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9816
|
+
Parameters: {"locale"=>"en"}
|
9817
|
+
Rendering test/helpers
|
9818
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9819
|
+
|
9820
|
+
|
9821
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9822
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9823
|
+
|
9824
|
+
|
9825
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9826
|
+
Parameters: {"locale"=>"en"}
|
9827
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9828
|
+
|
9829
|
+
|
9830
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9831
|
+
Parameters: {"locale"=>"en"}
|
9832
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9833
|
+
|
9834
|
+
|
9835
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:48:13) [GET]
|
9836
|
+
Parameters: {"locale"=>"en"}
|
9837
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9838
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
9839
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
9840
|
+
FROM sqlite_master
|
9841
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9842
|
+
[0m
|
9843
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9844
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9845
|
+
FROM sqlite_master
|
9846
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9847
|
+
[0m
|
9848
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9849
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9850
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9851
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9852
|
+
FROM sqlite_master
|
9853
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9854
|
+
[0m
|
9855
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9856
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9857
|
+
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
|
9858
|
+
FROM sqlite_master
|
9859
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9860
|
+
[0m
|
9861
|
+
|
9862
|
+
|
9863
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9864
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9865
|
+
|
9866
|
+
|
9867
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9868
|
+
Parameters: {"locale"=>"ru"}
|
9869
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9870
|
+
|
9871
|
+
|
9872
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9873
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9874
|
+
|
9875
|
+
|
9876
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9877
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9878
|
+
|
9879
|
+
|
9880
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9881
|
+
Parameters: {"locale"=>"en"}
|
9882
|
+
Completed in 63ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9883
|
+
|
9884
|
+
|
9885
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9886
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9887
|
+
|
9888
|
+
|
9889
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9890
|
+
Parameters: {"locale"=>"en"}
|
9891
|
+
Rendering test/helpers
|
9892
|
+
Completed in 14ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9893
|
+
|
9894
|
+
|
9895
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9896
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9897
|
+
|
9898
|
+
|
9899
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9900
|
+
Parameters: {"locale"=>"en"}
|
9901
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9902
|
+
|
9903
|
+
|
9904
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9905
|
+
Parameters: {"locale"=>"en"}
|
9906
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9907
|
+
|
9908
|
+
|
9909
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:49:00) [GET]
|
9910
|
+
Parameters: {"locale"=>"en"}
|
9911
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9912
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
9913
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
9914
|
+
FROM sqlite_master
|
9915
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9916
|
+
[0m
|
9917
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9918
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9919
|
+
FROM sqlite_master
|
9920
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9921
|
+
[0m
|
9922
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
9923
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
9924
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9925
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
9926
|
+
FROM sqlite_master
|
9927
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9928
|
+
[0m
|
9929
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
9930
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
9931
|
+
[4;36;1mSQL (0.2ms)[0m [0;1m SELECT name
|
9932
|
+
FROM sqlite_master
|
9933
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9934
|
+
[0m
|
9935
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
9936
|
+
FROM sqlite_master
|
9937
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9938
|
+
[0m
|
9939
|
+
|
9940
|
+
|
9941
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9942
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9943
|
+
|
9944
|
+
|
9945
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9946
|
+
Parameters: {"locale"=>"ru"}
|
9947
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
9948
|
+
|
9949
|
+
|
9950
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9951
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9952
|
+
|
9953
|
+
|
9954
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9955
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
9956
|
+
|
9957
|
+
|
9958
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9959
|
+
Parameters: {"locale"=>"en"}
|
9960
|
+
Completed in 61ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
9961
|
+
|
9962
|
+
|
9963
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9964
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
9965
|
+
|
9966
|
+
|
9967
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9968
|
+
Parameters: {"locale"=>"en"}
|
9969
|
+
Rendering test/helpers
|
9970
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
9971
|
+
|
9972
|
+
|
9973
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9974
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
9975
|
+
|
9976
|
+
|
9977
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9978
|
+
Parameters: {"locale"=>"en"}
|
9979
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
9980
|
+
|
9981
|
+
|
9982
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9983
|
+
Parameters: {"locale"=>"en"}
|
9984
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
9985
|
+
|
9986
|
+
|
9987
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:58:38) [GET]
|
9988
|
+
Parameters: {"locale"=>"en"}
|
9989
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
9990
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
9991
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9992
|
+
FROM sqlite_master
|
9993
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9994
|
+
[0m
|
9995
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
9996
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
9997
|
+
FROM sqlite_master
|
9998
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
9999
|
+
[0m
|
10000
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10001
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10002
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10003
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10004
|
+
FROM sqlite_master
|
10005
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10006
|
+
[0m
|
10007
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10008
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10009
|
+
|
10010
|
+
|
10011
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:21) [GET]
|
10012
|
+
Completed in 27ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10013
|
+
|
10014
|
+
|
10015
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:21) [GET]
|
10016
|
+
Parameters: {"locale"=>"ru"}
|
10017
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10018
|
+
|
10019
|
+
|
10020
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:21) [GET]
|
10021
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10022
|
+
|
10023
|
+
|
10024
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:21) [GET]
|
10025
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10026
|
+
|
10027
|
+
|
10028
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:59:21) [GET]
|
10029
|
+
Parameters: {"locale"=>"en"}
|
10030
|
+
Completed in 64ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10031
|
+
|
10032
|
+
|
10033
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:59:22) [GET]
|
10034
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10035
|
+
|
10036
|
+
|
10037
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:59:22) [GET]
|
10038
|
+
Parameters: {"locale"=>"en"}
|
10039
|
+
Rendering test/helpers
|
10040
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10041
|
+
|
10042
|
+
|
10043
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:59:22) [GET]
|
10044
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10045
|
+
|
10046
|
+
|
10047
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:59:22) [GET]
|
10048
|
+
Parameters: {"locale"=>"en"}
|
10049
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10050
|
+
|
10051
|
+
|
10052
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:59:22) [GET]
|
10053
|
+
Parameters: {"locale"=>"en"}
|
10054
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10055
|
+
|
10056
|
+
|
10057
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:59:22) [GET]
|
10058
|
+
Parameters: {"locale"=>"en"}
|
10059
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10060
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10061
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10062
|
+
FROM sqlite_master
|
10063
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10064
|
+
[0m
|
10065
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10066
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10067
|
+
FROM sqlite_master
|
10068
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10069
|
+
[0m
|
10070
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10071
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10072
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10073
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10074
|
+
FROM sqlite_master
|
10075
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10076
|
+
[0m
|
10077
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10078
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10079
|
+
|
10080
|
+
|
10081
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:30) [GET]
|
10082
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10083
|
+
|
10084
|
+
|
10085
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:30) [GET]
|
10086
|
+
Parameters: {"locale"=>"ru"}
|
10087
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10088
|
+
|
10089
|
+
|
10090
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:30) [GET]
|
10091
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10092
|
+
|
10093
|
+
|
10094
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10095
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10096
|
+
|
10097
|
+
|
10098
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10099
|
+
Parameters: {"locale"=>"en"}
|
10100
|
+
Completed in 63ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10101
|
+
|
10102
|
+
|
10103
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10104
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10105
|
+
|
10106
|
+
|
10107
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10108
|
+
Parameters: {"locale"=>"en"}
|
10109
|
+
Rendering test/helpers
|
10110
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10111
|
+
|
10112
|
+
|
10113
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10114
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10115
|
+
|
10116
|
+
|
10117
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10118
|
+
Parameters: {"locale"=>"en"}
|
10119
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10120
|
+
|
10121
|
+
|
10122
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10123
|
+
Parameters: {"locale"=>"en"}
|
10124
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10125
|
+
|
10126
|
+
|
10127
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 15:59:31) [GET]
|
10128
|
+
Parameters: {"locale"=>"en"}
|
10129
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10130
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10131
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10132
|
+
FROM sqlite_master
|
10133
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10134
|
+
[0m
|
10135
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10136
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10137
|
+
FROM sqlite_master
|
10138
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10139
|
+
[0m
|
10140
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10141
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10142
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10143
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10144
|
+
FROM sqlite_master
|
10145
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10146
|
+
[0m
|
10147
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10148
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10149
|
+
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
|
10150
|
+
FROM sqlite_master
|
10151
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10152
|
+
[0m
|
10153
|
+
|
10154
|
+
|
10155
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10156
|
+
Completed in 23ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10157
|
+
|
10158
|
+
|
10159
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10160
|
+
Parameters: {"locale"=>"ru"}
|
10161
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10162
|
+
|
10163
|
+
|
10164
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10165
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10166
|
+
|
10167
|
+
|
10168
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10169
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10170
|
+
|
10171
|
+
|
10172
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10173
|
+
Parameters: {"locale"=>"en"}
|
10174
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10175
|
+
|
10176
|
+
|
10177
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10178
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10179
|
+
|
10180
|
+
|
10181
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10182
|
+
Parameters: {"locale"=>"en"}
|
10183
|
+
Rendering test/helpers
|
10184
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10185
|
+
|
10186
|
+
|
10187
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10188
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10189
|
+
|
10190
|
+
|
10191
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10192
|
+
Parameters: {"locale"=>"en"}
|
10193
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10194
|
+
|
10195
|
+
|
10196
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10197
|
+
Parameters: {"locale"=>"en"}
|
10198
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10199
|
+
|
10200
|
+
|
10201
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:00:04) [GET]
|
10202
|
+
Parameters: {"locale"=>"en"}
|
10203
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10204
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10205
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
10206
|
+
FROM sqlite_master
|
10207
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10208
|
+
[0m
|
10209
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10210
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10211
|
+
FROM sqlite_master
|
10212
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10213
|
+
[0m
|
10214
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10215
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10216
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10217
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10218
|
+
FROM sqlite_master
|
10219
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10220
|
+
[0m
|
10221
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10222
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10223
|
+
|
10224
|
+
|
10225
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10226
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10227
|
+
|
10228
|
+
|
10229
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10230
|
+
Parameters: {"locale"=>"ru"}
|
10231
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10232
|
+
|
10233
|
+
|
10234
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10235
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10236
|
+
|
10237
|
+
|
10238
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10239
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10240
|
+
|
10241
|
+
|
10242
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10243
|
+
Parameters: {"locale"=>"en"}
|
10244
|
+
Completed in 61ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10245
|
+
|
10246
|
+
|
10247
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10248
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10249
|
+
|
10250
|
+
|
10251
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10252
|
+
Parameters: {"locale"=>"en"}
|
10253
|
+
Rendering test/helpers
|
10254
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10255
|
+
|
10256
|
+
|
10257
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10258
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10259
|
+
|
10260
|
+
|
10261
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10262
|
+
Parameters: {"locale"=>"en"}
|
10263
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10264
|
+
|
10265
|
+
|
10266
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10267
|
+
Parameters: {"locale"=>"en"}
|
10268
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10269
|
+
|
10270
|
+
|
10271
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:00:14) [GET]
|
10272
|
+
Parameters: {"locale"=>"en"}
|
10273
|
+
Completed in 11ms (View: 1, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10274
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10275
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10276
|
+
FROM sqlite_master
|
10277
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10278
|
+
[0m
|
10279
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10280
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10281
|
+
FROM sqlite_master
|
10282
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10283
|
+
[0m
|
10284
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10285
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10286
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10287
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10288
|
+
FROM sqlite_master
|
10289
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10290
|
+
[0m
|
10291
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10292
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10293
|
+
|
10294
|
+
|
10295
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10296
|
+
Completed in 23ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10297
|
+
|
10298
|
+
|
10299
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10300
|
+
Parameters: {"locale"=>"ru"}
|
10301
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10302
|
+
|
10303
|
+
|
10304
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10305
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10306
|
+
|
10307
|
+
|
10308
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10309
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10310
|
+
|
10311
|
+
|
10312
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10313
|
+
Parameters: {"locale"=>"en"}
|
10314
|
+
Completed in 61ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10315
|
+
|
10316
|
+
|
10317
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10318
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10319
|
+
|
10320
|
+
|
10321
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10322
|
+
Parameters: {"locale"=>"en"}
|
10323
|
+
Rendering test/helpers
|
10324
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10325
|
+
|
10326
|
+
|
10327
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10328
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10329
|
+
|
10330
|
+
|
10331
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10332
|
+
Parameters: {"locale"=>"en"}
|
10333
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10334
|
+
|
10335
|
+
|
10336
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10337
|
+
Parameters: {"locale"=>"en"}
|
10338
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10339
|
+
|
10340
|
+
|
10341
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:01:28) [GET]
|
10342
|
+
Parameters: {"locale"=>"en"}
|
10343
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10344
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10345
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10346
|
+
FROM sqlite_master
|
10347
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10348
|
+
[0m
|
10349
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10350
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10351
|
+
FROM sqlite_master
|
10352
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10353
|
+
[0m
|
10354
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10355
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10356
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10357
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10358
|
+
FROM sqlite_master
|
10359
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10360
|
+
[0m
|
10361
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10362
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10363
|
+
|
10364
|
+
|
10365
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:37) [GET]
|
10366
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10367
|
+
|
10368
|
+
|
10369
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10370
|
+
Parameters: {"locale"=>"ru"}
|
10371
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10372
|
+
|
10373
|
+
|
10374
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10375
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10376
|
+
|
10377
|
+
|
10378
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10379
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10380
|
+
|
10381
|
+
|
10382
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10383
|
+
Parameters: {"locale"=>"en"}
|
10384
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10385
|
+
|
10386
|
+
|
10387
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10388
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10389
|
+
|
10390
|
+
|
10391
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10392
|
+
Parameters: {"locale"=>"en"}
|
10393
|
+
Rendering test/helpers
|
10394
|
+
Completed in 14ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10395
|
+
|
10396
|
+
|
10397
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10398
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10399
|
+
|
10400
|
+
|
10401
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10402
|
+
Parameters: {"locale"=>"en"}
|
10403
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10404
|
+
|
10405
|
+
|
10406
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10407
|
+
Parameters: {"locale"=>"en"}
|
10408
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10409
|
+
|
10410
|
+
|
10411
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:01:38) [GET]
|
10412
|
+
Parameters: {"locale"=>"en"}
|
10413
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10414
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
10415
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10416
|
+
FROM sqlite_master
|
10417
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10418
|
+
[0m
|
10419
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10420
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10421
|
+
FROM sqlite_master
|
10422
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10423
|
+
[0m
|
10424
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10425
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10426
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10427
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10428
|
+
FROM sqlite_master
|
10429
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10430
|
+
[0m
|
10431
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10432
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10433
|
+
|
10434
|
+
|
10435
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:47) [GET]
|
10436
|
+
Completed in 24ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10437
|
+
|
10438
|
+
|
10439
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:47) [GET]
|
10440
|
+
Parameters: {"locale"=>"ru"}
|
10441
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10442
|
+
|
10443
|
+
|
10444
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:47) [GET]
|
10445
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10446
|
+
|
10447
|
+
|
10448
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:01:47) [GET]
|
10449
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10450
|
+
|
10451
|
+
|
10452
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:01:47) [GET]
|
10453
|
+
Parameters: {"locale"=>"en"}
|
10454
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10455
|
+
|
10456
|
+
|
10457
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:01:48) [GET]
|
10458
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10459
|
+
|
10460
|
+
|
10461
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:01:48) [GET]
|
10462
|
+
Parameters: {"locale"=>"en"}
|
10463
|
+
Rendering test/helpers
|
10464
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10465
|
+
|
10466
|
+
|
10467
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:01:48) [GET]
|
10468
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10469
|
+
|
10470
|
+
|
10471
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:01:48) [GET]
|
10472
|
+
Parameters: {"locale"=>"en"}
|
10473
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10474
|
+
|
10475
|
+
|
10476
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:01:48) [GET]
|
10477
|
+
Parameters: {"locale"=>"en"}
|
10478
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10479
|
+
|
10480
|
+
|
10481
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:01:48) [GET]
|
10482
|
+
Parameters: {"locale"=>"en"}
|
10483
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10484
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10485
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10486
|
+
FROM sqlite_master
|
10487
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10488
|
+
[0m
|
10489
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10490
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10491
|
+
FROM sqlite_master
|
10492
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10493
|
+
[0m
|
10494
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10495
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10496
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10497
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10498
|
+
FROM sqlite_master
|
10499
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10500
|
+
[0m
|
10501
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10502
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10503
|
+
|
10504
|
+
|
10505
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10506
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10507
|
+
|
10508
|
+
|
10509
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10510
|
+
Parameters: {"locale"=>"ru"}
|
10511
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10512
|
+
|
10513
|
+
|
10514
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10515
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10516
|
+
|
10517
|
+
|
10518
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10519
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10520
|
+
|
10521
|
+
|
10522
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10523
|
+
Parameters: {"locale"=>"en"}
|
10524
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10525
|
+
|
10526
|
+
|
10527
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10528
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10529
|
+
|
10530
|
+
|
10531
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10532
|
+
Parameters: {"locale"=>"en"}
|
10533
|
+
Rendering test/helpers
|
10534
|
+
Completed in 14ms (View: 4, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10535
|
+
|
10536
|
+
|
10537
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10538
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10539
|
+
|
10540
|
+
|
10541
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10542
|
+
Parameters: {"locale"=>"en"}
|
10543
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10544
|
+
|
10545
|
+
|
10546
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10547
|
+
Parameters: {"locale"=>"en"}
|
10548
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10549
|
+
|
10550
|
+
|
10551
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:02:11) [GET]
|
10552
|
+
Parameters: {"locale"=>"en"}
|
10553
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10554
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10555
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10556
|
+
FROM sqlite_master
|
10557
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10558
|
+
[0m
|
10559
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10560
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10561
|
+
FROM sqlite_master
|
10562
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10563
|
+
[0m
|
10564
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10565
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10566
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10567
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10568
|
+
FROM sqlite_master
|
10569
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10570
|
+
[0m
|
10571
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10572
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10573
|
+
|
10574
|
+
|
10575
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10576
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10577
|
+
|
10578
|
+
|
10579
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10580
|
+
Parameters: {"locale"=>"ru"}
|
10581
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10582
|
+
|
10583
|
+
|
10584
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10585
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10586
|
+
|
10587
|
+
|
10588
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10589
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10590
|
+
|
10591
|
+
|
10592
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10593
|
+
Parameters: {"locale"=>"en"}
|
10594
|
+
Completed in 63ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10595
|
+
|
10596
|
+
|
10597
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10598
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10599
|
+
|
10600
|
+
|
10601
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10602
|
+
Parameters: {"locale"=>"en"}
|
10603
|
+
Rendering test/helpers
|
10604
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10605
|
+
|
10606
|
+
|
10607
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10608
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10609
|
+
|
10610
|
+
|
10611
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10612
|
+
Parameters: {"locale"=>"en"}
|
10613
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10614
|
+
|
10615
|
+
|
10616
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10617
|
+
Parameters: {"locale"=>"en"}
|
10618
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10619
|
+
|
10620
|
+
|
10621
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:02:22) [GET]
|
10622
|
+
Parameters: {"locale"=>"en"}
|
10623
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10624
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10625
|
+
[4;35;1mSQL (0.5ms)[0m [0m SELECT name
|
10626
|
+
FROM sqlite_master
|
10627
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10628
|
+
[0m
|
10629
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10630
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10631
|
+
FROM sqlite_master
|
10632
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10633
|
+
[0m
|
10634
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10635
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10636
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10637
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10638
|
+
FROM sqlite_master
|
10639
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10640
|
+
[0m
|
10641
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10642
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10643
|
+
|
10644
|
+
|
10645
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10646
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10647
|
+
|
10648
|
+
|
10649
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10650
|
+
Parameters: {"locale"=>"ru"}
|
10651
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10652
|
+
|
10653
|
+
|
10654
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10655
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10656
|
+
|
10657
|
+
|
10658
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10659
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10660
|
+
|
10661
|
+
|
10662
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10663
|
+
Parameters: {"locale"=>"en"}
|
10664
|
+
Completed in 63ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10665
|
+
|
10666
|
+
|
10667
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10668
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10669
|
+
|
10670
|
+
|
10671
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10672
|
+
Parameters: {"locale"=>"en"}
|
10673
|
+
Rendering test/helpers
|
10674
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10675
|
+
|
10676
|
+
|
10677
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10678
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10679
|
+
|
10680
|
+
|
10681
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10682
|
+
Parameters: {"locale"=>"en"}
|
10683
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10684
|
+
|
10685
|
+
|
10686
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10687
|
+
Parameters: {"locale"=>"en"}
|
10688
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10689
|
+
|
10690
|
+
|
10691
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:03:07) [GET]
|
10692
|
+
Parameters: {"locale"=>"en"}
|
10693
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10694
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10695
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10696
|
+
FROM sqlite_master
|
10697
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10698
|
+
[0m
|
10699
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10700
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10701
|
+
FROM sqlite_master
|
10702
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10703
|
+
[0m
|
10704
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10705
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10706
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10707
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10708
|
+
FROM sqlite_master
|
10709
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10710
|
+
[0m
|
10711
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10712
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10713
|
+
|
10714
|
+
|
10715
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10716
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10717
|
+
|
10718
|
+
|
10719
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10720
|
+
Parameters: {"locale"=>"ru"}
|
10721
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10722
|
+
|
10723
|
+
|
10724
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10725
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10726
|
+
|
10727
|
+
|
10728
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10729
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10730
|
+
|
10731
|
+
|
10732
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10733
|
+
Parameters: {"locale"=>"en"}
|
10734
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10735
|
+
|
10736
|
+
|
10737
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10738
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10739
|
+
|
10740
|
+
|
10741
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10742
|
+
Parameters: {"locale"=>"en"}
|
10743
|
+
Rendering test/helpers
|
10744
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10745
|
+
|
10746
|
+
|
10747
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10748
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10749
|
+
|
10750
|
+
|
10751
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10752
|
+
Parameters: {"locale"=>"en"}
|
10753
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10754
|
+
|
10755
|
+
|
10756
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10757
|
+
Parameters: {"locale"=>"en"}
|
10758
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10759
|
+
|
10760
|
+
|
10761
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:03:18) [GET]
|
10762
|
+
Parameters: {"locale"=>"en"}
|
10763
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10764
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10765
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10766
|
+
FROM sqlite_master
|
10767
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10768
|
+
[0m
|
10769
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10770
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10771
|
+
FROM sqlite_master
|
10772
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10773
|
+
[0m
|
10774
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10775
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10776
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10777
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10778
|
+
FROM sqlite_master
|
10779
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10780
|
+
[0m
|
10781
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10782
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10783
|
+
|
10784
|
+
|
10785
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:59) [GET]
|
10786
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10787
|
+
|
10788
|
+
|
10789
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:59) [GET]
|
10790
|
+
Parameters: {"locale"=>"ru"}
|
10791
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10792
|
+
|
10793
|
+
|
10794
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:59) [GET]
|
10795
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10796
|
+
|
10797
|
+
|
10798
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:03:59) [GET]
|
10799
|
+
Completed in 12ms (View: 1, DB: 0) | 200 OK [http://test.host/locales]
|
10800
|
+
|
10801
|
+
|
10802
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:03:59) [GET]
|
10803
|
+
Parameters: {"locale"=>"en"}
|
10804
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10805
|
+
|
10806
|
+
|
10807
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:03:59) [GET]
|
10808
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10809
|
+
|
10810
|
+
|
10811
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:03:59) [GET]
|
10812
|
+
Parameters: {"locale"=>"en"}
|
10813
|
+
Rendering test/helpers
|
10814
|
+
Completed in 15ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10815
|
+
|
10816
|
+
|
10817
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:04:00) [GET]
|
10818
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10819
|
+
|
10820
|
+
|
10821
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:04:00) [GET]
|
10822
|
+
Parameters: {"locale"=>"en"}
|
10823
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10824
|
+
|
10825
|
+
|
10826
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:04:00) [GET]
|
10827
|
+
Parameters: {"locale"=>"en"}
|
10828
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10829
|
+
|
10830
|
+
|
10831
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:04:00) [GET]
|
10832
|
+
Parameters: {"locale"=>"en"}
|
10833
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10834
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10835
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10836
|
+
FROM sqlite_master
|
10837
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10838
|
+
[0m
|
10839
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10840
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10841
|
+
FROM sqlite_master
|
10842
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10843
|
+
[0m
|
10844
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10845
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10846
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10847
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10848
|
+
FROM sqlite_master
|
10849
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10850
|
+
[0m
|
10851
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10852
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10853
|
+
|
10854
|
+
|
10855
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10856
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10857
|
+
|
10858
|
+
|
10859
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10860
|
+
Parameters: {"locale"=>"ru"}
|
10861
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10862
|
+
|
10863
|
+
|
10864
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10865
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10866
|
+
|
10867
|
+
|
10868
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10869
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10870
|
+
|
10871
|
+
|
10872
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10873
|
+
Parameters: {"locale"=>"en"}
|
10874
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10875
|
+
|
10876
|
+
|
10877
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10878
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10879
|
+
|
10880
|
+
|
10881
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10882
|
+
Parameters: {"locale"=>"en"}
|
10883
|
+
Rendering test/helpers
|
10884
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10885
|
+
|
10886
|
+
|
10887
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10888
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10889
|
+
|
10890
|
+
|
10891
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10892
|
+
Parameters: {"locale"=>"en"}
|
10893
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10894
|
+
|
10895
|
+
|
10896
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10897
|
+
Parameters: {"locale"=>"en"}
|
10898
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10899
|
+
|
10900
|
+
|
10901
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:04:16) [GET]
|
10902
|
+
Parameters: {"locale"=>"en"}
|
10903
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10904
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10905
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10906
|
+
FROM sqlite_master
|
10907
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10908
|
+
[0m
|
10909
|
+
[4;36;1mSQL (0.9ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10910
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10911
|
+
FROM sqlite_master
|
10912
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10913
|
+
[0m
|
10914
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10915
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10916
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10917
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10918
|
+
FROM sqlite_master
|
10919
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10920
|
+
[0m
|
10921
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10922
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10923
|
+
|
10924
|
+
|
10925
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10926
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10927
|
+
|
10928
|
+
|
10929
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10930
|
+
Parameters: {"locale"=>"ru"}
|
10931
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
10932
|
+
|
10933
|
+
|
10934
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10935
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10936
|
+
|
10937
|
+
|
10938
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10939
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10940
|
+
|
10941
|
+
|
10942
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10943
|
+
Parameters: {"locale"=>"en"}
|
10944
|
+
Completed in 61ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
10945
|
+
|
10946
|
+
|
10947
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10948
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
10949
|
+
|
10950
|
+
|
10951
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10952
|
+
Parameters: {"locale"=>"en"}
|
10953
|
+
Rendering test/helpers
|
10954
|
+
Completed in 14ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
10955
|
+
|
10956
|
+
|
10957
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10958
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
10959
|
+
|
10960
|
+
|
10961
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10962
|
+
Parameters: {"locale"=>"en"}
|
10963
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
10964
|
+
|
10965
|
+
|
10966
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10967
|
+
Parameters: {"locale"=>"en"}
|
10968
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
10969
|
+
|
10970
|
+
|
10971
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:04:24) [GET]
|
10972
|
+
Parameters: {"locale"=>"en"}
|
10973
|
+
Completed in 14ms (View: 3, DB: 0) | 200 OK [http://test.host/en/human_time]
|
10974
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
10975
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
10976
|
+
FROM sqlite_master
|
10977
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10978
|
+
[0m
|
10979
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
10980
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
10981
|
+
FROM sqlite_master
|
10982
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10983
|
+
[0m
|
10984
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
10985
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
10986
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
10987
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
10988
|
+
FROM sqlite_master
|
10989
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
10990
|
+
[0m
|
10991
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
10992
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
10993
|
+
|
10994
|
+
|
10995
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
10996
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
10997
|
+
|
10998
|
+
|
10999
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11000
|
+
Parameters: {"locale"=>"ru"}
|
11001
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
11002
|
+
|
11003
|
+
|
11004
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11005
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11006
|
+
|
11007
|
+
|
11008
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11009
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11010
|
+
|
11011
|
+
|
11012
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11013
|
+
Parameters: {"locale"=>"en"}
|
11014
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
11015
|
+
|
11016
|
+
|
11017
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11018
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
11019
|
+
|
11020
|
+
|
11021
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11022
|
+
Parameters: {"locale"=>"en"}
|
11023
|
+
Rendering test/helpers
|
11024
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
11025
|
+
|
11026
|
+
|
11027
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11028
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
11029
|
+
|
11030
|
+
|
11031
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11032
|
+
Parameters: {"locale"=>"en"}
|
11033
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
11034
|
+
|
11035
|
+
|
11036
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11037
|
+
Parameters: {"locale"=>"en"}
|
11038
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
11039
|
+
|
11040
|
+
|
11041
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:04:34) [GET]
|
11042
|
+
Parameters: {"locale"=>"en"}
|
11043
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
11044
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
11045
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
11046
|
+
FROM sqlite_master
|
11047
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11048
|
+
[0m
|
11049
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
11050
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
11051
|
+
FROM sqlite_master
|
11052
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11053
|
+
[0m
|
11054
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
11055
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
11056
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
11057
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
11058
|
+
FROM sqlite_master
|
11059
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11060
|
+
[0m
|
11061
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
11062
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
11063
|
+
|
11064
|
+
|
11065
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11066
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11067
|
+
|
11068
|
+
|
11069
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11070
|
+
Parameters: {"locale"=>"ru"}
|
11071
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
11072
|
+
|
11073
|
+
|
11074
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11075
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11076
|
+
|
11077
|
+
|
11078
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11079
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11080
|
+
|
11081
|
+
|
11082
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11083
|
+
Parameters: {"locale"=>"en"}
|
11084
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
11085
|
+
|
11086
|
+
|
11087
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11088
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
11089
|
+
|
11090
|
+
|
11091
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11092
|
+
Parameters: {"locale"=>"en"}
|
11093
|
+
Rendering test/helpers
|
11094
|
+
Completed in 14ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
11095
|
+
|
11096
|
+
|
11097
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11098
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
11099
|
+
|
11100
|
+
|
11101
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11102
|
+
Parameters: {"locale"=>"en"}
|
11103
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
11104
|
+
|
11105
|
+
|
11106
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11107
|
+
Parameters: {"locale"=>"en"}
|
11108
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
11109
|
+
|
11110
|
+
|
11111
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:04:41) [GET]
|
11112
|
+
Parameters: {"locale"=>"en"}
|
11113
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
11114
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
11115
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
11116
|
+
FROM sqlite_master
|
11117
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11118
|
+
[0m
|
11119
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
11120
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
11121
|
+
FROM sqlite_master
|
11122
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11123
|
+
[0m
|
11124
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
11125
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
11126
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
11127
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
11128
|
+
FROM sqlite_master
|
11129
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11130
|
+
[0m
|
11131
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
11132
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
11133
|
+
|
11134
|
+
|
11135
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11136
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11137
|
+
|
11138
|
+
|
11139
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11140
|
+
Parameters: {"locale"=>"ru"}
|
11141
|
+
Completed in 11ms (View: 1, DB: 0) | 200 OK [http://test.host/ru/locales]
|
11142
|
+
|
11143
|
+
|
11144
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11145
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11146
|
+
|
11147
|
+
|
11148
|
+
Processing TestController#locales (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11149
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
11150
|
+
|
11151
|
+
|
11152
|
+
Processing TestController#translations (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11153
|
+
Parameters: {"locale"=>"en"}
|
11154
|
+
Completed in 62ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
11155
|
+
|
11156
|
+
|
11157
|
+
Processing TestController#available (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11158
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
11159
|
+
|
11160
|
+
|
11161
|
+
Processing TestController#helpers (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11162
|
+
Parameters: {"locale"=>"en"}
|
11163
|
+
Rendering test/helpers
|
11164
|
+
Completed in 13ms (View: 3, DB: 0) | 200 OK [http://test.host/en/helpers]
|
11165
|
+
|
11166
|
+
|
11167
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11168
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
11169
|
+
|
11170
|
+
|
11171
|
+
Processing TestController#controller (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11172
|
+
Parameters: {"locale"=>"en"}
|
11173
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
11174
|
+
|
11175
|
+
|
11176
|
+
Processing TestController#time (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11177
|
+
Parameters: {"locale"=>"en"}
|
11178
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
11179
|
+
|
11180
|
+
|
11181
|
+
Processing TestController#human_time (for 0.0.0.0 at 2011-02-04 16:05:09) [GET]
|
11182
|
+
Parameters: {"locale"=>"en"}
|
11183
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
11184
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
11185
|
+
[4;35;1mSQL (0.5ms)[0m [0m SELECT name
|
11186
|
+
FROM sqlite_master
|
11187
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11188
|
+
[0m
|
11189
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
11190
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
11191
|
+
FROM sqlite_master
|
11192
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11193
|
+
[0m
|
11194
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
11195
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
11196
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
11197
|
+
[4;35;1mSQL (0.1ms)[0m [0m SELECT name
|
11198
|
+
FROM sqlite_master
|
11199
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
11200
|
+
[0m
|
11201
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
11202
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|