crumbs 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -33936,3 +33936,2323 @@ Processing by PagesController#home as HTML
33936
33936
  Parameters: {"p1"=>"p1"}
33937
33937
  Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33938
33938
   (0.1ms) rollback transaction
33939
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
33940
+  (0.1ms) select sqlite_version(*)
33941
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33942
+  (0.0ms) SELECT version FROM "schema_migrations"
33943
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33944
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
33945
+  (0.1ms) select sqlite_version(*)
33946
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33947
+  (0.1ms) SELECT version FROM "schema_migrations"
33948
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33949
+  (0.1ms) begin transaction
33950
+ ------------------------------------------
33951
+ GeneratorsTest: test_initializer_generator
33952
+ ------------------------------------------
33953
+  (0.0ms) rollback transaction
33954
+  (0.0ms) begin transaction
33955
+ ------------------------------------------------------------------------------
33956
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
33957
+ ------------------------------------------------------------------------------
33958
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
33959
+  (0.1ms) rollback transaction
33960
+  (0.1ms) begin transaction
33961
+ -------------------------------------------------------------------------
33962
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
33963
+ -------------------------------------------------------------------------
33964
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
33965
+ Processing by PagesController#home as HTML
33966
+ Parameters: {"p1"=>"p1"}
33967
+ Completed 500 Internal Server Error in 21ms
33968
+  (0.1ms) rollback transaction
33969
+  (0.1ms) begin transaction
33970
+ ------------------------------------------------------
33971
+ WithoutLastTest: test_translations_not_cause_any_error
33972
+ ------------------------------------------------------
33973
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
33974
+ Processing by PagesController#home as HTML
33975
+ Parameters: {"p1"=>"p1"}
33976
+ Completed 500 Internal Server Error in 1ms
33977
+  (0.1ms) rollback transaction
33978
+  (0.0ms) begin transaction
33979
+ --------------------------------------------------------------------------------
33980
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
33981
+ --------------------------------------------------------------------------------
33982
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
33983
+ Processing by PagesController#home as HTML
33984
+ Parameters: {"p1"=>"p1"}
33985
+ Completed 500 Internal Server Error in 1ms
33986
+  (0.1ms) rollback transaction
33987
+  (0.0ms) begin transaction
33988
+ -----------------------------------------------
33989
+ WithoutLastTest: test_last_request_in_same_path
33990
+ -----------------------------------------------
33991
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
33992
+ Processing by PagesController#home as HTML
33993
+ Completed 500 Internal Server Error in 1ms
33994
+  (0.1ms) rollback transaction
33995
+  (0.0ms) begin transaction
33996
+ -----------------------------------------------------------------------
33997
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
33998
+ -----------------------------------------------------------------------
33999
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34000
+ Processing by PagesController#home as HTML
34001
+ Parameters: {"p1"=>"p1"}
34002
+ Completed 500 Internal Server Error in 1ms
34003
+  (0.1ms) rollback transaction
34004
+  (0.0ms) begin transaction
34005
+ ----------------------------------------------------------------------------
34006
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
34007
+ ----------------------------------------------------------------------------
34008
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34009
+ Processing by PagesController#home as HTML
34010
+ Parameters: {"p1"=>"p1"}
34011
+ Completed 500 Internal Server Error in 1ms
34012
+  (0.1ms) rollback transaction
34013
+  (0.1ms) begin transaction
34014
+ ---------------------------------------------------
34015
+ WithLastTest: test_translations_not_cause_any_error
34016
+ ---------------------------------------------------
34017
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34018
+ Processing by PagesController#home as HTML
34019
+ Parameters: {"p1"=>"p1"}
34020
+ Completed 500 Internal Server Error in 1ms
34021
+  (0.1ms) rollback transaction
34022
+  (0.0ms) begin transaction
34023
+ -------------------------------------------------------------------------
34024
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
34025
+ -------------------------------------------------------------------------
34026
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34027
+ Processing by PagesController#home as HTML
34028
+ Parameters: {"p1"=>"p1"}
34029
+ Completed 500 Internal Server Error in 1ms
34030
+  (0.0ms) rollback transaction
34031
+  (0.0ms) begin transaction
34032
+ --------------------------------------------------------------------
34033
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
34034
+ --------------------------------------------------------------------
34035
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34036
+ Processing by PagesController#home as HTML
34037
+ Parameters: {"p1"=>"p1"}
34038
+ Completed 500 Internal Server Error in 1ms
34039
+  (0.1ms) rollback transaction
34040
+  (0.1ms) begin transaction
34041
+ --------------------------------------------
34042
+ WithLastTest: test_last_request_in_same_path
34043
+ --------------------------------------------
34044
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34045
+ Processing by PagesController#home as HTML
34046
+ Completed 500 Internal Server Error in 1ms
34047
+  (0.1ms) rollback transaction
34048
+  (0.0ms) begin transaction
34049
+ -----------------------------------------------------------------------------
34050
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34051
+ -----------------------------------------------------------------------------
34052
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34053
+ Processing by PagesController#home as HTML
34054
+ Parameters: {"p1"=>"p1"}
34055
+ Completed 500 Internal Server Error in 1ms
34056
+  (0.1ms) rollback transaction
34057
+  (0.0ms) begin transaction
34058
+ ----------------------------------------------------------------------
34059
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34060
+ ----------------------------------------------------------------------
34061
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34062
+ Processing by PagesController#home as HTML
34063
+ Parameters: {"p1"=>"p1"}
34064
+ Completed 500 Internal Server Error in 1ms
34065
+  (0.1ms) rollback transaction
34066
+  (0.0ms) begin transaction
34067
+ ---------------------------------------------------------------------------
34068
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34069
+ ---------------------------------------------------------------------------
34070
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
34071
+ Processing by PagesController#home as HTML
34072
+ Parameters: {"p1"=>"p1"}
34073
+ Completed 500 Internal Server Error in 1ms
34074
+  (0.0ms) rollback transaction
34075
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34076
+  (0.1ms) select sqlite_version(*)
34077
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34078
+  (0.0ms) SELECT version FROM "schema_migrations"
34079
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34080
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34081
+  (0.1ms) select sqlite_version(*)
34082
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34083
+  (0.1ms) SELECT version FROM "schema_migrations"
34084
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34085
+  (0.1ms) begin transaction
34086
+ ------------------------------------------------------------------------------
34087
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34088
+ ------------------------------------------------------------------------------
34089
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34090
+  (0.1ms) rollback transaction
34091
+  (0.0ms) begin transaction
34092
+ ----------------------------------------------------------------------------
34093
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
34094
+ ----------------------------------------------------------------------------
34095
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34096
+ Processing by PagesController#home as HTML
34097
+ Parameters: {"p1"=>"p1"}
34098
+ Completed 500 Internal Server Error in 18ms
34099
+  (0.1ms) rollback transaction
34100
+  (0.1ms) begin transaction
34101
+ --------------------------------------------------------------------------------
34102
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34103
+ --------------------------------------------------------------------------------
34104
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34105
+ Processing by PagesController#home as HTML
34106
+ Parameters: {"p1"=>"p1"}
34107
+ Completed 500 Internal Server Error in 1ms
34108
+  (0.1ms) rollback transaction
34109
+  (0.0ms) begin transaction
34110
+ -------------------------------------------------------------------------
34111
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34112
+ -------------------------------------------------------------------------
34113
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34114
+ Processing by PagesController#home as HTML
34115
+ Parameters: {"p1"=>"p1"}
34116
+ Completed 500 Internal Server Error in 0ms
34117
+  (0.1ms) rollback transaction
34118
+  (0.0ms) begin transaction
34119
+ -----------------------------------------------
34120
+ WithoutLastTest: test_last_request_in_same_path
34121
+ -----------------------------------------------
34122
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34123
+ Processing by PagesController#home as HTML
34124
+ Completed 500 Internal Server Error in 1ms
34125
+  (0.0ms) rollback transaction
34126
+  (0.1ms) begin transaction
34127
+ -----------------------------------------------------------------------
34128
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
34129
+ -----------------------------------------------------------------------
34130
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34131
+ Processing by PagesController#home as HTML
34132
+ Parameters: {"p1"=>"p1"}
34133
+ Completed 500 Internal Server Error in 1ms
34134
+  (0.1ms) rollback transaction
34135
+  (0.0ms) begin transaction
34136
+ ------------------------------------------------------
34137
+ WithoutLastTest: test_translations_not_cause_any_error
34138
+ ------------------------------------------------------
34139
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34140
+ Processing by PagesController#home as HTML
34141
+ Parameters: {"p1"=>"p1"}
34142
+ Completed 500 Internal Server Error in 1ms
34143
+  (0.1ms) rollback transaction
34144
+  (0.1ms) begin transaction
34145
+ ---------------------------------------------------
34146
+ WithLastTest: test_translations_not_cause_any_error
34147
+ ---------------------------------------------------
34148
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34149
+ Processing by PagesController#home as HTML
34150
+ Parameters: {"p1"=>"p1"}
34151
+ Completed 500 Internal Server Error in 1ms
34152
+  (0.1ms) rollback transaction
34153
+  (0.0ms) begin transaction
34154
+ --------------------------------------------
34155
+ WithLastTest: test_last_request_in_same_path
34156
+ --------------------------------------------
34157
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34158
+ Processing by PagesController#home as HTML
34159
+ Completed 500 Internal Server Error in 1ms
34160
+  (0.0ms) rollback transaction
34161
+  (0.0ms) begin transaction
34162
+ --------------------------------------------------------------------
34163
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
34164
+ --------------------------------------------------------------------
34165
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34166
+ Processing by PagesController#home as HTML
34167
+ Parameters: {"p1"=>"p1"}
34168
+ Completed 500 Internal Server Error in 1ms
34169
+  (0.1ms) rollback transaction
34170
+  (0.1ms) begin transaction
34171
+ -------------------------------------------------------------------------
34172
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
34173
+ -------------------------------------------------------------------------
34174
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34175
+ Processing by PagesController#home as HTML
34176
+ Parameters: {"p1"=>"p1"}
34177
+ Completed 500 Internal Server Error in 1ms
34178
+  (0.1ms) rollback transaction
34179
+  (0.0ms) begin transaction
34180
+ ----------------------------------------------------------------------
34181
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34182
+ ----------------------------------------------------------------------
34183
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34184
+ Processing by PagesController#home as HTML
34185
+ Parameters: {"p1"=>"p1"}
34186
+ Completed 500 Internal Server Error in 1ms
34187
+  (0.1ms) rollback transaction
34188
+  (0.0ms) begin transaction
34189
+ -----------------------------------------------------------------------------
34190
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34191
+ -----------------------------------------------------------------------------
34192
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34193
+ Processing by PagesController#home as HTML
34194
+ Parameters: {"p1"=>"p1"}
34195
+ Completed 500 Internal Server Error in 1ms
34196
+  (0.1ms) rollback transaction
34197
+  (0.0ms) begin transaction
34198
+ ---------------------------------------------------------------------------
34199
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34200
+ ---------------------------------------------------------------------------
34201
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
34202
+ Processing by PagesController#home as HTML
34203
+ Parameters: {"p1"=>"p1"}
34204
+ Completed 500 Internal Server Error in 1ms
34205
+  (0.1ms) rollback transaction
34206
+  (0.1ms) begin transaction
34207
+ ------------------------------------------
34208
+ GeneratorsTest: test_initializer_generator
34209
+ ------------------------------------------
34210
+  (0.1ms) rollback transaction
34211
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34212
+  (0.1ms) select sqlite_version(*)
34213
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34214
+  (0.0ms) SELECT version FROM "schema_migrations"
34215
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34216
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34217
+  (0.1ms) select sqlite_version(*)
34218
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34219
+  (0.0ms) SELECT version FROM "schema_migrations"
34220
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34221
+  (0.1ms) begin transaction
34222
+ ------------------------------------------
34223
+ GeneratorsTest: test_initializer_generator
34224
+ ------------------------------------------
34225
+  (0.2ms) rollback transaction
34226
+  (0.1ms) begin transaction
34227
+ ---------------------------------------------------------------------------
34228
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34229
+ ---------------------------------------------------------------------------
34230
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34231
+  (0.1ms) rollback transaction
34232
+  (0.0ms) begin transaction
34233
+ -----------------------------------------------------------------------------
34234
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34235
+ -----------------------------------------------------------------------------
34236
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34237
+ Processing by PagesController#home as HTML
34238
+ Parameters: {"p1"=>"p1"}
34239
+ Completed 500 Internal Server Error in 17ms
34240
+  (0.1ms) rollback transaction
34241
+  (0.0ms) begin transaction
34242
+ ---------------------------------------------------
34243
+ WithLastTest: test_translations_not_cause_any_error
34244
+ ---------------------------------------------------
34245
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34246
+ Processing by PagesController#home as HTML
34247
+ Parameters: {"p1"=>"p1"}
34248
+ Completed 500 Internal Server Error in 1ms
34249
+  (0.1ms) rollback transaction
34250
+  (0.0ms) begin transaction
34251
+ -------------------------------------------------------------------------
34252
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
34253
+ -------------------------------------------------------------------------
34254
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34255
+ Processing by PagesController#home as HTML
34256
+ Parameters: {"p1"=>"p1"}
34257
+ Completed 500 Internal Server Error in 1ms
34258
+  (0.2ms) rollback transaction
34259
+  (0.1ms) begin transaction
34260
+ ----------------------------------------------------------------------
34261
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34262
+ ----------------------------------------------------------------------
34263
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34264
+ Processing by PagesController#home as HTML
34265
+ Parameters: {"p1"=>"p1"}
34266
+ Completed 500 Internal Server Error in 1ms
34267
+  (0.1ms) rollback transaction
34268
+  (0.1ms) begin transaction
34269
+ --------------------------------------------------------------------
34270
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
34271
+ --------------------------------------------------------------------
34272
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34273
+ Processing by PagesController#home as HTML
34274
+ Parameters: {"p1"=>"p1"}
34275
+ Completed 500 Internal Server Error in 1ms
34276
+  (0.1ms) rollback transaction
34277
+  (0.0ms) begin transaction
34278
+ --------------------------------------------
34279
+ WithLastTest: test_last_request_in_same_path
34280
+ --------------------------------------------
34281
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34282
+ Processing by PagesController#home as HTML
34283
+ Completed 500 Internal Server Error in 1ms
34284
+  (0.1ms) rollback transaction
34285
+  (0.1ms) begin transaction
34286
+ ------------------------------------------------------------------------------
34287
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34288
+ ------------------------------------------------------------------------------
34289
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34290
+ Processing by PagesController#home as HTML
34291
+ Parameters: {"p1"=>"p1"}
34292
+ Completed 500 Internal Server Error in 1ms
34293
+  (0.1ms) rollback transaction
34294
+  (0.0ms) begin transaction
34295
+ ------------------------------------------------------
34296
+ WithoutLastTest: test_translations_not_cause_any_error
34297
+ ------------------------------------------------------
34298
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34299
+ Processing by PagesController#home as HTML
34300
+ Parameters: {"p1"=>"p1"}
34301
+ Completed 500 Internal Server Error in 1ms
34302
+  (0.1ms) rollback transaction
34303
+  (0.0ms) begin transaction
34304
+ -----------------------------------------------------------------------
34305
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
34306
+ -----------------------------------------------------------------------
34307
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34308
+ Processing by PagesController#home as HTML
34309
+ Parameters: {"p1"=>"p1"}
34310
+ Completed 500 Internal Server Error in 1ms
34311
+  (0.1ms) rollback transaction
34312
+  (0.0ms) begin transaction
34313
+ -----------------------------------------------
34314
+ WithoutLastTest: test_last_request_in_same_path
34315
+ -----------------------------------------------
34316
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34317
+ Processing by PagesController#home as HTML
34318
+ Completed 500 Internal Server Error in 1ms
34319
+  (0.1ms) rollback transaction
34320
+  (0.0ms) begin transaction
34321
+ --------------------------------------------------------------------------------
34322
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34323
+ --------------------------------------------------------------------------------
34324
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34325
+ Processing by PagesController#home as HTML
34326
+ Parameters: {"p1"=>"p1"}
34327
+ Completed 500 Internal Server Error in 1ms
34328
+  (0.0ms) rollback transaction
34329
+  (0.0ms) begin transaction
34330
+ -------------------------------------------------------------------------
34331
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34332
+ -------------------------------------------------------------------------
34333
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34334
+ Processing by PagesController#home as HTML
34335
+ Parameters: {"p1"=>"p1"}
34336
+ Completed 500 Internal Server Error in 0ms
34337
+  (0.0ms) rollback transaction
34338
+  (0.1ms) begin transaction
34339
+ ----------------------------------------------------------------------------
34340
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
34341
+ ----------------------------------------------------------------------------
34342
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
34343
+ Processing by PagesController#home as HTML
34344
+ Parameters: {"p1"=>"p1"}
34345
+ Completed 500 Internal Server Error in 1ms
34346
+  (0.1ms) rollback transaction
34347
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34348
+  (0.1ms) select sqlite_version(*)
34349
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34350
+  (0.0ms) SELECT version FROM "schema_migrations"
34351
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34352
+  (0.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34353
+  (0.1ms) select sqlite_version(*)
34354
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34355
+  (0.1ms) SELECT version FROM "schema_migrations"
34356
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34357
+  (0.1ms) begin transaction
34358
+ -------------------------------------------------------------------------
34359
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
34360
+ -------------------------------------------------------------------------
34361
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34362
+  (0.1ms) rollback transaction
34363
+  (0.0ms) begin transaction
34364
+ --------------------------------------------------------------------
34365
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
34366
+ --------------------------------------------------------------------
34367
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34368
+ Processing by PagesController#home as HTML
34369
+ Parameters: {"p1"=>"p1"}
34370
+ Completed 500 Internal Server Error in 18ms
34371
+  (0.1ms) rollback transaction
34372
+  (0.1ms) begin transaction
34373
+ ----------------------------------------------------------------------
34374
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34375
+ ----------------------------------------------------------------------
34376
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34377
+ Processing by PagesController#home as HTML
34378
+ Parameters: {"p1"=>"p1"}
34379
+ Completed 500 Internal Server Error in 1ms
34380
+  (0.0ms) rollback transaction
34381
+  (0.0ms) begin transaction
34382
+ --------------------------------------------
34383
+ WithLastTest: test_last_request_in_same_path
34384
+ --------------------------------------------
34385
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34386
+ Processing by PagesController#home as HTML
34387
+ Completed 500 Internal Server Error in 1ms
34388
+  (0.0ms) rollback transaction
34389
+  (0.0ms) begin transaction
34390
+ ---------------------------------------------------
34391
+ WithLastTest: test_translations_not_cause_any_error
34392
+ ---------------------------------------------------
34393
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34394
+ Processing by PagesController#home as HTML
34395
+ Parameters: {"p1"=>"p1"}
34396
+ Completed 500 Internal Server Error in 1ms
34397
+  (0.0ms) rollback transaction
34398
+  (0.1ms) begin transaction
34399
+ ---------------------------------------------------------------------------
34400
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34401
+ ---------------------------------------------------------------------------
34402
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34403
+ Processing by PagesController#home as HTML
34404
+ Parameters: {"p1"=>"p1"}
34405
+ Completed 500 Internal Server Error in 1ms
34406
+  (0.1ms) rollback transaction
34407
+  (0.1ms) begin transaction
34408
+ -----------------------------------------------------------------------------
34409
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34410
+ -----------------------------------------------------------------------------
34411
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34412
+ Processing by PagesController#home as HTML
34413
+ Parameters: {"p1"=>"p1"}
34414
+ Completed 500 Internal Server Error in 1ms
34415
+  (0.1ms) rollback transaction
34416
+  (0.1ms) begin transaction
34417
+ ------------------------------------------------------
34418
+ WithoutLastTest: test_translations_not_cause_any_error
34419
+ ------------------------------------------------------
34420
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34421
+ Processing by PagesController#home as HTML
34422
+ Parameters: {"p1"=>"p1"}
34423
+ Completed 500 Internal Server Error in 1ms
34424
+  (0.1ms) rollback transaction
34425
+  (0.1ms) begin transaction
34426
+ -------------------------------------------------------------------------
34427
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34428
+ -------------------------------------------------------------------------
34429
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34430
+ Processing by PagesController#home as HTML
34431
+ Parameters: {"p1"=>"p1"}
34432
+ Completed 500 Internal Server Error in 1ms
34433
+  (0.1ms) rollback transaction
34434
+  (0.0ms) begin transaction
34435
+ --------------------------------------------------------------------------------
34436
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34437
+ --------------------------------------------------------------------------------
34438
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34439
+ Processing by PagesController#home as HTML
34440
+ Parameters: {"p1"=>"p1"}
34441
+ Completed 500 Internal Server Error in 1ms
34442
+  (0.1ms) rollback transaction
34443
+  (0.0ms) begin transaction
34444
+ ------------------------------------------------------------------------------
34445
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34446
+ ------------------------------------------------------------------------------
34447
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34448
+ Processing by PagesController#home as HTML
34449
+ Parameters: {"p1"=>"p1"}
34450
+ Completed 500 Internal Server Error in 1ms
34451
+  (0.0ms) rollback transaction
34452
+  (0.0ms) begin transaction
34453
+ -----------------------------------------------------------------------
34454
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
34455
+ -----------------------------------------------------------------------
34456
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34457
+ Processing by PagesController#home as HTML
34458
+ Parameters: {"p1"=>"p1"}
34459
+ Completed 500 Internal Server Error in 1ms
34460
+  (0.1ms) rollback transaction
34461
+  (0.0ms) begin transaction
34462
+ ----------------------------------------------------------------------------
34463
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
34464
+ ----------------------------------------------------------------------------
34465
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34466
+ Processing by PagesController#home as HTML
34467
+ Parameters: {"p1"=>"p1"}
34468
+ Completed 500 Internal Server Error in 1ms
34469
+  (0.1ms) rollback transaction
34470
+  (0.0ms) begin transaction
34471
+ -----------------------------------------------
34472
+ WithoutLastTest: test_last_request_in_same_path
34473
+ -----------------------------------------------
34474
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
34475
+ Processing by PagesController#home as HTML
34476
+ Completed 500 Internal Server Error in 1ms
34477
+  (0.1ms) rollback transaction
34478
+  (0.0ms) begin transaction
34479
+ ------------------------------------------
34480
+ GeneratorsTest: test_initializer_generator
34481
+ ------------------------------------------
34482
+  (0.1ms) rollback transaction
34483
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34484
+  (0.1ms) select sqlite_version(*)
34485
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34486
+  (0.0ms) SELECT version FROM "schema_migrations"
34487
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34488
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34489
+  (0.1ms) select sqlite_version(*)
34490
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34491
+  (0.1ms) SELECT version FROM "schema_migrations"
34492
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34493
+  (0.1ms) begin transaction
34494
+ ----------------------------------------------------------------------------
34495
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
34496
+ ----------------------------------------------------------------------------
34497
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34498
+ Processing by PagesController#home as HTML
34499
+ Parameters: {"p1"=>"p1"}
34500
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
34501
+ Completed 200 OK in 34ms (Views: 21.5ms | ActiveRecord: 0.0ms)
34502
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34503
+ Processing by PagesController#static as HTML
34504
+ Parameters: {"p2"=>"p2"}
34505
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34506
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34507
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34508
+ Processing by PagesController#nested as HTML
34509
+ Parameters: {"p3"=>"p3"}
34510
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
34511
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
34512
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34513
+ Processing by PagesController#home as HTML
34514
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
34515
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
34516
+  (0.1ms) rollback transaction
34517
+  (0.0ms) begin transaction
34518
+ ------------------------------------------------------------------------------
34519
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34520
+ ------------------------------------------------------------------------------
34521
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34522
+ Processing by PagesController#home as HTML
34523
+ Parameters: {"p1"=>"p1"}
34524
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34525
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34526
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34527
+ Processing by PagesController#empty as HTML
34528
+ Parameters: {"p2"=>"p2"}
34529
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34530
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34531
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34532
+ Processing by PagesController#nested as HTML
34533
+ Parameters: {"p3"=>"p3"}
34534
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34535
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34536
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34537
+ Processing by PagesController#home as HTML
34538
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34539
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34540
+  (0.1ms) rollback transaction
34541
+  (0.1ms) begin transaction
34542
+ -----------------------------------------------------------------------
34543
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
34544
+ -----------------------------------------------------------------------
34545
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34546
+ Processing by PagesController#home as HTML
34547
+ Parameters: {"p1"=>"p1"}
34548
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34549
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34550
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34551
+ Processing by PagesController#param as HTML
34552
+ Parameters: {"p2"=>"p2"}
34553
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34554
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34555
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34556
+ Processing by PagesController#param as HTML
34557
+ Parameters: {"p3"=>"p3", "param"=>"1"}
34558
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34559
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34560
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34561
+ Processing by PagesController#nested as HTML
34562
+ Parameters: {"p4"=>"p4", "param"=>"1"}
34563
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34564
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34565
+ Started GET "/param" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34566
+ Processing by PagesController#param as HTML
34567
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34568
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34569
+  (0.1ms) rollback transaction
34570
+  (0.0ms) begin transaction
34571
+ ------------------------------------------------------
34572
+ WithoutLastTest: test_translations_not_cause_any_error
34573
+ ------------------------------------------------------
34574
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34575
+ Processing by PagesController#home as HTML
34576
+ Parameters: {"p1"=>"p1"}
34577
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34578
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34579
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34580
+ Processing by PagesController#i18n as HTML
34581
+ Parameters: {"p2"=>"p2"}
34582
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34583
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34584
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34585
+ Processing by PagesController#nested as HTML
34586
+ Parameters: {"p3"=>"p3"}
34587
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34588
+ Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34589
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34590
+ Processing by PagesController#home as HTML
34591
+ Parameters: {"p1"=>"p1"}
34592
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
34593
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34594
+  (0.1ms) rollback transaction
34595
+  (0.0ms) begin transaction
34596
+ -------------------------------------------------------------------------
34597
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34598
+ -------------------------------------------------------------------------
34599
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
34600
+ Processing by PagesController#home as HTML
34601
+ Parameters: {"p1"=>"p1"}
34602
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
34603
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34604
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34605
+ Processing by PagesController#nested as HTML
34606
+ Parameters: {"p3"=>"p3"}
34607
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34608
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34609
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34610
+ Processing by PagesController#home as HTML
34611
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34612
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34613
+  (0.1ms) rollback transaction
34614
+  (0.0ms) begin transaction
34615
+ --------------------------------------------------------------------------------
34616
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34617
+ --------------------------------------------------------------------------------
34618
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34619
+ Processing by PagesController#home as HTML
34620
+ Parameters: {"p1"=>"p1"}
34621
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34622
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34623
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34624
+ Processing by PagesController#param as HTML
34625
+ Parameters: {"p2"=>"p2"}
34626
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34627
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34628
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34629
+ Processing by PagesController#param as HTML
34630
+ Parameters: {"p3"=>"p3", "param"=>"1"}
34631
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34632
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34633
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34634
+ Processing by PagesController#nested as HTML
34635
+ Parameters: {"p4"=>"p4", "param"=>"1"}
34636
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
34637
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
34638
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34639
+ Processing by PagesController#home as HTML
34640
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
34641
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34642
+  (0.1ms) rollback transaction
34643
+  (0.1ms) begin transaction
34644
+ -----------------------------------------------
34645
+ WithoutLastTest: test_last_request_in_same_path
34646
+ -----------------------------------------------
34647
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34648
+ Processing by PagesController#home as HTML
34649
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34650
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34651
+ Started GET "/static" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34652
+ Processing by PagesController#static as HTML
34653
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34654
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
34655
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34656
+ Processing by PagesController#nested as HTML
34657
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34658
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34659
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34660
+ Processing by PagesController#home as HTML
34661
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34662
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
34663
+  (0.1ms) rollback transaction
34664
+  (0.0ms) begin transaction
34665
+ ------------------------------------------
34666
+ GeneratorsTest: test_initializer_generator
34667
+ ------------------------------------------
34668
+  (0.2ms) rollback transaction
34669
+  (0.1ms) begin transaction
34670
+ -------------------------------------------------------------------------
34671
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
34672
+ -------------------------------------------------------------------------
34673
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34674
+ Processing by PagesController#home as HTML
34675
+ Parameters: {"p1"=>"p1"}
34676
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
34677
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
34678
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34679
+ Processing by PagesController#static as HTML
34680
+ Parameters: {"p2"=>"p2"}
34681
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34682
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
34683
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34684
+ Processing by PagesController#nested as HTML
34685
+ Parameters: {"p3"=>"p3"}
34686
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34687
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34688
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34689
+ Processing by PagesController#home as HTML
34690
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34691
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34692
+  (0.1ms) rollback transaction
34693
+  (0.0ms) begin transaction
34694
+ ---------------------------------------------------------------------------
34695
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34696
+ ---------------------------------------------------------------------------
34697
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34698
+ Processing by PagesController#home as HTML
34699
+ Parameters: {"p1"=>"p1"}
34700
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34701
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34702
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34703
+ Processing by PagesController#empty as HTML
34704
+ Parameters: {"p2"=>"p2"}
34705
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34706
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34707
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34708
+ Processing by PagesController#nested as HTML
34709
+ Parameters: {"p3"=>"p3"}
34710
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34711
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34712
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34713
+ Processing by PagesController#home as HTML
34714
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34715
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
34716
+  (0.1ms) rollback transaction
34717
+  (0.0ms) begin transaction
34718
+ ---------------------------------------------------
34719
+ WithLastTest: test_translations_not_cause_any_error
34720
+ ---------------------------------------------------
34721
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34722
+ Processing by PagesController#home as HTML
34723
+ Parameters: {"p1"=>"p1"}
34724
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34725
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34726
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34727
+ Processing by PagesController#i18n as HTML
34728
+ Parameters: {"p2"=>"p2"}
34729
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34730
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34731
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34732
+ Processing by PagesController#nested as HTML
34733
+ Parameters: {"p3"=>"p3"}
34734
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34735
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34736
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34737
+ Processing by PagesController#home as HTML
34738
+ Parameters: {"p1"=>"p1"}
34739
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34740
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34741
+  (0.1ms) rollback transaction
34742
+  (0.1ms) begin transaction
34743
+ --------------------------------------------
34744
+ WithLastTest: test_last_request_in_same_path
34745
+ --------------------------------------------
34746
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34747
+ Processing by PagesController#home as HTML
34748
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34749
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34750
+ Started GET "/static" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34751
+ Processing by PagesController#static as HTML
34752
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34753
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34754
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34755
+ Processing by PagesController#nested as HTML
34756
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34757
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34758
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34759
+ Processing by PagesController#home as HTML
34760
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34761
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34762
+  (0.1ms) rollback transaction
34763
+  (0.0ms) begin transaction
34764
+ -----------------------------------------------------------------------------
34765
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34766
+ -----------------------------------------------------------------------------
34767
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34768
+ Processing by PagesController#home as HTML
34769
+ Parameters: {"p1"=>"p1"}
34770
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34771
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34772
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34773
+ Processing by PagesController#param as HTML
34774
+ Parameters: {"p2"=>"p2"}
34775
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34776
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34777
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34778
+ Processing by PagesController#param as HTML
34779
+ Parameters: {"p3"=>"p3", "param"=>"1"}
34780
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34781
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34782
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34783
+ Processing by PagesController#nested as HTML
34784
+ Parameters: {"p4"=>"p4", "param"=>"1"}
34785
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
34786
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34787
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34788
+ Processing by PagesController#home as HTML
34789
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34790
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34791
+  (0.1ms) rollback transaction
34792
+  (0.1ms) begin transaction
34793
+ --------------------------------------------------------------------
34794
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
34795
+ --------------------------------------------------------------------
34796
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34797
+ Processing by PagesController#home as HTML
34798
+ Parameters: {"p1"=>"p1"}
34799
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34800
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34801
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34802
+ Processing by PagesController#param as HTML
34803
+ Parameters: {"p2"=>"p2"}
34804
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34805
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34806
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34807
+ Processing by PagesController#param as HTML
34808
+ Parameters: {"p3"=>"p3", "param"=>"1"}
34809
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34810
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34811
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34812
+ Processing by PagesController#nested as HTML
34813
+ Parameters: {"p4"=>"p4", "param"=>"1"}
34814
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34815
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34816
+ Started GET "/param" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34817
+ Processing by PagesController#param as HTML
34818
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34819
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34820
+  (0.1ms) rollback transaction
34821
+  (0.1ms) begin transaction
34822
+ ----------------------------------------------------------------------
34823
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34824
+ ----------------------------------------------------------------------
34825
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34826
+ Processing by PagesController#home as HTML
34827
+ Parameters: {"p1"=>"p1"}
34828
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34829
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34830
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34831
+ Processing by PagesController#nested as HTML
34832
+ Parameters: {"p3"=>"p3"}
34833
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34834
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34835
+ Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
34836
+ Processing by PagesController#home as HTML
34837
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34838
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
34839
+  (0.1ms) rollback transaction
34840
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34841
+  (0.1ms) select sqlite_version(*)
34842
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34843
+  (0.1ms) SELECT version FROM "schema_migrations"
34844
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34845
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
34846
+  (0.1ms) select sqlite_version(*)
34847
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34848
+  (0.2ms) SELECT version FROM "schema_migrations"
34849
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
34850
+  (0.1ms) begin transaction
34851
+ ----------------------------------------------------------------------
34852
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
34853
+ ----------------------------------------------------------------------
34854
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34855
+ Processing by PagesController#home as HTML
34856
+ Parameters: {"p1"=>"p1"}
34857
+ Rendered pages/crumbs.html.erb within layouts/application (1.4ms)
34858
+ Completed 200 OK in 30ms (Views: 20.6ms | ActiveRecord: 0.0ms)
34859
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34860
+ Processing by PagesController#nested as HTML
34861
+ Parameters: {"p3"=>"p3"}
34862
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34863
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
34864
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34865
+ Processing by PagesController#home as HTML
34866
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34867
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34868
+  (0.1ms) rollback transaction
34869
+  (0.0ms) begin transaction
34870
+ ---------------------------------------------------------------------------
34871
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
34872
+ ---------------------------------------------------------------------------
34873
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34874
+ Processing by PagesController#home as HTML
34875
+ Parameters: {"p1"=>"p1"}
34876
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34877
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34878
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34879
+ Processing by PagesController#empty as HTML
34880
+ Parameters: {"p2"=>"p2"}
34881
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34882
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
34883
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34884
+ Processing by PagesController#nested as HTML
34885
+ Parameters: {"p3"=>"p3"}
34886
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34887
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34888
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34889
+ Processing by PagesController#home as HTML
34890
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34891
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34892
+  (0.1ms) rollback transaction
34893
+  (0.0ms) begin transaction
34894
+ -------------------------------------------------------------------------
34895
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
34896
+ -------------------------------------------------------------------------
34897
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34898
+ Processing by PagesController#home as HTML
34899
+ Parameters: {"p1"=>"p1"}
34900
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34901
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34902
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34903
+ Processing by PagesController#static as HTML
34904
+ Parameters: {"p2"=>"p2"}
34905
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34906
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34907
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34908
+ Processing by PagesController#nested as HTML
34909
+ Parameters: {"p3"=>"p3"}
34910
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34911
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34912
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34913
+ Processing by PagesController#home as HTML
34914
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34915
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34916
+  (0.1ms) rollback transaction
34917
+  (0.2ms) begin transaction
34918
+ -----------------------------------------------------------------------------
34919
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
34920
+ -----------------------------------------------------------------------------
34921
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34922
+ Processing by PagesController#home as HTML
34923
+ Parameters: {"p1"=>"p1"}
34924
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34925
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34926
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34927
+ Processing by PagesController#param as HTML
34928
+ Parameters: {"p2"=>"p2"}
34929
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34930
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34931
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34932
+ Processing by PagesController#param as HTML
34933
+ Parameters: {"p3"=>"p3", "param"=>"1"}
34934
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34935
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34936
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34937
+ Processing by PagesController#nested as HTML
34938
+ Parameters: {"p4"=>"p4", "param"=>"1"}
34939
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34940
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34941
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34942
+ Processing by PagesController#home as HTML
34943
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34944
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34945
+  (0.1ms) rollback transaction
34946
+  (0.0ms) begin transaction
34947
+ --------------------------------------------
34948
+ WithLastTest: test_last_request_in_same_path
34949
+ --------------------------------------------
34950
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34951
+ Processing by PagesController#home as HTML
34952
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34953
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34954
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34955
+ Processing by PagesController#static as HTML
34956
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34957
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
34958
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34959
+ Processing by PagesController#nested as HTML
34960
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34961
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34962
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34963
+ Processing by PagesController#home as HTML
34964
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34965
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34966
+  (0.1ms) rollback transaction
34967
+  (0.1ms) begin transaction
34968
+ ---------------------------------------------------
34969
+ WithLastTest: test_translations_not_cause_any_error
34970
+ ---------------------------------------------------
34971
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34972
+ Processing by PagesController#home as HTML
34973
+ Parameters: {"p1"=>"p1"}
34974
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34975
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
34976
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34977
+ Processing by PagesController#i18n as HTML
34978
+ Parameters: {"p2"=>"p2"}
34979
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34980
+ Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
34981
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34982
+ Processing by PagesController#nested as HTML
34983
+ Parameters: {"p3"=>"p3"}
34984
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34985
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34986
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34987
+ Processing by PagesController#home as HTML
34988
+ Parameters: {"p1"=>"p1"}
34989
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
34990
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
34991
+  (0.1ms) rollback transaction
34992
+  (0.0ms) begin transaction
34993
+ --------------------------------------------------------------------
34994
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
34995
+ --------------------------------------------------------------------
34996
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
34997
+ Processing by PagesController#home as HTML
34998
+ Parameters: {"p1"=>"p1"}
34999
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35000
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35001
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35002
+ Processing by PagesController#param as HTML
35003
+ Parameters: {"p2"=>"p2"}
35004
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
35005
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35006
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35007
+ Processing by PagesController#param as HTML
35008
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35009
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35010
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35011
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35012
+ Processing by PagesController#nested as HTML
35013
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35014
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35015
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35016
+ Started GET "/param" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35017
+ Processing by PagesController#param as HTML
35018
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35019
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35020
+  (0.1ms) rollback transaction
35021
+  (0.0ms) begin transaction
35022
+ ----------------------------------------------------------------------------
35023
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
35024
+ ----------------------------------------------------------------------------
35025
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35026
+ Processing by PagesController#home as HTML
35027
+ Parameters: {"p1"=>"p1"}
35028
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35029
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35030
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35031
+ Processing by PagesController#static as HTML
35032
+ Parameters: {"p2"=>"p2"}
35033
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35034
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35035
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35036
+ Processing by PagesController#nested as HTML
35037
+ Parameters: {"p3"=>"p3"}
35038
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35039
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35040
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35041
+ Processing by PagesController#home as HTML
35042
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35043
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35044
+  (0.1ms) rollback transaction
35045
+  (0.0ms) begin transaction
35046
+ -----------------------------------------------------------------------
35047
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
35048
+ -----------------------------------------------------------------------
35049
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35050
+ Processing by PagesController#home as HTML
35051
+ Parameters: {"p1"=>"p1"}
35052
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35053
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35054
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35055
+ Processing by PagesController#param as HTML
35056
+ Parameters: {"p2"=>"p2"}
35057
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35058
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35059
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35060
+ Processing by PagesController#param as HTML
35061
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35062
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35063
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35064
+  (0.1ms) rollback transaction
35065
+  (0.0ms) begin transaction
35066
+ ------------------------------------------------------
35067
+ WithoutLastTest: test_translations_not_cause_any_error
35068
+ ------------------------------------------------------
35069
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35070
+ Processing by PagesController#home as HTML
35071
+ Parameters: {"p1"=>"p1"}
35072
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35073
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35074
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35075
+ Processing by PagesController#i18n as HTML
35076
+ Parameters: {"p2"=>"p2"}
35077
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35078
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35079
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35080
+ Processing by PagesController#nested as HTML
35081
+ Parameters: {"p3"=>"p3"}
35082
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35083
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35084
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35085
+ Processing by PagesController#home as HTML
35086
+ Parameters: {"p1"=>"p1"}
35087
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35088
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35089
+  (0.1ms) rollback transaction
35090
+  (0.0ms) begin transaction
35091
+ -------------------------------------------------------------------------
35092
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
35093
+ -------------------------------------------------------------------------
35094
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35095
+ Processing by PagesController#home as HTML
35096
+ Parameters: {"p1"=>"p1"}
35097
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35098
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35099
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35100
+ Processing by PagesController#nested as HTML
35101
+ Parameters: {"p3"=>"p3"}
35102
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35103
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35104
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35105
+ Processing by PagesController#home as HTML
35106
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35107
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35108
+  (0.1ms) rollback transaction
35109
+  (0.1ms) begin transaction
35110
+ --------------------------------------------------------------------------------
35111
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
35112
+ --------------------------------------------------------------------------------
35113
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35114
+ Processing by PagesController#home as HTML
35115
+ Parameters: {"p1"=>"p1"}
35116
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35117
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35118
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35119
+ Processing by PagesController#param as HTML
35120
+ Parameters: {"p2"=>"p2"}
35121
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35122
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35123
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35124
+ Processing by PagesController#param as HTML
35125
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35126
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35127
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35128
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35129
+ Processing by PagesController#nested as HTML
35130
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35131
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35132
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35133
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35134
+ Processing by PagesController#home as HTML
35135
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35136
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35137
+  (0.1ms) rollback transaction
35138
+  (0.0ms) begin transaction
35139
+ ------------------------------------------------------------------------------
35140
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
35141
+ ------------------------------------------------------------------------------
35142
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35143
+ Processing by PagesController#home as HTML
35144
+ Parameters: {"p1"=>"p1"}
35145
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35146
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35147
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35148
+ Processing by PagesController#empty as HTML
35149
+ Parameters: {"p2"=>"p2"}
35150
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35151
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35152
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35153
+ Processing by PagesController#nested as HTML
35154
+ Parameters: {"p3"=>"p3"}
35155
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35156
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35157
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35158
+ Processing by PagesController#home as HTML
35159
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35160
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35161
+  (0.1ms) rollback transaction
35162
+  (0.0ms) begin transaction
35163
+ -----------------------------------------------
35164
+ WithoutLastTest: test_last_request_in_same_path
35165
+ -----------------------------------------------
35166
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35167
+ Processing by PagesController#home as HTML
35168
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35169
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35170
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35171
+ Processing by PagesController#static as HTML
35172
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35173
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35174
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35175
+ Processing by PagesController#nested as HTML
35176
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35177
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35178
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
35179
+ Processing by PagesController#home as HTML
35180
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35181
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35182
+  (0.1ms) rollback transaction
35183
+  (0.0ms) begin transaction
35184
+ ------------------------------------------
35185
+ GeneratorsTest: test_initializer_generator
35186
+ ------------------------------------------
35187
+  (0.1ms) rollback transaction
35188
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
35189
+  (0.1ms) select sqlite_version(*)
35190
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35191
+  (0.1ms) SELECT version FROM "schema_migrations"
35192
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
35193
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
35194
+  (0.1ms) select sqlite_version(*)
35195
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35196
+  (0.1ms) SELECT version FROM "schema_migrations"
35197
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
35198
+  (0.1ms) begin transaction
35199
+ -----------------------------------------------
35200
+ WithoutLastTest: test_last_request_in_same_path
35201
+ -----------------------------------------------
35202
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35203
+ Processing by PagesController#home as HTML
35204
+ Rendered pages/crumbs.html.erb within layouts/application (1.5ms)
35205
+ Completed 200 OK in 26ms (Views: 17.0ms | ActiveRecord: 0.0ms)
35206
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35207
+ Processing by PagesController#static as HTML
35208
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35209
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35210
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35211
+ Processing by PagesController#nested as HTML
35212
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35213
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35214
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35215
+ Processing by PagesController#home as HTML
35216
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35217
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35218
+  (0.1ms) rollback transaction
35219
+  (0.0ms) begin transaction
35220
+ ----------------------------------------------------------------------------
35221
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
35222
+ ----------------------------------------------------------------------------
35223
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35224
+ Processing by PagesController#home as HTML
35225
+ Parameters: {"p1"=>"p1"}
35226
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35227
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35228
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35229
+ Processing by PagesController#static as HTML
35230
+ Parameters: {"p2"=>"p2"}
35231
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35232
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35233
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35234
+ Processing by PagesController#nested as HTML
35235
+ Parameters: {"p3"=>"p3"}
35236
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35237
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35238
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35239
+ Processing by PagesController#home as HTML
35240
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35241
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35242
+  (0.1ms) rollback transaction
35243
+  (0.0ms) begin transaction
35244
+ ------------------------------------------------------------------------------
35245
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
35246
+ ------------------------------------------------------------------------------
35247
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35248
+ Processing by PagesController#home as HTML
35249
+ Parameters: {"p1"=>"p1"}
35250
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35251
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35252
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35253
+ Processing by PagesController#empty as HTML
35254
+ Parameters: {"p2"=>"p2"}
35255
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35256
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35257
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35258
+ Processing by PagesController#nested as HTML
35259
+ Parameters: {"p3"=>"p3"}
35260
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35261
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35262
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35263
+ Processing by PagesController#home as HTML
35264
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35265
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35266
+  (0.1ms) rollback transaction
35267
+  (0.0ms) begin transaction
35268
+ -----------------------------------------------------------------------
35269
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
35270
+ -----------------------------------------------------------------------
35271
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35272
+ Processing by PagesController#home as HTML
35273
+ Parameters: {"p1"=>"p1"}
35274
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35275
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35276
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35277
+ Processing by PagesController#param as HTML
35278
+ Parameters: {"p2"=>"p2"}
35279
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35280
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35281
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35282
+ Processing by PagesController#param as HTML
35283
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35284
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35285
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35286
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35287
+ Processing by PagesController#nested as HTML
35288
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35289
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35290
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35291
+ Started GET "/param" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35292
+ Processing by PagesController#param as HTML
35293
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35294
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35295
+  (0.1ms) rollback transaction
35296
+  (0.0ms) begin transaction
35297
+ --------------------------------------------------------------------------------
35298
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
35299
+ --------------------------------------------------------------------------------
35300
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35301
+ Processing by PagesController#home as HTML
35302
+ Parameters: {"p1"=>"p1"}
35303
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35304
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35305
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35306
+ Processing by PagesController#param as HTML
35307
+ Parameters: {"p2"=>"p2"}
35308
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35309
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35310
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35311
+ Processing by PagesController#param as HTML
35312
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35313
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35314
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35315
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35316
+ Processing by PagesController#nested as HTML
35317
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35318
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35319
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35320
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35321
+ Processing by PagesController#home as HTML
35322
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35323
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35324
+  (0.1ms) rollback transaction
35325
+  (0.1ms) begin transaction
35326
+ ------------------------------------------------------
35327
+ WithoutLastTest: test_translations_not_cause_any_error
35328
+ ------------------------------------------------------
35329
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35330
+ Processing by PagesController#home as HTML
35331
+ Parameters: {"p1"=>"p1"}
35332
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35333
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35334
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35335
+ Processing by PagesController#i18n as HTML
35336
+ Parameters: {"p2"=>"p2"}
35337
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35338
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35339
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35340
+ Processing by PagesController#nested as HTML
35341
+ Parameters: {"p3"=>"p3"}
35342
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35343
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35344
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35345
+ Processing by PagesController#home as HTML
35346
+ Parameters: {"p1"=>"p1"}
35347
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35348
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35349
+  (0.1ms) rollback transaction
35350
+  (0.0ms) begin transaction
35351
+ -------------------------------------------------------------------------
35352
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
35353
+ -------------------------------------------------------------------------
35354
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35355
+ Processing by PagesController#home as HTML
35356
+ Parameters: {"p1"=>"p1"}
35357
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35358
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35359
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35360
+ Processing by PagesController#nested as HTML
35361
+ Parameters: {"p3"=>"p3"}
35362
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35363
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35364
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35365
+ Processing by PagesController#home as HTML
35366
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35367
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35368
+  (0.1ms) rollback transaction
35369
+  (0.0ms) begin transaction
35370
+ --------------------------------------------
35371
+ WithLastTest: test_last_request_in_same_path
35372
+ --------------------------------------------
35373
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35374
+ Processing by PagesController#home as HTML
35375
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35376
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
35377
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35378
+ Processing by PagesController#static as HTML
35379
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35380
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35381
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35382
+ Processing by PagesController#nested as HTML
35383
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35384
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
35385
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35386
+ Processing by PagesController#home as HTML
35387
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35388
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35389
+  (0.1ms) rollback transaction
35390
+  (0.1ms) begin transaction
35391
+ -----------------------------------------------------------------------------
35392
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
35393
+ -----------------------------------------------------------------------------
35394
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35395
+ Processing by PagesController#home as HTML
35396
+ Parameters: {"p1"=>"p1"}
35397
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35398
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35399
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35400
+ Processing by PagesController#param as HTML
35401
+ Parameters: {"p2"=>"p2"}
35402
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35403
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35404
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35405
+ Processing by PagesController#param as HTML
35406
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35407
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35408
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35409
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35410
+ Processing by PagesController#nested as HTML
35411
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35412
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
35413
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
35414
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35415
+ Processing by PagesController#home as HTML
35416
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35417
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35418
+  (0.1ms) rollback transaction
35419
+  (0.0ms) begin transaction
35420
+ --------------------------------------------------------------------
35421
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
35422
+ --------------------------------------------------------------------
35423
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35424
+ Processing by PagesController#home as HTML
35425
+ Parameters: {"p1"=>"p1"}
35426
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35427
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35428
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35429
+ Processing by PagesController#param as HTML
35430
+ Parameters: {"p2"=>"p2"}
35431
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35432
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35433
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35434
+ Processing by PagesController#param as HTML
35435
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35436
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35437
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35438
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35439
+ Processing by PagesController#nested as HTML
35440
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35441
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35442
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35443
+ Started GET "/param" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35444
+ Processing by PagesController#param as HTML
35445
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35446
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35447
+  (0.1ms) rollback transaction
35448
+  (0.1ms) begin transaction
35449
+ ---------------------------------------------------------------------------
35450
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
35451
+ ---------------------------------------------------------------------------
35452
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35453
+ Processing by PagesController#home as HTML
35454
+ Parameters: {"p1"=>"p1"}
35455
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35456
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35457
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35458
+ Processing by PagesController#empty as HTML
35459
+ Parameters: {"p2"=>"p2"}
35460
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35461
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35462
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35463
+ Processing by PagesController#nested as HTML
35464
+ Parameters: {"p3"=>"p3"}
35465
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35466
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35467
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35468
+ Processing by PagesController#home as HTML
35469
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35470
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35471
+  (0.1ms) rollback transaction
35472
+  (0.1ms) begin transaction
35473
+ ---------------------------------------------------
35474
+ WithLastTest: test_translations_not_cause_any_error
35475
+ ---------------------------------------------------
35476
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35477
+ Processing by PagesController#home as HTML
35478
+ Parameters: {"p1"=>"p1"}
35479
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35480
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35481
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35482
+ Processing by PagesController#i18n as HTML
35483
+ Parameters: {"p2"=>"p2"}
35484
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35485
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35486
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35487
+ Processing by PagesController#nested as HTML
35488
+ Parameters: {"p3"=>"p3"}
35489
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35490
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35491
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35492
+ Processing by PagesController#home as HTML
35493
+ Parameters: {"p1"=>"p1"}
35494
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35495
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
35496
+  (0.1ms) rollback transaction
35497
+  (0.0ms) begin transaction
35498
+ -------------------------------------------------------------------------
35499
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
35500
+ -------------------------------------------------------------------------
35501
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35502
+ Processing by PagesController#home as HTML
35503
+ Parameters: {"p1"=>"p1"}
35504
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35505
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35506
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35507
+ Processing by PagesController#static as HTML
35508
+ Parameters: {"p2"=>"p2"}
35509
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
35510
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35511
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35512
+ Processing by PagesController#nested as HTML
35513
+ Parameters: {"p3"=>"p3"}
35514
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35515
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35516
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35517
+ Processing by PagesController#home as HTML
35518
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35519
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
35520
+  (0.1ms) rollback transaction
35521
+  (0.0ms) begin transaction
35522
+ ----------------------------------------------------------------------
35523
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
35524
+ ----------------------------------------------------------------------
35525
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35526
+ Processing by PagesController#home as HTML
35527
+ Parameters: {"p1"=>"p1"}
35528
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35529
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35530
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35531
+ Processing by PagesController#nested as HTML
35532
+ Parameters: {"p3"=>"p3"}
35533
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35534
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35535
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
35536
+ Processing by PagesController#home as HTML
35537
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35538
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35539
+  (0.1ms) rollback transaction
35540
+  (0.0ms) begin transaction
35541
+ ------------------------------------------
35542
+ GeneratorsTest: test_initializer_generator
35543
+ ------------------------------------------
35544
+  (0.1ms) rollback transaction
35545
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
35546
+  (0.1ms) select sqlite_version(*)
35547
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35548
+  (0.0ms) SELECT version FROM "schema_migrations"
35549
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
35550
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
35551
+  (0.1ms) select sqlite_version(*)
35552
+  (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35553
+  (0.1ms) SELECT version FROM "schema_migrations"
35554
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
35555
+  (0.1ms) begin transaction
35556
+ ---------------------------------------------------
35557
+ WithLastTest: test_translations_not_cause_any_error
35558
+ ---------------------------------------------------
35559
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35560
+ Processing by PagesController#home as HTML
35561
+ Parameters: {"p1"=>"p1"}
35562
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
35563
+ Completed 200 OK in 26ms (Views: 17.7ms | ActiveRecord: 0.0ms)
35564
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35565
+ Processing by PagesController#i18n as HTML
35566
+ Parameters: {"p2"=>"p2"}
35567
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35568
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35569
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35570
+ Processing by PagesController#nested as HTML
35571
+ Parameters: {"p3"=>"p3"}
35572
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35573
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35574
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35575
+ Processing by PagesController#home as HTML
35576
+ Parameters: {"p1"=>"p1"}
35577
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35578
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35579
+  (0.1ms) rollback transaction
35580
+  (0.0ms) begin transaction
35581
+ ----------------------------------------------------------------------
35582
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
35583
+ ----------------------------------------------------------------------
35584
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35585
+ Processing by PagesController#home as HTML
35586
+ Parameters: {"p1"=>"p1"}
35587
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35588
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35589
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35590
+ Processing by PagesController#nested as HTML
35591
+ Parameters: {"p3"=>"p3"}
35592
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
35593
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35594
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35595
+ Processing by PagesController#home as HTML
35596
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35597
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35598
+  (0.1ms) rollback transaction
35599
+  (0.0ms) begin transaction
35600
+ --------------------------------------------
35601
+ WithLastTest: test_last_request_in_same_path
35602
+ --------------------------------------------
35603
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35604
+ Processing by PagesController#home as HTML
35605
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35606
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35607
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35608
+ Processing by PagesController#static as HTML
35609
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35610
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35611
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35612
+ Processing by PagesController#nested as HTML
35613
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35614
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35615
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35616
+ Processing by PagesController#home as HTML
35617
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35618
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35619
+  (0.1ms) rollback transaction
35620
+  (0.0ms) begin transaction
35621
+ --------------------------------------------------------------------
35622
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
35623
+ --------------------------------------------------------------------
35624
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35625
+ Processing by PagesController#home as HTML
35626
+ Parameters: {"p1"=>"p1"}
35627
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35628
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35629
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35630
+ Processing by PagesController#param as HTML
35631
+ Parameters: {"p2"=>"p2"}
35632
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35633
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35634
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35635
+ Processing by PagesController#param as HTML
35636
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35637
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35638
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35639
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35640
+ Processing by PagesController#nested as HTML
35641
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35642
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35643
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35644
+ Started GET "/param" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35645
+ Processing by PagesController#param as HTML
35646
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35647
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35648
+  (0.1ms) rollback transaction
35649
+  (0.1ms) begin transaction
35650
+ -----------------------------------------------------------------------------
35651
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
35652
+ -----------------------------------------------------------------------------
35653
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35654
+ Processing by PagesController#home as HTML
35655
+ Parameters: {"p1"=>"p1"}
35656
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35657
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35658
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35659
+ Processing by PagesController#param as HTML
35660
+ Parameters: {"p2"=>"p2"}
35661
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35662
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35663
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35664
+ Processing by PagesController#param as HTML
35665
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35666
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35667
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35668
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35669
+ Processing by PagesController#nested as HTML
35670
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35671
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35672
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35673
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35674
+ Processing by PagesController#home as HTML
35675
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35676
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35677
+  (0.1ms) rollback transaction
35678
+  (0.0ms) begin transaction
35679
+ ---------------------------------------------------------------------------
35680
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
35681
+ ---------------------------------------------------------------------------
35682
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35683
+ Processing by PagesController#home as HTML
35684
+ Parameters: {"p1"=>"p1"}
35685
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35686
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35687
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35688
+ Processing by PagesController#empty as HTML
35689
+ Parameters: {"p2"=>"p2"}
35690
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35691
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35692
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35693
+ Processing by PagesController#nested as HTML
35694
+ Parameters: {"p3"=>"p3"}
35695
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35696
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35697
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35698
+ Processing by PagesController#home as HTML
35699
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35700
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35701
+  (0.1ms) rollback transaction
35702
+  (0.0ms) begin transaction
35703
+ -------------------------------------------------------------------------
35704
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
35705
+ -------------------------------------------------------------------------
35706
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35707
+ Processing by PagesController#home as HTML
35708
+ Parameters: {"p1"=>"p1"}
35709
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35710
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35711
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35712
+ Processing by PagesController#static as HTML
35713
+ Parameters: {"p2"=>"p2"}
35714
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35715
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35716
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35717
+ Processing by PagesController#nested as HTML
35718
+ Parameters: {"p3"=>"p3"}
35719
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35720
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35721
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35722
+ Processing by PagesController#home as HTML
35723
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35724
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35725
+  (0.1ms) rollback transaction
35726
+  (0.0ms) begin transaction
35727
+ ------------------------------------------
35728
+ GeneratorsTest: test_initializer_generator
35729
+ ------------------------------------------
35730
+  (0.1ms) rollback transaction
35731
+  (0.0ms) begin transaction
35732
+ ------------------------------------------------------------------------------
35733
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
35734
+ ------------------------------------------------------------------------------
35735
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35736
+ Processing by PagesController#home as HTML
35737
+ Parameters: {"p1"=>"p1"}
35738
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35739
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35740
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35741
+ Processing by PagesController#empty as HTML
35742
+ Parameters: {"p2"=>"p2"}
35743
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
35744
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35745
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35746
+ Processing by PagesController#nested as HTML
35747
+ Parameters: {"p3"=>"p3"}
35748
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35749
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35750
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35751
+ Processing by PagesController#home as HTML
35752
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35753
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35754
+  (0.1ms) rollback transaction
35755
+  (0.1ms) begin transaction
35756
+ -------------------------------------------------------------------------
35757
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
35758
+ -------------------------------------------------------------------------
35759
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35760
+ Processing by PagesController#home as HTML
35761
+ Parameters: {"p1"=>"p1"}
35762
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35763
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
35764
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35765
+ Processing by PagesController#nested as HTML
35766
+ Parameters: {"p3"=>"p3"}
35767
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35768
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35769
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35770
+ Processing by PagesController#home as HTML
35771
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35772
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35773
+  (0.1ms) rollback transaction
35774
+  (0.2ms) begin transaction
35775
+ ------------------------------------------------------
35776
+ WithoutLastTest: test_translations_not_cause_any_error
35777
+ ------------------------------------------------------
35778
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35779
+ Processing by PagesController#home as HTML
35780
+ Parameters: {"p1"=>"p1"}
35781
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35782
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35783
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35784
+ Processing by PagesController#i18n as HTML
35785
+ Parameters: {"p2"=>"p2"}
35786
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35787
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35788
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35789
+ Processing by PagesController#nested as HTML
35790
+ Parameters: {"p3"=>"p3"}
35791
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35792
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35793
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35794
+ Processing by PagesController#home as HTML
35795
+ Parameters: {"p1"=>"p1"}
35796
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35797
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35798
+  (0.1ms) rollback transaction
35799
+  (0.0ms) begin transaction
35800
+ -----------------------------------------------
35801
+ WithoutLastTest: test_last_request_in_same_path
35802
+ -----------------------------------------------
35803
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35804
+ Processing by PagesController#home as HTML
35805
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35806
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35807
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35808
+ Processing by PagesController#static as HTML
35809
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35810
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35811
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35812
+ Processing by PagesController#nested as HTML
35813
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35814
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35815
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35816
+ Processing by PagesController#home as HTML
35817
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35818
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35819
+  (0.1ms) rollback transaction
35820
+  (0.0ms) begin transaction
35821
+ --------------------------------------------------------------------------------
35822
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
35823
+ --------------------------------------------------------------------------------
35824
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35825
+ Processing by PagesController#home as HTML
35826
+ Parameters: {"p1"=>"p1"}
35827
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35828
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35829
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35830
+ Processing by PagesController#param as HTML
35831
+ Parameters: {"p2"=>"p2"}
35832
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35833
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35834
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35835
+ Processing by PagesController#param as HTML
35836
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35837
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35838
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35839
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35840
+ Processing by PagesController#nested as HTML
35841
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35842
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35843
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35844
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35845
+ Processing by PagesController#home as HTML
35846
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35847
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
35848
+  (0.1ms) rollback transaction
35849
+  (0.1ms) begin transaction
35850
+ -----------------------------------------------------------------------
35851
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
35852
+ -----------------------------------------------------------------------
35853
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35854
+ Processing by PagesController#home as HTML
35855
+ Parameters: {"p1"=>"p1"}
35856
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35857
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35858
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35859
+ Processing by PagesController#param as HTML
35860
+ Parameters: {"p2"=>"p2"}
35861
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35862
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35863
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35864
+ Processing by PagesController#param as HTML
35865
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35866
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35867
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35868
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35869
+ Processing by PagesController#nested as HTML
35870
+ Parameters: {"p4"=>"p4", "param"=>"1"}
35871
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35872
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35873
+ Started GET "/param" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35874
+ Processing by PagesController#param as HTML
35875
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35876
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35877
+  (0.1ms) rollback transaction
35878
+  (0.0ms) begin transaction
35879
+ ----------------------------------------------------------------------------
35880
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
35881
+ ----------------------------------------------------------------------------
35882
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35883
+ Processing by PagesController#home as HTML
35884
+ Parameters: {"p1"=>"p1"}
35885
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35886
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35887
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35888
+ Processing by PagesController#static as HTML
35889
+ Parameters: {"p2"=>"p2"}
35890
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35891
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35892
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35893
+ Processing by PagesController#nested as HTML
35894
+ Parameters: {"p3"=>"p3"}
35895
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35896
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35897
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
35898
+ Processing by PagesController#home as HTML
35899
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35900
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35901
+  (0.1ms) rollback transaction
35902
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
35903
+  (0.1ms) select sqlite_version(*)
35904
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35905
+  (0.0ms) SELECT version FROM "schema_migrations"
35906
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
35907
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
35908
+  (0.1ms) select sqlite_version(*)
35909
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35910
+  (0.1ms) SELECT version FROM "schema_migrations"
35911
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
35912
+  (0.1ms) begin transaction
35913
+ -------------------------------------------------------------------------
35914
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
35915
+ -------------------------------------------------------------------------
35916
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35917
+ Processing by PagesController#home as HTML
35918
+ Parameters: {"p1"=>"p1"}
35919
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
35920
+ Completed 200 OK in 25ms (Views: 16.8ms | ActiveRecord: 0.0ms)
35921
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35922
+ Processing by PagesController#nested as HTML
35923
+ Parameters: {"p3"=>"p3"}
35924
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35925
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35926
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35927
+ Processing by PagesController#home as HTML
35928
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35929
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35930
+  (0.1ms) rollback transaction
35931
+  (0.1ms) begin transaction
35932
+ ------------------------------------------------------
35933
+ WithoutLastTest: test_translations_not_cause_any_error
35934
+ ------------------------------------------------------
35935
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35936
+ Processing by PagesController#home as HTML
35937
+ Parameters: {"p1"=>"p1"}
35938
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35939
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
35940
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35941
+ Processing by PagesController#i18n as HTML
35942
+ Parameters: {"p2"=>"p2"}
35943
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35944
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
35945
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35946
+ Processing by PagesController#nested as HTML
35947
+ Parameters: {"p3"=>"p3"}
35948
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35949
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35950
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35951
+ Processing by PagesController#home as HTML
35952
+ Parameters: {"p1"=>"p1"}
35953
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35954
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35955
+  (0.1ms) rollback transaction
35956
+  (0.0ms) begin transaction
35957
+ ------------------------------------------------------------------------------
35958
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
35959
+ ------------------------------------------------------------------------------
35960
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35961
+ Processing by PagesController#home as HTML
35962
+ Parameters: {"p1"=>"p1"}
35963
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35964
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35965
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35966
+ Processing by PagesController#empty as HTML
35967
+ Parameters: {"p2"=>"p2"}
35968
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35969
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35970
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35971
+ Processing by PagesController#nested as HTML
35972
+ Parameters: {"p3"=>"p3"}
35973
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35974
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35975
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35976
+ Processing by PagesController#home as HTML
35977
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
35978
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35979
+  (0.2ms) rollback transaction
35980
+  (0.0ms) begin transaction
35981
+ --------------------------------------------------------------------------------
35982
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
35983
+ --------------------------------------------------------------------------------
35984
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35985
+ Processing by PagesController#home as HTML
35986
+ Parameters: {"p1"=>"p1"}
35987
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35988
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35989
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35990
+ Processing by PagesController#param as HTML
35991
+ Parameters: {"p2"=>"p2"}
35992
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
35993
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35994
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
35995
+ Processing by PagesController#param as HTML
35996
+ Parameters: {"p3"=>"p3", "param"=>"1"}
35997
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
35998
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
35999
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36000
+ Processing by PagesController#nested as HTML
36001
+ Parameters: {"p4"=>"p4", "param"=>"1"}
36002
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36003
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36004
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36005
+ Processing by PagesController#home as HTML
36006
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36007
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36008
+  (0.1ms) rollback transaction
36009
+  (0.1ms) begin transaction
36010
+ -----------------------------------------------
36011
+ WithoutLastTest: test_last_request_in_same_path
36012
+ -----------------------------------------------
36013
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36014
+ Processing by PagesController#home as HTML
36015
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36016
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36017
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36018
+ Processing by PagesController#static as HTML
36019
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36020
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36021
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36022
+ Processing by PagesController#nested as HTML
36023
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36024
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36025
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36026
+ Processing by PagesController#home as HTML
36027
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36028
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36029
+  (0.1ms) rollback transaction
36030
+  (0.1ms) begin transaction
36031
+ ----------------------------------------------------------------------------
36032
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
36033
+ ----------------------------------------------------------------------------
36034
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36035
+ Processing by PagesController#home as HTML
36036
+ Parameters: {"p1"=>"p1"}
36037
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36038
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36039
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36040
+ Processing by PagesController#static as HTML
36041
+ Parameters: {"p2"=>"p2"}
36042
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36043
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36044
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36045
+ Processing by PagesController#nested as HTML
36046
+ Parameters: {"p3"=>"p3"}
36047
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36048
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
36049
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36050
+ Processing by PagesController#home as HTML
36051
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36052
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
36053
+  (0.1ms) rollback transaction
36054
+  (0.0ms) begin transaction
36055
+ -----------------------------------------------------------------------
36056
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
36057
+ -----------------------------------------------------------------------
36058
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36059
+ Processing by PagesController#home as HTML
36060
+ Parameters: {"p1"=>"p1"}
36061
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36062
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36063
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36064
+ Processing by PagesController#param as HTML
36065
+ Parameters: {"p2"=>"p2"}
36066
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36067
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36068
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36069
+ Processing by PagesController#param as HTML
36070
+ Parameters: {"p3"=>"p3", "param"=>"1"}
36071
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36072
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36073
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36074
+ Processing by PagesController#nested as HTML
36075
+ Parameters: {"p4"=>"p4", "param"=>"1"}
36076
+ Rendered pages/crumbs.html.erb within layouts/application (0.3ms)
36077
+ Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
36078
+ Started GET "/param" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36079
+ Processing by PagesController#param as HTML
36080
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36081
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36082
+  (0.1ms) rollback transaction
36083
+  (0.1ms) begin transaction
36084
+ ------------------------------------------
36085
+ GeneratorsTest: test_initializer_generator
36086
+ ------------------------------------------
36087
+  (0.1ms) rollback transaction
36088
+  (0.0ms) begin transaction
36089
+ --------------------------------------------
36090
+ WithLastTest: test_last_request_in_same_path
36091
+ --------------------------------------------
36092
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36093
+ Processing by PagesController#home as HTML
36094
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36095
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36096
+ Started GET "/static" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36097
+ Processing by PagesController#static as HTML
36098
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36099
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
36100
+ Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36101
+ Processing by PagesController#nested as HTML
36102
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
36103
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
36104
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36105
+ Processing by PagesController#home as HTML
36106
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36107
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36108
+  (0.1ms) rollback transaction
36109
+  (0.1ms) begin transaction
36110
+ ----------------------------------------------------------------------
36111
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36112
+ ----------------------------------------------------------------------
36113
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36114
+ Processing by PagesController#home as HTML
36115
+ Parameters: {"p1"=>"p1"}
36116
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36117
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36118
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36119
+ Processing by PagesController#nested as HTML
36120
+ Parameters: {"p3"=>"p3"}
36121
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36122
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36123
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36124
+ Processing by PagesController#home as HTML
36125
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36126
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36127
+  (0.1ms) rollback transaction
36128
+  (0.0ms) begin transaction
36129
+ -------------------------------------------------------------------------
36130
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
36131
+ -------------------------------------------------------------------------
36132
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36133
+ Processing by PagesController#home as HTML
36134
+ Parameters: {"p1"=>"p1"}
36135
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36136
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36137
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36138
+ Processing by PagesController#static as HTML
36139
+ Parameters: {"p2"=>"p2"}
36140
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36141
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36142
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36143
+ Processing by PagesController#nested as HTML
36144
+ Parameters: {"p3"=>"p3"}
36145
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36146
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36147
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36148
+ Processing by PagesController#home as HTML
36149
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36150
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36151
+  (0.1ms) rollback transaction
36152
+  (0.0ms) begin transaction
36153
+ ---------------------------------------------------
36154
+ WithLastTest: test_translations_not_cause_any_error
36155
+ ---------------------------------------------------
36156
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36157
+ Processing by PagesController#home as HTML
36158
+ Parameters: {"p1"=>"p1"}
36159
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36160
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36161
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36162
+ Processing by PagesController#i18n as HTML
36163
+ Parameters: {"p2"=>"p2"}
36164
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36165
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36166
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36167
+ Processing by PagesController#nested as HTML
36168
+ Parameters: {"p3"=>"p3"}
36169
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36170
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36171
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36172
+ Processing by PagesController#home as HTML
36173
+ Parameters: {"p1"=>"p1"}
36174
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36175
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
36176
+  (0.1ms) rollback transaction
36177
+  (0.0ms) begin transaction
36178
+ ---------------------------------------------------------------------------
36179
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36180
+ ---------------------------------------------------------------------------
36181
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36182
+ Processing by PagesController#home as HTML
36183
+ Parameters: {"p1"=>"p1"}
36184
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36185
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36186
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36187
+ Processing by PagesController#empty as HTML
36188
+ Parameters: {"p2"=>"p2"}
36189
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36190
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
36191
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36192
+ Processing by PagesController#nested as HTML
36193
+ Parameters: {"p3"=>"p3"}
36194
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36195
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
36196
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36197
+ Processing by PagesController#home as HTML
36198
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36199
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
36200
+  (0.1ms) rollback transaction
36201
+  (0.1ms) begin transaction
36202
+ --------------------------------------------------------------------
36203
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
36204
+ --------------------------------------------------------------------
36205
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36206
+ Processing by PagesController#home as HTML
36207
+ Parameters: {"p1"=>"p1"}
36208
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36209
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36210
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36211
+ Processing by PagesController#param as HTML
36212
+ Parameters: {"p2"=>"p2"}
36213
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36214
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36215
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36216
+ Processing by PagesController#param as HTML
36217
+ Parameters: {"p3"=>"p3", "param"=>"1"}
36218
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36219
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36220
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36221
+ Processing by PagesController#nested as HTML
36222
+ Parameters: {"p4"=>"p4", "param"=>"1"}
36223
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36224
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36225
+ Started GET "/param" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36226
+ Processing by PagesController#param as HTML
36227
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36228
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36229
+  (0.1ms) rollback transaction
36230
+  (0.1ms) begin transaction
36231
+ -----------------------------------------------------------------------------
36232
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36233
+ -----------------------------------------------------------------------------
36234
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36235
+ Processing by PagesController#home as HTML
36236
+ Parameters: {"p1"=>"p1"}
36237
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36238
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36239
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36240
+ Processing by PagesController#param as HTML
36241
+ Parameters: {"p2"=>"p2"}
36242
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36243
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36244
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36245
+ Processing by PagesController#param as HTML
36246
+ Parameters: {"p3"=>"p3", "param"=>"1"}
36247
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36248
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36249
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36250
+ Processing by PagesController#nested as HTML
36251
+ Parameters: {"p4"=>"p4", "param"=>"1"}
36252
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
36253
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36254
+ Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
36255
+ Processing by PagesController#home as HTML
36256
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36257
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36258
+  (0.1ms) rollback transaction