crumbs 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/crumbs/action_controller/base.rb +9 -20
- data/lib/crumbs/version.rb +1 -1
- data/test/dummy/config/application.rb +0 -1
- data/test/dummy/config/initializers/secret_token.rb +1 -0
- data/test/dummy/log/test.log +1424 -0
- metadata +15 -9
data/test/dummy/log/test.log
CHANGED
@@ -31023,6 +31023,1430 @@ Processing by PagesController#nested as HTML
|
|
31023
31023
|
Parameters: {"p3"=>"p3"}
|
31024
31024
|
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31025
31025
|
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
|
31026
|
+
Processing by PagesController#home as HTML
|
31027
|
+
Parameters: {"p1"=>"p1"}
|
31028
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31029
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31030
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
31031
|
+
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
31032
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
31033
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
31034
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31035
|
+
-----------------------------------------------------------------------------------------
|
31036
|
+
WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31037
|
+
-----------------------------------------------------------------------------------------
|
31038
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31039
|
+
Processing by PagesController#home as HTML
|
31040
|
+
Parameters: {"p1"=>"p1"}
|
31041
|
+
Completed 500 Internal Server Error in 9ms
|
31042
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31043
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31044
|
+
------------------------------------------------------------------------------------
|
31045
|
+
WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31046
|
+
------------------------------------------------------------------------------------
|
31047
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31048
|
+
Processing by PagesController#home as HTML
|
31049
|
+
Parameters: {"p1"=>"p1"}
|
31050
|
+
Completed 500 Internal Server Error in 0ms
|
31051
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31052
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31053
|
+
----------------------------------------------------------------------------------
|
31054
|
+
WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31055
|
+
----------------------------------------------------------------------------------
|
31056
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31057
|
+
Processing by PagesController#home as HTML
|
31058
|
+
Parameters: {"p1"=>"p1"}
|
31059
|
+
Completed 500 Internal Server Error in 0ms
|
31060
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31061
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31062
|
+
------------------------------------------------------------------------------------
|
31063
|
+
WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31064
|
+
------------------------------------------------------------------------------------
|
31065
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31066
|
+
Processing by PagesController#home as HTML
|
31067
|
+
Parameters: {"p1"=>"p1"}
|
31068
|
+
Completed 500 Internal Server Error in 0ms
|
31069
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31070
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31071
|
+
--------------------------------------------------------------------------------
|
31072
|
+
WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31073
|
+
--------------------------------------------------------------------------------
|
31074
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31075
|
+
Processing by PagesController#home as HTML
|
31076
|
+
Parameters: {"p1"=>"p1"}
|
31077
|
+
Completed 500 Internal Server Error in 0ms
|
31078
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31079
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31080
|
+
-----------------------------------------------------------------
|
31081
|
+
WithLastTest: test_should_remember_last_requests_in_the_same_path
|
31082
|
+
-----------------------------------------------------------------
|
31083
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31084
|
+
Processing by PagesController#home as HTML
|
31085
|
+
Completed 500 Internal Server Error in 0ms
|
31086
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31087
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31088
|
+
----------------------------------------------------------
|
31089
|
+
WithLastTest: test_translations_should_not_cause_any_error
|
31090
|
+
----------------------------------------------------------
|
31091
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31092
|
+
Processing by PagesController#home as HTML
|
31093
|
+
Parameters: {"p1"=>"p1"}
|
31094
|
+
Completed 500 Internal Server Error in 0ms
|
31095
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31096
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31097
|
+
--------------------------------------------------------------------------------------------
|
31098
|
+
WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31099
|
+
--------------------------------------------------------------------------------------------
|
31100
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31101
|
+
Processing by PagesController#home as HTML
|
31102
|
+
Parameters: {"p1"=>"p1"}
|
31103
|
+
Completed 500 Internal Server Error in 0ms
|
31104
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31105
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31106
|
+
---------------------------------------------------------------------------------------
|
31107
|
+
WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31108
|
+
---------------------------------------------------------------------------------------
|
31109
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31110
|
+
Processing by PagesController#home as HTML
|
31111
|
+
Parameters: {"p1"=>"p1"}
|
31112
|
+
Completed 500 Internal Server Error in 0ms
|
31113
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31114
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31115
|
+
-------------------------------------------------------------------------------------
|
31116
|
+
WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31117
|
+
-------------------------------------------------------------------------------------
|
31118
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31119
|
+
Processing by PagesController#home as HTML
|
31120
|
+
Parameters: {"p1"=>"p1"}
|
31121
|
+
Completed 500 Internal Server Error in 0ms
|
31122
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31123
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31124
|
+
---------------------------------------------------------------------------------------
|
31125
|
+
WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31126
|
+
---------------------------------------------------------------------------------------
|
31127
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31128
|
+
Processing by PagesController#home as HTML
|
31129
|
+
Parameters: {"p1"=>"p1"}
|
31130
|
+
Completed 500 Internal Server Error in 0ms
|
31131
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31132
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31133
|
+
-----------------------------------------------------------------------------------
|
31134
|
+
WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31135
|
+
-----------------------------------------------------------------------------------
|
31136
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31137
|
+
Processing by PagesController#home as HTML
|
31138
|
+
Parameters: {"p1"=>"p1"}
|
31139
|
+
Completed 500 Internal Server Error in 0ms
|
31140
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31142
|
+
--------------------------------------------------------------------
|
31143
|
+
WithoutLastTest: test_should_remember_last_requests_in_the_same_path
|
31144
|
+
--------------------------------------------------------------------
|
31145
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31146
|
+
Processing by PagesController#home as HTML
|
31147
|
+
Completed 500 Internal Server Error in 0ms
|
31148
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31149
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31150
|
+
-------------------------------------------------------------
|
31151
|
+
WithoutLastTest: test_translations_should_not_cause_any_error
|
31152
|
+
-------------------------------------------------------------
|
31153
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:06:24 -0300
|
31154
|
+
Processing by PagesController#home as HTML
|
31155
|
+
Parameters: {"p1"=>"p1"}
|
31156
|
+
Completed 500 Internal Server Error in 0ms
|
31157
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31158
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
31159
|
+
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
31160
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
31161
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
31162
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31163
|
+
-----------------------------------------------------------------------------------------
|
31164
|
+
WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31165
|
+
-----------------------------------------------------------------------------------------
|
31166
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31167
|
+
Processing by PagesController#home as HTML
|
31168
|
+
Parameters: {"p1"=>"p1"}
|
31169
|
+
Completed 500 Internal Server Error in 10ms
|
31170
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31171
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31172
|
+
------------------------------------------------------------------------------------
|
31173
|
+
WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31174
|
+
------------------------------------------------------------------------------------
|
31175
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31176
|
+
Processing by PagesController#home as HTML
|
31177
|
+
Parameters: {"p1"=>"p1"}
|
31178
|
+
Completed 500 Internal Server Error in 2ms
|
31179
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31180
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31181
|
+
----------------------------------------------------------------------------------
|
31182
|
+
WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31183
|
+
----------------------------------------------------------------------------------
|
31184
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31185
|
+
Processing by PagesController#home as HTML
|
31186
|
+
Parameters: {"p1"=>"p1"}
|
31187
|
+
Completed 500 Internal Server Error in 2ms
|
31188
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31189
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31190
|
+
------------------------------------------------------------------------------------
|
31191
|
+
WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31192
|
+
------------------------------------------------------------------------------------
|
31193
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31194
|
+
Processing by PagesController#home as HTML
|
31195
|
+
Parameters: {"p1"=>"p1"}
|
31196
|
+
Completed 500 Internal Server Error in 2ms
|
31197
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31198
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31199
|
+
--------------------------------------------------------------------------------
|
31200
|
+
WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31201
|
+
--------------------------------------------------------------------------------
|
31202
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31203
|
+
Processing by PagesController#home as HTML
|
31204
|
+
Parameters: {"p1"=>"p1"}
|
31205
|
+
Completed 500 Internal Server Error in 2ms
|
31206
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31207
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31208
|
+
-----------------------------------------------------------------
|
31209
|
+
WithLastTest: test_should_remember_last_requests_in_the_same_path
|
31210
|
+
-----------------------------------------------------------------
|
31211
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31212
|
+
Processing by PagesController#home as HTML
|
31213
|
+
Completed 500 Internal Server Error in 2ms
|
31214
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31215
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31216
|
+
----------------------------------------------------------
|
31217
|
+
WithLastTest: test_translations_should_not_cause_any_error
|
31218
|
+
----------------------------------------------------------
|
31219
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31220
|
+
Processing by PagesController#home as HTML
|
31221
|
+
Parameters: {"p1"=>"p1"}
|
31222
|
+
Completed 500 Internal Server Error in 2ms
|
31223
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31224
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31225
|
+
--------------------------------------------------------------------------------------------
|
31226
|
+
WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31227
|
+
--------------------------------------------------------------------------------------------
|
31228
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31229
|
+
Processing by PagesController#home as HTML
|
31230
|
+
Parameters: {"p1"=>"p1"}
|
31231
|
+
Completed 500 Internal Server Error in 2ms
|
31232
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31233
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31234
|
+
---------------------------------------------------------------------------------------
|
31235
|
+
WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31236
|
+
---------------------------------------------------------------------------------------
|
31237
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31238
|
+
Processing by PagesController#home as HTML
|
31239
|
+
Parameters: {"p1"=>"p1"}
|
31240
|
+
Completed 500 Internal Server Error in 2ms
|
31241
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31242
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31243
|
+
-------------------------------------------------------------------------------------
|
31244
|
+
WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31245
|
+
-------------------------------------------------------------------------------------
|
31246
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31247
|
+
Processing by PagesController#home as HTML
|
31248
|
+
Parameters: {"p1"=>"p1"}
|
31249
|
+
Completed 500 Internal Server Error in 2ms
|
31250
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31251
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31252
|
+
---------------------------------------------------------------------------------------
|
31253
|
+
WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31254
|
+
---------------------------------------------------------------------------------------
|
31255
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31256
|
+
Processing by PagesController#home as HTML
|
31257
|
+
Parameters: {"p1"=>"p1"}
|
31258
|
+
Completed 500 Internal Server Error in 2ms
|
31259
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31261
|
+
-----------------------------------------------------------------------------------
|
31262
|
+
WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31263
|
+
-----------------------------------------------------------------------------------
|
31264
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31265
|
+
Processing by PagesController#home as HTML
|
31266
|
+
Parameters: {"p1"=>"p1"}
|
31267
|
+
Completed 500 Internal Server Error in 2ms
|
31268
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31269
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31270
|
+
--------------------------------------------------------------------
|
31271
|
+
WithoutLastTest: test_should_remember_last_requests_in_the_same_path
|
31272
|
+
--------------------------------------------------------------------
|
31273
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31274
|
+
Processing by PagesController#home as HTML
|
31275
|
+
Completed 500 Internal Server Error in 2ms
|
31276
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31277
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31278
|
+
-------------------------------------------------------------
|
31279
|
+
WithoutLastTest: test_translations_should_not_cause_any_error
|
31280
|
+
-------------------------------------------------------------
|
31281
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:24 -0300
|
31282
|
+
Processing by PagesController#home as HTML
|
31283
|
+
Parameters: {"p1"=>"p1"}
|
31284
|
+
Completed 500 Internal Server Error in 2ms
|
31285
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31286
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
31287
|
+
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
31288
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
31289
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
31290
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31291
|
+
-----------------------------------------------------------------------------------------
|
31292
|
+
WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31293
|
+
-----------------------------------------------------------------------------------------
|
31294
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31295
|
+
Processing by PagesController#home as HTML
|
31296
|
+
Parameters: {"p1"=>"p1"}
|
31297
|
+
Rendered pages/crumbs.html.erb within layouts/application (2.1ms)
|
31298
|
+
Completed 200 OK in 35ms (Views: 25.9ms | ActiveRecord: 0.0ms)
|
31299
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31300
|
+
Processing by PagesController#empty as HTML
|
31301
|
+
Parameters: {"p2"=>"p2"}
|
31302
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31303
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
31304
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31305
|
+
Processing by PagesController#nested as HTML
|
31306
|
+
Parameters: {"p3"=>"p3"}
|
31307
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31308
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31309
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31310
|
+
Processing by PagesController#home as HTML
|
31311
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31312
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31313
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31314
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31315
|
+
------------------------------------------------------------------------------------
|
31316
|
+
WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31317
|
+
------------------------------------------------------------------------------------
|
31318
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31319
|
+
Processing by PagesController#home as HTML
|
31320
|
+
Parameters: {"p1"=>"p1"}
|
31321
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31322
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31323
|
+
Processing by PagesController#nested as HTML
|
31324
|
+
Parameters: {"p3"=>"p3"}
|
31325
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31326
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31327
|
+
Processing by PagesController#home as HTML
|
31328
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31329
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31330
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31331
|
+
----------------------------------------------------------------------------------
|
31332
|
+
WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31333
|
+
----------------------------------------------------------------------------------
|
31334
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31335
|
+
Processing by PagesController#home as HTML
|
31336
|
+
Parameters: {"p1"=>"p1"}
|
31337
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
31338
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31339
|
+
Processing by PagesController#param as HTML
|
31340
|
+
Parameters: {"p2"=>"p2"}
|
31341
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31342
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31343
|
+
Processing by PagesController#param as HTML
|
31344
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31345
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31346
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31347
|
+
Processing by PagesController#nested as HTML
|
31348
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31349
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31350
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31351
|
+
Processing by PagesController#param as HTML
|
31352
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31353
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31355
|
+
------------------------------------------------------------------------------------
|
31356
|
+
WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31357
|
+
------------------------------------------------------------------------------------
|
31358
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31359
|
+
Processing by PagesController#home as HTML
|
31360
|
+
Parameters: {"p1"=>"p1"}
|
31361
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31362
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31363
|
+
Processing by PagesController#param as HTML
|
31364
|
+
Parameters: {"p2"=>"p2"}
|
31365
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31366
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31367
|
+
Processing by PagesController#param as HTML
|
31368
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31369
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31370
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31371
|
+
Processing by PagesController#nested as HTML
|
31372
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31373
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
31374
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31375
|
+
Processing by PagesController#home as HTML
|
31376
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31377
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31379
|
+
--------------------------------------------------------------------------------
|
31380
|
+
WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31381
|
+
--------------------------------------------------------------------------------
|
31382
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31383
|
+
Processing by PagesController#home as HTML
|
31384
|
+
Parameters: {"p1"=>"p1"}
|
31385
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31386
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31387
|
+
Processing by PagesController#static as HTML
|
31388
|
+
Parameters: {"p2"=>"p2"}
|
31389
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31390
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31391
|
+
Processing by PagesController#nested as HTML
|
31392
|
+
Parameters: {"p3"=>"p3"}
|
31393
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31394
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31395
|
+
Processing by PagesController#home as HTML
|
31396
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31397
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31398
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31399
|
+
-----------------------------------------------------------------
|
31400
|
+
WithLastTest: test_should_remember_last_requests_in_the_same_path
|
31401
|
+
-----------------------------------------------------------------
|
31402
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31403
|
+
Processing by PagesController#home as HTML
|
31404
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31405
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31406
|
+
Processing by PagesController#static as HTML
|
31407
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31408
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31409
|
+
Processing by PagesController#nested as HTML
|
31410
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31411
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31412
|
+
Processing by PagesController#home as HTML
|
31413
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31414
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31415
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31416
|
+
----------------------------------------------------------
|
31417
|
+
WithLastTest: test_translations_should_not_cause_any_error
|
31418
|
+
----------------------------------------------------------
|
31419
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31420
|
+
Processing by PagesController#home as HTML
|
31421
|
+
Parameters: {"p1"=>"p1"}
|
31422
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31423
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31424
|
+
Processing by PagesController#i18n as HTML
|
31425
|
+
Parameters: {"p2"=>"p2"}
|
31426
|
+
Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
31427
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31428
|
+
Processing by PagesController#nested as HTML
|
31429
|
+
Parameters: {"p3"=>"p3"}
|
31430
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
31431
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31432
|
+
Processing by PagesController#home as HTML
|
31433
|
+
Parameters: {"p1"=>"p1"}
|
31434
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31435
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31436
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31437
|
+
--------------------------------------------------------------------------------------------
|
31438
|
+
WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31439
|
+
--------------------------------------------------------------------------------------------
|
31440
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31441
|
+
Processing by PagesController#home as HTML
|
31442
|
+
Parameters: {"p1"=>"p1"}
|
31443
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31444
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31445
|
+
Processing by PagesController#empty as HTML
|
31446
|
+
Parameters: {"p2"=>"p2"}
|
31447
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31448
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31449
|
+
Processing by PagesController#nested as HTML
|
31450
|
+
Parameters: {"p3"=>"p3"}
|
31451
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31452
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31453
|
+
Processing by PagesController#home as HTML
|
31454
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31456
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31457
|
+
---------------------------------------------------------------------------------------
|
31458
|
+
WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31459
|
+
---------------------------------------------------------------------------------------
|
31460
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31461
|
+
Processing by PagesController#home as HTML
|
31462
|
+
Parameters: {"p1"=>"p1"}
|
31463
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31464
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31465
|
+
Processing by PagesController#nested as HTML
|
31466
|
+
Parameters: {"p3"=>"p3"}
|
31467
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31468
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31469
|
+
Processing by PagesController#home as HTML
|
31470
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31471
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31472
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31473
|
+
-------------------------------------------------------------------------------------
|
31474
|
+
WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31475
|
+
-------------------------------------------------------------------------------------
|
31476
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31477
|
+
Processing by PagesController#home as HTML
|
31478
|
+
Parameters: {"p1"=>"p1"}
|
31479
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31480
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31481
|
+
Processing by PagesController#param as HTML
|
31482
|
+
Parameters: {"p2"=>"p2"}
|
31483
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31484
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31485
|
+
Processing by PagesController#param as HTML
|
31486
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31487
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31488
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31489
|
+
Processing by PagesController#nested as HTML
|
31490
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31491
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31492
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31493
|
+
Processing by PagesController#param as HTML
|
31494
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31495
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31496
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31497
|
+
---------------------------------------------------------------------------------------
|
31498
|
+
WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31499
|
+
---------------------------------------------------------------------------------------
|
31500
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31501
|
+
Processing by PagesController#home as HTML
|
31502
|
+
Parameters: {"p1"=>"p1"}
|
31503
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31504
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31505
|
+
Processing by PagesController#param as HTML
|
31506
|
+
Parameters: {"p2"=>"p2"}
|
31507
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31508
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31509
|
+
Processing by PagesController#param as HTML
|
31510
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31511
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31512
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31513
|
+
Processing by PagesController#nested as HTML
|
31514
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31515
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31516
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31517
|
+
Processing by PagesController#home as HTML
|
31518
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31519
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31520
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31521
|
+
-----------------------------------------------------------------------------------
|
31522
|
+
WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31523
|
+
-----------------------------------------------------------------------------------
|
31524
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31525
|
+
Processing by PagesController#home as HTML
|
31526
|
+
Parameters: {"p1"=>"p1"}
|
31527
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31528
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31529
|
+
Processing by PagesController#static as HTML
|
31530
|
+
Parameters: {"p2"=>"p2"}
|
31531
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31532
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31533
|
+
Processing by PagesController#nested as HTML
|
31534
|
+
Parameters: {"p3"=>"p3"}
|
31535
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31536
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31537
|
+
Processing by PagesController#home as HTML
|
31538
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31539
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31540
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31541
|
+
--------------------------------------------------------------------
|
31542
|
+
WithoutLastTest: test_should_remember_last_requests_in_the_same_path
|
31543
|
+
--------------------------------------------------------------------
|
31544
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31545
|
+
Processing by PagesController#home as HTML
|
31546
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31547
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31548
|
+
Processing by PagesController#static as HTML
|
31549
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31550
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31551
|
+
Processing by PagesController#nested as HTML
|
31552
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31553
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31554
|
+
Processing by PagesController#home as HTML
|
31555
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31556
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31557
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31558
|
+
-------------------------------------------------------------
|
31559
|
+
WithoutLastTest: test_translations_should_not_cause_any_error
|
31560
|
+
-------------------------------------------------------------
|
31561
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31562
|
+
Processing by PagesController#home as HTML
|
31563
|
+
Parameters: {"p1"=>"p1"}
|
31564
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31565
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31566
|
+
Processing by PagesController#i18n as HTML
|
31567
|
+
Parameters: {"p2"=>"p2"}
|
31568
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31569
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31570
|
+
Processing by PagesController#nested as HTML
|
31571
|
+
Parameters: {"p3"=>"p3"}
|
31572
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31573
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:07:47 -0300
|
31574
|
+
Processing by PagesController#home as HTML
|
31575
|
+
Parameters: {"p1"=>"p1"}
|
31576
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31577
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31578
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
31579
|
+
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
31580
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
31581
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
31582
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31583
|
+
-----------------------------------------------------------------------------------------
|
31584
|
+
WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31585
|
+
-----------------------------------------------------------------------------------------
|
31586
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31587
|
+
Processing by PagesController#home as HTML
|
31588
|
+
Parameters: {"p1"=>"p1"}
|
31589
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
|
31590
|
+
Completed 200 OK in 21ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
31591
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31592
|
+
Processing by PagesController#empty as HTML
|
31593
|
+
Parameters: {"p2"=>"p2"}
|
31594
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31595
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
31596
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31597
|
+
Processing by PagesController#nested as HTML
|
31598
|
+
Parameters: {"p3"=>"p3"}
|
31599
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31600
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31601
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31602
|
+
Processing by PagesController#home as HTML
|
31603
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31604
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31605
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31606
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31607
|
+
------------------------------------------------------------------------------------
|
31608
|
+
WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31609
|
+
------------------------------------------------------------------------------------
|
31610
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31611
|
+
Processing by PagesController#home as HTML
|
31612
|
+
Parameters: {"p1"=>"p1"}
|
31613
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31614
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31615
|
+
Processing by PagesController#nested as HTML
|
31616
|
+
Parameters: {"p3"=>"p3"}
|
31617
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31618
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31619
|
+
Processing by PagesController#home as HTML
|
31620
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31621
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31622
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31623
|
+
----------------------------------------------------------------------------------
|
31624
|
+
WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31625
|
+
----------------------------------------------------------------------------------
|
31626
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31627
|
+
Processing by PagesController#home as HTML
|
31628
|
+
Parameters: {"p1"=>"p1"}
|
31629
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31630
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31631
|
+
Processing by PagesController#param as HTML
|
31632
|
+
Parameters: {"p2"=>"p2"}
|
31633
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31634
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31635
|
+
Processing by PagesController#param as HTML
|
31636
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31637
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31638
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31639
|
+
Processing by PagesController#nested as HTML
|
31640
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31641
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31642
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31643
|
+
Processing by PagesController#param as HTML
|
31644
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31645
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31646
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31647
|
+
------------------------------------------------------------------------------------
|
31648
|
+
WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31649
|
+
------------------------------------------------------------------------------------
|
31650
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31651
|
+
Processing by PagesController#home as HTML
|
31652
|
+
Parameters: {"p1"=>"p1"}
|
31653
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31654
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31655
|
+
Processing by PagesController#param as HTML
|
31656
|
+
Parameters: {"p2"=>"p2"}
|
31657
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31658
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31659
|
+
Processing by PagesController#param as HTML
|
31660
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31661
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31662
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31663
|
+
Processing by PagesController#nested as HTML
|
31664
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31665
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31666
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31667
|
+
Processing by PagesController#home as HTML
|
31668
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31669
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31670
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31671
|
+
--------------------------------------------------------------------------------
|
31672
|
+
WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31673
|
+
--------------------------------------------------------------------------------
|
31674
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31675
|
+
Processing by PagesController#home as HTML
|
31676
|
+
Parameters: {"p1"=>"p1"}
|
31677
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31678
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31679
|
+
Processing by PagesController#static as HTML
|
31680
|
+
Parameters: {"p2"=>"p2"}
|
31681
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31682
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31683
|
+
Processing by PagesController#nested as HTML
|
31684
|
+
Parameters: {"p3"=>"p3"}
|
31685
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31686
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31687
|
+
Processing by PagesController#home as HTML
|
31688
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31689
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31691
|
+
-----------------------------------------------------------------
|
31692
|
+
WithLastTest: test_should_remember_last_requests_in_the_same_path
|
31693
|
+
-----------------------------------------------------------------
|
31694
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31695
|
+
Processing by PagesController#home as HTML
|
31696
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31697
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31698
|
+
Processing by PagesController#static as HTML
|
31699
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31700
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31701
|
+
Processing by PagesController#nested as HTML
|
31702
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31703
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31704
|
+
Processing by PagesController#home as HTML
|
31705
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31706
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31707
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31708
|
+
----------------------------------------------------------
|
31709
|
+
WithLastTest: test_translations_should_not_cause_any_error
|
31710
|
+
----------------------------------------------------------
|
31711
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31712
|
+
Processing by PagesController#home as HTML
|
31713
|
+
Parameters: {"p1"=>"p1"}
|
31714
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31715
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:04 -0300
|
31716
|
+
Processing by PagesController#i18n as HTML
|
31717
|
+
Parameters: {"p2"=>"p2"}
|
31718
|
+
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31719
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31720
|
+
Processing by PagesController#nested as HTML
|
31721
|
+
Parameters: {"p3"=>"p3"}
|
31722
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31723
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31724
|
+
Processing by PagesController#home as HTML
|
31725
|
+
Parameters: {"p1"=>"p1"}
|
31726
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31727
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31728
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31729
|
+
--------------------------------------------------------------------------------------------
|
31730
|
+
WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31731
|
+
--------------------------------------------------------------------------------------------
|
31732
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31733
|
+
Processing by PagesController#home as HTML
|
31734
|
+
Parameters: {"p1"=>"p1"}
|
31735
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31736
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31737
|
+
Processing by PagesController#empty as HTML
|
31738
|
+
Parameters: {"p2"=>"p2"}
|
31739
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31740
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31741
|
+
Processing by PagesController#nested as HTML
|
31742
|
+
Parameters: {"p3"=>"p3"}
|
31743
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31744
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31745
|
+
Processing by PagesController#home as HTML
|
31746
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31747
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31748
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31749
|
+
---------------------------------------------------------------------------------------
|
31750
|
+
WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31751
|
+
---------------------------------------------------------------------------------------
|
31752
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31753
|
+
Processing by PagesController#home as HTML
|
31754
|
+
Parameters: {"p1"=>"p1"}
|
31755
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31756
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31757
|
+
Processing by PagesController#nested as HTML
|
31758
|
+
Parameters: {"p3"=>"p3"}
|
31759
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31760
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31761
|
+
Processing by PagesController#home as HTML
|
31762
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31763
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31764
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31765
|
+
-------------------------------------------------------------------------------------
|
31766
|
+
WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31767
|
+
-------------------------------------------------------------------------------------
|
31768
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31769
|
+
Processing by PagesController#home as HTML
|
31770
|
+
Parameters: {"p1"=>"p1"}
|
31771
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31772
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31773
|
+
Processing by PagesController#param as HTML
|
31774
|
+
Parameters: {"p2"=>"p2"}
|
31775
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31776
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31777
|
+
Processing by PagesController#param as HTML
|
31778
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31779
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31780
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31781
|
+
Processing by PagesController#nested as HTML
|
31782
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31783
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31784
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31785
|
+
Processing by PagesController#param as HTML
|
31786
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
31787
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31788
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31789
|
+
---------------------------------------------------------------------------------------
|
31790
|
+
WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31791
|
+
---------------------------------------------------------------------------------------
|
31792
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31793
|
+
Processing by PagesController#home as HTML
|
31794
|
+
Parameters: {"p1"=>"p1"}
|
31795
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31796
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31797
|
+
Processing by PagesController#param as HTML
|
31798
|
+
Parameters: {"p2"=>"p2"}
|
31799
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31800
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31801
|
+
Processing by PagesController#param as HTML
|
31802
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31803
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
31804
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31805
|
+
Processing by PagesController#nested as HTML
|
31806
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31807
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31808
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31809
|
+
Processing by PagesController#home as HTML
|
31810
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31811
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31813
|
+
-----------------------------------------------------------------------------------
|
31814
|
+
WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31815
|
+
-----------------------------------------------------------------------------------
|
31816
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31817
|
+
Processing by PagesController#home as HTML
|
31818
|
+
Parameters: {"p1"=>"p1"}
|
31819
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31820
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31821
|
+
Processing by PagesController#static as HTML
|
31822
|
+
Parameters: {"p2"=>"p2"}
|
31823
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
31824
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31825
|
+
Processing by PagesController#nested as HTML
|
31826
|
+
Parameters: {"p3"=>"p3"}
|
31827
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
31828
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31829
|
+
Processing by PagesController#home as HTML
|
31830
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31831
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31832
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31833
|
+
--------------------------------------------------------------------
|
31834
|
+
WithoutLastTest: test_should_remember_last_requests_in_the_same_path
|
31835
|
+
--------------------------------------------------------------------
|
31836
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31837
|
+
Processing by PagesController#home as HTML
|
31838
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31839
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31840
|
+
Processing by PagesController#static as HTML
|
31841
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31842
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31843
|
+
Processing by PagesController#nested as HTML
|
31844
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31845
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31846
|
+
Processing by PagesController#home as HTML
|
31847
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31848
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31849
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31850
|
+
-------------------------------------------------------------
|
31851
|
+
WithoutLastTest: test_translations_should_not_cause_any_error
|
31852
|
+
-------------------------------------------------------------
|
31853
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31854
|
+
Processing by PagesController#home as HTML
|
31855
|
+
Parameters: {"p1"=>"p1"}
|
31856
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31857
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31858
|
+
Processing by PagesController#i18n as HTML
|
31859
|
+
Parameters: {"p2"=>"p2"}
|
31860
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31861
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31862
|
+
Processing by PagesController#nested as HTML
|
31863
|
+
Parameters: {"p3"=>"p3"}
|
31864
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31865
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:09:05 -0300
|
31866
|
+
Processing by PagesController#home as HTML
|
31867
|
+
Parameters: {"p1"=>"p1"}
|
31868
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31869
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31870
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
31871
|
+
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
31872
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
31873
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
31874
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31875
|
+
-----------------------------------------------------------------------------------------
|
31876
|
+
WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
31877
|
+
-----------------------------------------------------------------------------------------
|
31878
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31879
|
+
Processing by PagesController#home as HTML
|
31880
|
+
Parameters: {"p1"=>"p1"}
|
31881
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
|
31882
|
+
Completed 200 OK in 23ms (Views: 13.4ms | ActiveRecord: 0.0ms)
|
31883
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31884
|
+
Processing by PagesController#empty as HTML
|
31885
|
+
Parameters: {"p2"=>"p2"}
|
31886
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31887
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
31888
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31889
|
+
Processing by PagesController#nested as HTML
|
31890
|
+
Parameters: {"p3"=>"p3"}
|
31891
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31892
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31893
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31894
|
+
Processing by PagesController#home as HTML
|
31895
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
31896
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31897
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31898
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31899
|
+
------------------------------------------------------------------------------------
|
31900
|
+
WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
31901
|
+
------------------------------------------------------------------------------------
|
31902
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31903
|
+
Processing by PagesController#home as HTML
|
31904
|
+
Parameters: {"p1"=>"p1"}
|
31905
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31906
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31907
|
+
Processing by PagesController#nested as HTML
|
31908
|
+
Parameters: {"p3"=>"p3"}
|
31909
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31910
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31911
|
+
Processing by PagesController#home as HTML
|
31912
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31913
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31914
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31915
|
+
----------------------------------------------------------------------------------
|
31916
|
+
WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
31917
|
+
----------------------------------------------------------------------------------
|
31918
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:48 -0300
|
31919
|
+
Processing by PagesController#home as HTML
|
31920
|
+
Parameters: {"p1"=>"p1"}
|
31921
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31922
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31923
|
+
Processing by PagesController#param as HTML
|
31924
|
+
Parameters: {"p2"=>"p2"}
|
31925
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31926
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31927
|
+
Processing by PagesController#param as HTML
|
31928
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31929
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31930
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31931
|
+
Processing by PagesController#nested as HTML
|
31932
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31933
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31934
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31935
|
+
Processing by PagesController#param as HTML
|
31936
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31937
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31938
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31939
|
+
------------------------------------------------------------------------------------
|
31940
|
+
WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
31941
|
+
------------------------------------------------------------------------------------
|
31942
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31943
|
+
Processing by PagesController#home as HTML
|
31944
|
+
Parameters: {"p1"=>"p1"}
|
31945
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31946
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31947
|
+
Processing by PagesController#param as HTML
|
31948
|
+
Parameters: {"p2"=>"p2"}
|
31949
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31950
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31951
|
+
Processing by PagesController#param as HTML
|
31952
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
31953
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31954
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31955
|
+
Processing by PagesController#nested as HTML
|
31956
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
31957
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31958
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31959
|
+
Processing by PagesController#home as HTML
|
31960
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31961
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31962
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31963
|
+
--------------------------------------------------------------------------------
|
31964
|
+
WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
31965
|
+
--------------------------------------------------------------------------------
|
31966
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31967
|
+
Processing by PagesController#home as HTML
|
31968
|
+
Parameters: {"p1"=>"p1"}
|
31969
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31970
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31971
|
+
Processing by PagesController#static as HTML
|
31972
|
+
Parameters: {"p2"=>"p2"}
|
31973
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31974
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31975
|
+
Processing by PagesController#nested as HTML
|
31976
|
+
Parameters: {"p3"=>"p3"}
|
31977
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
31978
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31979
|
+
Processing by PagesController#home as HTML
|
31980
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31981
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31982
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
31983
|
+
-----------------------------------------------------------------
|
31984
|
+
WithLastTest: test_should_remember_last_requests_in_the_same_path
|
31985
|
+
-----------------------------------------------------------------
|
31986
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31987
|
+
Processing by PagesController#home as HTML
|
31988
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
31989
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31990
|
+
Processing by PagesController#static as HTML
|
31991
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31992
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31993
|
+
Processing by PagesController#nested as HTML
|
31994
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
31995
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
31996
|
+
Processing by PagesController#home as HTML
|
31997
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
31998
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
31999
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32000
|
+
----------------------------------------------------------
|
32001
|
+
WithLastTest: test_translations_should_not_cause_any_error
|
32002
|
+
----------------------------------------------------------
|
32003
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32004
|
+
Processing by PagesController#home as HTML
|
32005
|
+
Parameters: {"p1"=>"p1"}
|
32006
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32007
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32008
|
+
Processing by PagesController#i18n as HTML
|
32009
|
+
Parameters: {"p2"=>"p2"}
|
32010
|
+
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32011
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32012
|
+
Processing by PagesController#nested as HTML
|
32013
|
+
Parameters: {"p3"=>"p3"}
|
32014
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32015
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32016
|
+
Processing by PagesController#home as HTML
|
32017
|
+
Parameters: {"p1"=>"p1"}
|
32018
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32019
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32020
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32021
|
+
--------------------------------------------------------------------------------------------
|
32022
|
+
WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
32023
|
+
--------------------------------------------------------------------------------------------
|
32024
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32025
|
+
Processing by PagesController#home as HTML
|
32026
|
+
Parameters: {"p1"=>"p1"}
|
32027
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32028
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32029
|
+
Processing by PagesController#empty as HTML
|
32030
|
+
Parameters: {"p2"=>"p2"}
|
32031
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32032
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32033
|
+
Processing by PagesController#nested as HTML
|
32034
|
+
Parameters: {"p3"=>"p3"}
|
32035
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32036
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32037
|
+
Processing by PagesController#home as HTML
|
32038
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32039
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32040
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32041
|
+
---------------------------------------------------------------------------------------
|
32042
|
+
WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
32043
|
+
---------------------------------------------------------------------------------------
|
32044
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32045
|
+
Processing by PagesController#home as HTML
|
32046
|
+
Parameters: {"p1"=>"p1"}
|
32047
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32048
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32049
|
+
Processing by PagesController#nested as HTML
|
32050
|
+
Parameters: {"p3"=>"p3"}
|
32051
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32052
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32053
|
+
Processing by PagesController#home as HTML
|
32054
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32055
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32056
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32057
|
+
-------------------------------------------------------------------------------------
|
32058
|
+
WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
32059
|
+
-------------------------------------------------------------------------------------
|
32060
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32061
|
+
Processing by PagesController#home as HTML
|
32062
|
+
Parameters: {"p1"=>"p1"}
|
32063
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32064
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32065
|
+
Processing by PagesController#param as HTML
|
32066
|
+
Parameters: {"p2"=>"p2"}
|
32067
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32068
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32069
|
+
Processing by PagesController#param as HTML
|
32070
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
32071
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32072
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32073
|
+
Processing by PagesController#nested as HTML
|
32074
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
32075
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
32076
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32077
|
+
Processing by PagesController#param as HTML
|
32078
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32079
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32080
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32081
|
+
---------------------------------------------------------------------------------------
|
32082
|
+
WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
32083
|
+
---------------------------------------------------------------------------------------
|
32084
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32085
|
+
Processing by PagesController#home as HTML
|
32086
|
+
Parameters: {"p1"=>"p1"}
|
32087
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32088
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32089
|
+
Processing by PagesController#param as HTML
|
32090
|
+
Parameters: {"p2"=>"p2"}
|
32091
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32092
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32093
|
+
Processing by PagesController#param as HTML
|
32094
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
32095
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32096
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32097
|
+
Processing by PagesController#nested as HTML
|
32098
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
32099
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32100
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32101
|
+
Processing by PagesController#home as HTML
|
32102
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32103
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32104
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32105
|
+
-----------------------------------------------------------------------------------
|
32106
|
+
WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
32107
|
+
-----------------------------------------------------------------------------------
|
32108
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32109
|
+
Processing by PagesController#home as HTML
|
32110
|
+
Parameters: {"p1"=>"p1"}
|
32111
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32112
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32113
|
+
Processing by PagesController#static as HTML
|
32114
|
+
Parameters: {"p2"=>"p2"}
|
32115
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32116
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32117
|
+
Processing by PagesController#nested as HTML
|
32118
|
+
Parameters: {"p3"=>"p3"}
|
32119
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32120
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32121
|
+
Processing by PagesController#home as HTML
|
32122
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32123
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
32124
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32125
|
+
--------------------------------------------------------------------
|
32126
|
+
WithoutLastTest: test_should_remember_last_requests_in_the_same_path
|
32127
|
+
--------------------------------------------------------------------
|
32128
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32129
|
+
Processing by PagesController#home as HTML
|
32130
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32131
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32132
|
+
Processing by PagesController#static as HTML
|
32133
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32134
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32135
|
+
Processing by PagesController#nested as HTML
|
32136
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
32137
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32138
|
+
Processing by PagesController#home as HTML
|
32139
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
32140
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32142
|
+
-------------------------------------------------------------
|
32143
|
+
WithoutLastTest: test_translations_should_not_cause_any_error
|
32144
|
+
-------------------------------------------------------------
|
32145
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32146
|
+
Processing by PagesController#home as HTML
|
32147
|
+
Parameters: {"p1"=>"p1"}
|
32148
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32149
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32150
|
+
Processing by PagesController#i18n as HTML
|
32151
|
+
Parameters: {"p2"=>"p2"}
|
32152
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32153
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32154
|
+
Processing by PagesController#nested as HTML
|
32155
|
+
Parameters: {"p3"=>"p3"}
|
32156
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32157
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:10:49 -0300
|
32158
|
+
Processing by PagesController#home as HTML
|
32159
|
+
Parameters: {"p1"=>"p1"}
|
32160
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32161
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
32162
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
32163
|
+
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
32164
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
32165
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
32166
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32167
|
+
-----------------------------------------------------------------------------------------
|
32168
|
+
WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
32169
|
+
-----------------------------------------------------------------------------------------
|
32170
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32171
|
+
Processing by PagesController#home as HTML
|
32172
|
+
Parameters: {"p1"=>"p1"}
|
32173
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.4ms)
|
32174
|
+
Completed 200 OK in 21ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
32175
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32176
|
+
Processing by PagesController#empty as HTML
|
32177
|
+
Parameters: {"p2"=>"p2"}
|
32178
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
32179
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
32180
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32181
|
+
Processing by PagesController#nested as HTML
|
32182
|
+
Parameters: {"p3"=>"p3"}
|
32183
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
32184
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32185
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32186
|
+
Processing by PagesController#home as HTML
|
32187
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
32188
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32189
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32190
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32191
|
+
------------------------------------------------------------------------------------
|
32192
|
+
WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
32193
|
+
------------------------------------------------------------------------------------
|
32194
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32195
|
+
Processing by PagesController#home as HTML
|
32196
|
+
Parameters: {"p1"=>"p1"}
|
32197
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32198
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32199
|
+
Processing by PagesController#nested as HTML
|
32200
|
+
Parameters: {"p3"=>"p3"}
|
32201
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32202
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32203
|
+
Processing by PagesController#home as HTML
|
32204
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32206
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32207
|
+
----------------------------------------------------------------------------------
|
32208
|
+
WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
32209
|
+
----------------------------------------------------------------------------------
|
32210
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32211
|
+
Processing by PagesController#home as HTML
|
32212
|
+
Parameters: {"p1"=>"p1"}
|
32213
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
32214
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32215
|
+
Processing by PagesController#param as HTML
|
32216
|
+
Parameters: {"p2"=>"p2"}
|
32217
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32218
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32219
|
+
Processing by PagesController#param as HTML
|
32220
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
32221
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
32222
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32223
|
+
Processing by PagesController#nested as HTML
|
32224
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
32225
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
32226
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32227
|
+
Processing by PagesController#param as HTML
|
32228
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32229
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32230
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32231
|
+
------------------------------------------------------------------------------------
|
32232
|
+
WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
32233
|
+
------------------------------------------------------------------------------------
|
32234
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32235
|
+
Processing by PagesController#home as HTML
|
32236
|
+
Parameters: {"p1"=>"p1"}
|
32237
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32238
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32239
|
+
Processing by PagesController#param as HTML
|
32240
|
+
Parameters: {"p2"=>"p2"}
|
32241
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32242
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32243
|
+
Processing by PagesController#param as HTML
|
32244
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
32245
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32246
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32247
|
+
Processing by PagesController#nested as HTML
|
32248
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
32249
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32250
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32251
|
+
Processing by PagesController#home as HTML
|
32252
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32253
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32254
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32255
|
+
--------------------------------------------------------------------------------
|
32256
|
+
WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
32257
|
+
--------------------------------------------------------------------------------
|
32258
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32259
|
+
Processing by PagesController#home as HTML
|
32260
|
+
Parameters: {"p1"=>"p1"}
|
32261
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32262
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:40 -0300
|
32263
|
+
Processing by PagesController#static as HTML
|
32264
|
+
Parameters: {"p2"=>"p2"}
|
32265
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32266
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32267
|
+
Processing by PagesController#nested as HTML
|
32268
|
+
Parameters: {"p3"=>"p3"}
|
32269
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32270
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32271
|
+
Processing by PagesController#home as HTML
|
32272
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32273
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32274
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32275
|
+
-----------------------------------------------------------------
|
32276
|
+
WithLastTest: test_should_remember_last_requests_in_the_same_path
|
32277
|
+
-----------------------------------------------------------------
|
32278
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32279
|
+
Processing by PagesController#home as HTML
|
32280
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
32281
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32282
|
+
Processing by PagesController#static as HTML
|
32283
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32284
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32285
|
+
Processing by PagesController#nested as HTML
|
32286
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32287
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32288
|
+
Processing by PagesController#home as HTML
|
32289
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32290
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32291
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
32292
|
+
----------------------------------------------------------
|
32293
|
+
WithLastTest: test_translations_should_not_cause_any_error
|
32294
|
+
----------------------------------------------------------
|
32295
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32296
|
+
Processing by PagesController#home as HTML
|
32297
|
+
Parameters: {"p1"=>"p1"}
|
32298
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32299
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32300
|
+
Processing by PagesController#i18n as HTML
|
32301
|
+
Parameters: {"p2"=>"p2"}
|
32302
|
+
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32303
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32304
|
+
Processing by PagesController#nested as HTML
|
32305
|
+
Parameters: {"p3"=>"p3"}
|
32306
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
32307
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32308
|
+
Processing by PagesController#home as HTML
|
32309
|
+
Parameters: {"p1"=>"p1"}
|
32310
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32311
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32313
|
+
--------------------------------------------------------------------------------------------
|
32314
|
+
WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
|
32315
|
+
--------------------------------------------------------------------------------------------
|
32316
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32317
|
+
Processing by PagesController#home as HTML
|
32318
|
+
Parameters: {"p1"=>"p1"}
|
32319
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32320
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32321
|
+
Processing by PagesController#empty as HTML
|
32322
|
+
Parameters: {"p2"=>"p2"}
|
32323
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32324
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32325
|
+
Processing by PagesController#nested as HTML
|
32326
|
+
Parameters: {"p3"=>"p3"}
|
32327
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32328
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32329
|
+
Processing by PagesController#home as HTML
|
32330
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
32331
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32332
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32333
|
+
---------------------------------------------------------------------------------------
|
32334
|
+
WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
|
32335
|
+
---------------------------------------------------------------------------------------
|
32336
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32337
|
+
Processing by PagesController#home as HTML
|
32338
|
+
Parameters: {"p1"=>"p1"}
|
32339
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32340
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32341
|
+
Processing by PagesController#nested as HTML
|
32342
|
+
Parameters: {"p3"=>"p3"}
|
32343
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32344
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32345
|
+
Processing by PagesController#home as HTML
|
32346
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32347
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
32348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32349
|
+
-------------------------------------------------------------------------------------
|
32350
|
+
WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
|
32351
|
+
-------------------------------------------------------------------------------------
|
32352
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32353
|
+
Processing by PagesController#home as HTML
|
32354
|
+
Parameters: {"p1"=>"p1"}
|
32355
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32356
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32357
|
+
Processing by PagesController#param as HTML
|
32358
|
+
Parameters: {"p2"=>"p2"}
|
32359
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32360
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32361
|
+
Processing by PagesController#param as HTML
|
32362
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
32363
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32364
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32365
|
+
Processing by PagesController#nested as HTML
|
32366
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
32367
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
32368
|
+
Started GET "/param" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32369
|
+
Processing by PagesController#param as HTML
|
32370
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32371
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32373
|
+
---------------------------------------------------------------------------------------
|
32374
|
+
WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
|
32375
|
+
---------------------------------------------------------------------------------------
|
32376
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32377
|
+
Processing by PagesController#home as HTML
|
32378
|
+
Parameters: {"p1"=>"p1"}
|
32379
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
32380
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32381
|
+
Processing by PagesController#param as HTML
|
32382
|
+
Parameters: {"p2"=>"p2"}
|
32383
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32384
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32385
|
+
Processing by PagesController#param as HTML
|
32386
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
32387
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32388
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32389
|
+
Processing by PagesController#nested as HTML
|
32390
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
32391
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32392
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32393
|
+
Processing by PagesController#home as HTML
|
32394
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
32395
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32396
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32397
|
+
-----------------------------------------------------------------------------------
|
32398
|
+
WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
|
32399
|
+
-----------------------------------------------------------------------------------
|
32400
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32401
|
+
Processing by PagesController#home as HTML
|
32402
|
+
Parameters: {"p1"=>"p1"}
|
32403
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32404
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32405
|
+
Processing by PagesController#static as HTML
|
32406
|
+
Parameters: {"p2"=>"p2"}
|
32407
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32408
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32409
|
+
Processing by PagesController#nested as HTML
|
32410
|
+
Parameters: {"p3"=>"p3"}
|
32411
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32412
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32413
|
+
Processing by PagesController#home as HTML
|
32414
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32415
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
32416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32417
|
+
--------------------------------------------------------------------
|
32418
|
+
WithoutLastTest: test_should_remember_last_requests_in_the_same_path
|
32419
|
+
--------------------------------------------------------------------
|
32420
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32421
|
+
Processing by PagesController#home as HTML
|
32422
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32423
|
+
Started GET "/static" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32424
|
+
Processing by PagesController#static as HTML
|
32425
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32426
|
+
Started GET "/static/nested" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32427
|
+
Processing by PagesController#nested as HTML
|
32428
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
32429
|
+
Started GET "/" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32430
|
+
Processing by PagesController#home as HTML
|
32431
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32432
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
32433
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32434
|
+
-------------------------------------------------------------
|
32435
|
+
WithoutLastTest: test_translations_should_not_cause_any_error
|
32436
|
+
-------------------------------------------------------------
|
32437
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32438
|
+
Processing by PagesController#home as HTML
|
32439
|
+
Parameters: {"p1"=>"p1"}
|
32440
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
32441
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32442
|
+
Processing by PagesController#i18n as HTML
|
32443
|
+
Parameters: {"p2"=>"p2"}
|
32444
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32445
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
32446
|
+
Processing by PagesController#nested as HTML
|
32447
|
+
Parameters: {"p3"=>"p3"}
|
32448
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
32449
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-11 17:11:41 -0300
|
31026
32450
|
Processing by PagesController#home as HTML
|
31027
32451
|
Parameters: {"p1"=>"p1"}
|
31028
32452
|
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|