crumbs 1.2.1 → 2.0.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.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -5
  3. data/lib/crumbs/action_controller/base.rb +2 -11
  4. data/lib/crumbs/controller.rb +21 -0
  5. data/lib/crumbs/proxy.rb +9 -0
  6. data/lib/crumbs/version.rb +1 -1
  7. data/lib/crumbs.rb +21 -1
  8. data/lib/generators/crumbs/templates/crumbs.rb +1 -1
  9. data/test/dummy/app/controllers/pages_controller.rb +0 -6
  10. data/test/dummy/config/initializers/crumbs.rb +19 -0
  11. data/test/dummy/log/test.log +2346 -0
  12. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0CfsnjV9PTgwlR5hr0ZJ0lNFInsx4qr_zgDnI8wYXdA.cache +0 -0
  13. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3_I2jn5YxLciv3GtK_auIHda4TWNhZGieWePNoABWag.cache +3 -0
  14. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8pLqt1nXpM0CADV6_EF0KDbq4JiQCmjMIxj6pPZgm40.cache +0 -0
  15. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9_0iCm3DZpig3DFydwsV8-3vCsUegD9B-YR_kxfWuxg.cache +0 -0
  16. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DtXc_gTNuqlMogm9DYo1deRm00jNXPf0fyilnnre4mo.cache +1 -0
  17. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KuObwG9-kiiTC9uTe_Y_WcDUv6iru-sTemI6-k4K-VI.cache +1 -0
  18. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/NB1P923S_ERHEViNCpWJ8SWQPVGhGQbnoEZDFXAsMkU.cache +2 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/NRB4IoGG5vlEQSlxE-fq7JjM5DiMsZgx53bfpX9Qa-Q.cache +3 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/PeALxNvJVmSUZlRLwsDzjXcHYkYl7swdEPX25zaZ4Sk.cache +2 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/SaR332UYmMwbCg2uCE2kc8IdAy0fz1Z0rzVjjdcHBfc.cache +1 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UWBHdOtGfj0EG8YqQJFo4VXX78gdxQ9UKQckSjlh2Xk.cache +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fg8Lpn3VSU1Cz0bY6ek8PqNXJKwHE4tH-_pxSZSVHoc.cache +1 -0
  24. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/j633CDb2pirQ_kRgsBIUuO9xrlJnPoE5wSh_Sk7a0B8.cache +0 -0
  25. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oL3tj9Cx76XI84KeuRvNWkE8SRDP7uTSGgeKXBJfwi4.cache +1 -0
  26. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/p8gRJoCgrplMxf3cIeQwVnrXECPodO1XmZT3b9iaId0.cache +0 -0
  27. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wZymCZN9x4UDexGqYG57Pp_5dfraxUy5TuEtv9bQzaE.cache +0 -0
  28. metadata +42 -7
  29. data/lib/crumbs/definitions.rb +0 -30
@@ -36256,3 +36256,2349 @@ Processing by PagesController#home as HTML
36256
36256
  Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36257
36257
  Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36258
36258
   (0.1ms) rollback transaction
36259
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36260
+  (0.1ms) select sqlite_version(*)
36261
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36262
+  (0.0ms) SELECT version FROM "schema_migrations"
36263
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36264
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36265
+  (0.0ms) select sqlite_version(*)
36266
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36267
+  (0.1ms) SELECT version FROM "schema_migrations"
36268
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36269
+  (0.1ms) begin transaction
36270
+ --------------------------------------------------------------------------------
36271
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36272
+ --------------------------------------------------------------------------------
36273
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36274
+ Processing by PagesController#home as HTML
36275
+ Parameters: {"p1"=>"p1"}
36276
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
36277
+ Completed 200 OK in 122ms (Views: 114.1ms | ActiveRecord: 0.0ms)
36278
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36279
+ Processing by PagesController#param as HTML
36280
+ Parameters: {"p2"=>"p2"}
36281
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36282
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36283
+  (0.1ms) rollback transaction
36284
+  (0.0ms) begin transaction
36285
+ -----------------------------------------------------------------------
36286
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
36287
+ -----------------------------------------------------------------------
36288
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36289
+ Processing by PagesController#home as HTML
36290
+ Parameters: {"p1"=>"p1"}
36291
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36292
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36293
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36294
+ Processing by PagesController#param as HTML
36295
+ Parameters: {"p2"=>"p2"}
36296
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36297
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36298
+  (0.1ms) rollback transaction
36299
+  (0.0ms) begin transaction
36300
+ -------------------------------------------------------------------------
36301
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36302
+ -------------------------------------------------------------------------
36303
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36304
+ Processing by PagesController#home as HTML
36305
+ Parameters: {"p1"=>"p1"}
36306
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36307
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36308
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36309
+ Processing by PagesController#nested as HTML
36310
+ Parameters: {"p3"=>"p3"}
36311
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36312
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36313
+  (0.1ms) rollback transaction
36314
+  (0.1ms) begin transaction
36315
+ ----------------------------------------------------------------------------
36316
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
36317
+ ----------------------------------------------------------------------------
36318
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36319
+ Processing by PagesController#home as HTML
36320
+ Parameters: {"p1"=>"p1"}
36321
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36322
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36323
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36324
+ Processing by PagesController#static as HTML
36325
+ Parameters: {"p2"=>"p2"}
36326
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36327
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36328
+  (0.0ms) rollback transaction
36329
+  (0.0ms) begin transaction
36330
+ ------------------------------------------------------
36331
+ WithoutLastTest: test_translations_not_cause_any_error
36332
+ ------------------------------------------------------
36333
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36334
+ Processing by PagesController#home as HTML
36335
+ Parameters: {"p1"=>"p1"}
36336
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36337
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36338
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36339
+ Processing by PagesController#i18n as HTML
36340
+ Parameters: {"p2"=>"p2"}
36341
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36342
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36343
+  (0.0ms) rollback transaction
36344
+  (0.0ms) begin transaction
36345
+ -----------------------------------------------
36346
+ WithoutLastTest: test_last_request_in_same_path
36347
+ -----------------------------------------------
36348
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36349
+ Processing by PagesController#home as HTML
36350
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36351
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36352
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36353
+ Processing by PagesController#static as HTML
36354
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36355
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36356
+  (0.1ms) rollback transaction
36357
+  (0.0ms) begin transaction
36358
+ ------------------------------------------------------------------------------
36359
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36360
+ ------------------------------------------------------------------------------
36361
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36362
+ Processing by PagesController#home as HTML
36363
+ Parameters: {"p1"=>"p1"}
36364
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36365
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36366
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36367
+ Processing by PagesController#empty as HTML
36368
+ Parameters: {"p2"=>"p2"}
36369
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36370
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36371
+  (0.0ms) rollback transaction
36372
+  (0.0ms) begin transaction
36373
+ ---------------------------------------------------------------------------
36374
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36375
+ ---------------------------------------------------------------------------
36376
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36377
+ Processing by PagesController#home as HTML
36378
+ Parameters: {"p1"=>"p1"}
36379
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36380
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36381
+  (0.0ms) rollback transaction
36382
+  (0.0ms) begin transaction
36383
+ -------------------------------------------------------------------------
36384
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
36385
+ -------------------------------------------------------------------------
36386
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36387
+ Processing by PagesController#home as HTML
36388
+ Parameters: {"p1"=>"p1"}
36389
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36390
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
36391
+  (0.0ms) rollback transaction
36392
+  (0.0ms) begin transaction
36393
+ --------------------------------------------
36394
+ WithLastTest: test_last_request_in_same_path
36395
+ --------------------------------------------
36396
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36397
+ Processing by PagesController#home as HTML
36398
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36399
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36400
+  (0.0ms) rollback transaction
36401
+  (0.1ms) begin transaction
36402
+ ---------------------------------------------------
36403
+ WithLastTest: test_translations_not_cause_any_error
36404
+ ---------------------------------------------------
36405
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36406
+ Processing by PagesController#home as HTML
36407
+ Parameters: {"p1"=>"p1"}
36408
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36409
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36410
+  (0.0ms) rollback transaction
36411
+  (0.0ms) begin transaction
36412
+ ----------------------------------------------------------------------
36413
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36414
+ ----------------------------------------------------------------------
36415
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36416
+ Processing by PagesController#home as HTML
36417
+ Parameters: {"p1"=>"p1"}
36418
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36419
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36420
+  (0.1ms) rollback transaction
36421
+  (0.0ms) begin transaction
36422
+ --------------------------------------------------------------------
36423
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
36424
+ --------------------------------------------------------------------
36425
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36426
+ Processing by PagesController#home as HTML
36427
+ Parameters: {"p1"=>"p1"}
36428
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36429
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36430
+  (0.1ms) rollback transaction
36431
+  (0.0ms) begin transaction
36432
+ -----------------------------------------------------------------------------
36433
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36434
+ -----------------------------------------------------------------------------
36435
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:19:24 -0300
36436
+ Processing by PagesController#home as HTML
36437
+ Parameters: {"p1"=>"p1"}
36438
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36439
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36440
+  (0.0ms) rollback transaction
36441
+  (0.0ms) begin transaction
36442
+ ------------------------------------------
36443
+ GeneratorsTest: test_initializer_generator
36444
+ ------------------------------------------
36445
+  (0.0ms) rollback transaction
36446
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36447
+  (0.0ms) select sqlite_version(*)
36448
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36449
+  (0.0ms) SELECT version FROM "schema_migrations"
36450
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36451
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36452
+  (0.0ms) select sqlite_version(*)
36453
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36454
+  (0.0ms) SELECT version FROM "schema_migrations"
36455
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36456
+  (0.1ms) begin transaction
36457
+ -----------------------------------------------------------------------------
36458
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36459
+ -----------------------------------------------------------------------------
36460
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:04 -0300
36461
+ Processing by PagesController#home as HTML
36462
+ Parameters: {"p1"=>"p1"}
36463
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
36464
+ Completed 200 OK in 106ms (Views: 99.6ms | ActiveRecord: 0.0ms)
36465
+  (0.0ms) rollback transaction
36466
+  (0.0ms) begin transaction
36467
+ --------------------------------------------
36468
+ WithLastTest: test_last_request_in_same_path
36469
+ --------------------------------------------
36470
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:21:04 -0300
36471
+ Processing by PagesController#home as HTML
36472
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36473
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36474
+  (0.0ms) rollback transaction
36475
+  (0.0ms) begin transaction
36476
+ ----------------------------------------------------------------------
36477
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36478
+ ----------------------------------------------------------------------
36479
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:04 -0300
36480
+ Processing by PagesController#home as HTML
36481
+ Parameters: {"p1"=>"p1"}
36482
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36483
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36484
+  (0.1ms) rollback transaction
36485
+  (0.0ms) begin transaction
36486
+ --------------------------------------------------------------------
36487
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
36488
+ --------------------------------------------------------------------
36489
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:04 -0300
36490
+ Processing by PagesController#home as HTML
36491
+ Parameters: {"p1"=>"p1"}
36492
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36493
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36494
+  (0.0ms) rollback transaction
36495
+  (0.0ms) begin transaction
36496
+ -------------------------------------------------------------------------
36497
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
36498
+ -------------------------------------------------------------------------
36499
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36500
+ Processing by PagesController#home as HTML
36501
+ Parameters: {"p1"=>"p1"}
36502
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36503
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
36504
+  (0.1ms) rollback transaction
36505
+  (0.1ms) begin transaction
36506
+ ---------------------------------------------------------------------------
36507
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36508
+ ---------------------------------------------------------------------------
36509
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36510
+ Processing by PagesController#home as HTML
36511
+ Parameters: {"p1"=>"p1"}
36512
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36513
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36514
+  (0.0ms) rollback transaction
36515
+  (0.0ms) begin transaction
36516
+ ---------------------------------------------------
36517
+ WithLastTest: test_translations_not_cause_any_error
36518
+ ---------------------------------------------------
36519
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36520
+ Processing by PagesController#home as HTML
36521
+ Parameters: {"p1"=>"p1"}
36522
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36523
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36524
+  (0.0ms) rollback transaction
36525
+  (0.0ms) begin transaction
36526
+ -----------------------------------------------------------------------
36527
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
36528
+ -----------------------------------------------------------------------
36529
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36530
+ Processing by PagesController#home as HTML
36531
+ Parameters: {"p1"=>"p1"}
36532
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36533
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36534
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36535
+ Processing by PagesController#param as HTML
36536
+ Parameters: {"p2"=>"p2"}
36537
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36538
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36539
+  (0.1ms) rollback transaction
36540
+  (0.0ms) begin transaction
36541
+ -------------------------------------------------------------------------
36542
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36543
+ -------------------------------------------------------------------------
36544
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36545
+ Processing by PagesController#home as HTML
36546
+ Parameters: {"p1"=>"p1"}
36547
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36548
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36549
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36550
+ Processing by PagesController#nested as HTML
36551
+ Parameters: {"p3"=>"p3"}
36552
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36553
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
36554
+  (0.1ms) rollback transaction
36555
+  (0.0ms) begin transaction
36556
+ ------------------------------------------------------------------------------
36557
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36558
+ ------------------------------------------------------------------------------
36559
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36560
+ Processing by PagesController#home as HTML
36561
+ Parameters: {"p1"=>"p1"}
36562
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36563
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36564
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36565
+ Processing by PagesController#empty as HTML
36566
+ Parameters: {"p2"=>"p2"}
36567
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36568
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36569
+  (0.0ms) rollback transaction
36570
+  (0.0ms) begin transaction
36571
+ ----------------------------------------------------------------------------
36572
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
36573
+ ----------------------------------------------------------------------------
36574
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36575
+ Processing by PagesController#home as HTML
36576
+ Parameters: {"p1"=>"p1"}
36577
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36578
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36579
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36580
+ Processing by PagesController#static as HTML
36581
+ Parameters: {"p2"=>"p2"}
36582
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36583
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36584
+  (0.0ms) rollback transaction
36585
+  (0.0ms) begin transaction
36586
+ ------------------------------------------------------
36587
+ WithoutLastTest: test_translations_not_cause_any_error
36588
+ ------------------------------------------------------
36589
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36590
+ Processing by PagesController#home as HTML
36591
+ Parameters: {"p1"=>"p1"}
36592
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36593
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36594
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36595
+ Processing by PagesController#i18n as HTML
36596
+ Parameters: {"p2"=>"p2"}
36597
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36598
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36599
+  (0.0ms) rollback transaction
36600
+  (0.0ms) begin transaction
36601
+ --------------------------------------------------------------------------------
36602
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36603
+ --------------------------------------------------------------------------------
36604
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36605
+ Processing by PagesController#home as HTML
36606
+ Parameters: {"p1"=>"p1"}
36607
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36608
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36609
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36610
+ Processing by PagesController#param as HTML
36611
+ Parameters: {"p2"=>"p2"}
36612
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36613
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36614
+  (0.0ms) rollback transaction
36615
+  (0.0ms) begin transaction
36616
+ -----------------------------------------------
36617
+ WithoutLastTest: test_last_request_in_same_path
36618
+ -----------------------------------------------
36619
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36620
+ Processing by PagesController#home as HTML
36621
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36622
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36623
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:21:05 -0300
36624
+ Processing by PagesController#static as HTML
36625
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36626
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36627
+  (0.0ms) rollback transaction
36628
+  (0.0ms) begin transaction
36629
+ ------------------------------------------
36630
+ GeneratorsTest: test_initializer_generator
36631
+ ------------------------------------------
36632
+  (0.1ms) rollback transaction
36633
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36634
+  (0.0ms) select sqlite_version(*)
36635
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36636
+  (0.0ms) SELECT version FROM "schema_migrations"
36637
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36638
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36639
+  (0.0ms) select sqlite_version(*)
36640
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36641
+  (0.0ms) SELECT version FROM "schema_migrations"
36642
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36643
+  (0.1ms) begin transaction
36644
+ ------------------------------------------
36645
+ GeneratorsTest: test_initializer_generator
36646
+ ------------------------------------------
36647
+  (0.1ms) rollback transaction
36648
+  (0.0ms) begin transaction
36649
+ --------------------------------------------------------------------------------
36650
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36651
+ --------------------------------------------------------------------------------
36652
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36653
+ Processing by PagesController#home as HTML
36654
+ Parameters: {"p1"=>"p1"}
36655
+ Rendered pages/crumbs.html.erb within layouts/application (0.9ms)
36656
+ Completed 200 OK in 107ms (Views: 100.7ms | ActiveRecord: 0.0ms)
36657
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36658
+ Processing by PagesController#param as HTML
36659
+ Parameters: {"p2"=>"p2"}
36660
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36661
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36662
+  (0.0ms) rollback transaction
36663
+  (0.0ms) begin transaction
36664
+ -------------------------------------------------------------------------
36665
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36666
+ -------------------------------------------------------------------------
36667
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36668
+ Processing by PagesController#home as HTML
36669
+ Parameters: {"p1"=>"p1"}
36670
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36671
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36672
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36673
+ Processing by PagesController#nested as HTML
36674
+ Parameters: {"p3"=>"p3"}
36675
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36676
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36677
+  (0.0ms) rollback transaction
36678
+  (0.0ms) begin transaction
36679
+ ------------------------------------------------------
36680
+ WithoutLastTest: test_translations_not_cause_any_error
36681
+ ------------------------------------------------------
36682
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36683
+ Processing by PagesController#home as HTML
36684
+ Parameters: {"p1"=>"p1"}
36685
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36686
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36687
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36688
+ Processing by PagesController#i18n as HTML
36689
+ Parameters: {"p2"=>"p2"}
36690
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36691
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36692
+  (0.0ms) rollback transaction
36693
+  (0.0ms) begin transaction
36694
+ ------------------------------------------------------------------------------
36695
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36696
+ ------------------------------------------------------------------------------
36697
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36698
+ Processing by PagesController#home as HTML
36699
+ Parameters: {"p1"=>"p1"}
36700
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36701
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36702
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36703
+ Processing by PagesController#empty as HTML
36704
+ Parameters: {"p2"=>"p2"}
36705
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36706
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36707
+  (0.0ms) rollback transaction
36708
+  (0.0ms) begin transaction
36709
+ -----------------------------------------------------------------------
36710
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
36711
+ -----------------------------------------------------------------------
36712
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36713
+ Processing by PagesController#home as HTML
36714
+ Parameters: {"p1"=>"p1"}
36715
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36716
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36717
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36718
+ Processing by PagesController#param as HTML
36719
+ Parameters: {"p2"=>"p2"}
36720
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36721
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36722
+  (0.0ms) rollback transaction
36723
+  (0.0ms) begin transaction
36724
+ ----------------------------------------------------------------------------
36725
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
36726
+ ----------------------------------------------------------------------------
36727
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36728
+ Processing by PagesController#home as HTML
36729
+ Parameters: {"p1"=>"p1"}
36730
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36731
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36732
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36733
+ Processing by PagesController#static as HTML
36734
+ Parameters: {"p2"=>"p2"}
36735
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36736
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36737
+  (0.1ms) rollback transaction
36738
+  (0.0ms) begin transaction
36739
+ -----------------------------------------------
36740
+ WithoutLastTest: test_last_request_in_same_path
36741
+ -----------------------------------------------
36742
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36743
+ Processing by PagesController#home as HTML
36744
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36745
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36746
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36747
+ Processing by PagesController#static as HTML
36748
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36749
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36750
+  (0.1ms) rollback transaction
36751
+  (0.0ms) begin transaction
36752
+ ---------------------------------------------------
36753
+ WithLastTest: test_translations_not_cause_any_error
36754
+ ---------------------------------------------------
36755
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36756
+ Processing by PagesController#home as HTML
36757
+ Parameters: {"p1"=>"p1"}
36758
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36759
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36760
+  (0.0ms) rollback transaction
36761
+  (0.0ms) begin transaction
36762
+ -------------------------------------------------------------------------
36763
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
36764
+ -------------------------------------------------------------------------
36765
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36766
+ Processing by PagesController#home as HTML
36767
+ Parameters: {"p1"=>"p1"}
36768
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36769
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36770
+  (0.1ms) rollback transaction
36771
+  (0.0ms) begin transaction
36772
+ ---------------------------------------------------------------------------
36773
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36774
+ ---------------------------------------------------------------------------
36775
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36776
+ Processing by PagesController#home as HTML
36777
+ Parameters: {"p1"=>"p1"}
36778
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36779
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36780
+  (0.0ms) rollback transaction
36781
+  (0.1ms) begin transaction
36782
+ --------------------------------------------------------------------
36783
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
36784
+ --------------------------------------------------------------------
36785
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36786
+ Processing by PagesController#home as HTML
36787
+ Parameters: {"p1"=>"p1"}
36788
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36789
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36790
+  (0.0ms) rollback transaction
36791
+  (0.0ms) begin transaction
36792
+ -----------------------------------------------------------------------------
36793
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36794
+ -----------------------------------------------------------------------------
36795
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36796
+ Processing by PagesController#home as HTML
36797
+ Parameters: {"p1"=>"p1"}
36798
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36799
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36800
+  (0.0ms) rollback transaction
36801
+  (0.0ms) begin transaction
36802
+ ----------------------------------------------------------------------
36803
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36804
+ ----------------------------------------------------------------------
36805
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36806
+ Processing by PagesController#home as HTML
36807
+ Parameters: {"p1"=>"p1"}
36808
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36809
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36810
+  (0.0ms) rollback transaction
36811
+  (0.0ms) begin transaction
36812
+ --------------------------------------------
36813
+ WithLastTest: test_last_request_in_same_path
36814
+ --------------------------------------------
36815
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:21:31 -0300
36816
+ Processing by PagesController#home as HTML
36817
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36818
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36819
+  (0.0ms) rollback transaction
36820
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36821
+  (0.0ms) select sqlite_version(*)
36822
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36823
+  (0.0ms) SELECT version FROM "schema_migrations"
36824
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36825
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36826
+  (0.1ms) select sqlite_version(*)
36827
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36828
+  (0.0ms) SELECT version FROM "schema_migrations"
36829
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
36830
+  (0.1ms) begin transaction
36831
+ ---------------------------------------------------
36832
+ WithLastTest: test_translations_not_cause_any_error
36833
+ ---------------------------------------------------
36834
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:00 -0300
36835
+ Processing by PagesController#home as HTML
36836
+ Parameters: {"p1"=>"p1"}
36837
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
36838
+ Completed 200 OK in 108ms (Views: 100.1ms | ActiveRecord: 0.0ms)
36839
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36840
+ Processing by PagesController#i18n as HTML
36841
+ Parameters: {"p2"=>"p2"}
36842
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36843
+ Completed 200 OK in 14ms (Views: 1.0ms | ActiveRecord: 0.0ms)
36844
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36845
+ Processing by PagesController#nested as HTML
36846
+ Parameters: {"p3"=>"p3"}
36847
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36848
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36849
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36850
+ Processing by PagesController#home as HTML
36851
+ Parameters: {"p1"=>"p1"}
36852
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36853
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
36854
+  (0.1ms) rollback transaction
36855
+  (0.0ms) begin transaction
36856
+ -----------------------------------------------------------------------------
36857
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
36858
+ -----------------------------------------------------------------------------
36859
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36860
+ Processing by PagesController#home as HTML
36861
+ Parameters: {"p1"=>"p1"}
36862
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36863
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36864
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36865
+ Processing by PagesController#param as HTML
36866
+ Parameters: {"p2"=>"p2"}
36867
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36868
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36869
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36870
+ Processing by PagesController#param as HTML
36871
+ Parameters: {"p3"=>"p3", "param"=>"1"}
36872
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36873
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36874
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36875
+ Processing by PagesController#nested as HTML
36876
+ Parameters: {"p4"=>"p4", "param"=>"1"}
36877
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36878
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36879
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36880
+ Processing by PagesController#home as HTML
36881
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36882
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36883
+  (0.1ms) rollback transaction
36884
+  (0.0ms) begin transaction
36885
+ --------------------------------------------------------------------
36886
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
36887
+ --------------------------------------------------------------------
36888
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36889
+ Processing by PagesController#home as HTML
36890
+ Parameters: {"p1"=>"p1"}
36891
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36892
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36893
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36894
+ Processing by PagesController#param as HTML
36895
+ Parameters: {"p2"=>"p2"}
36896
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36897
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36898
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36899
+ Processing by PagesController#param as HTML
36900
+ Parameters: {"p3"=>"p3", "param"=>"1"}
36901
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36902
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36903
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36904
+ Processing by PagesController#nested as HTML
36905
+ Parameters: {"p4"=>"p4", "param"=>"1"}
36906
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36907
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36908
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36909
+ Processing by PagesController#param as HTML
36910
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36911
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36912
+  (0.0ms) rollback transaction
36913
+  (0.0ms) begin transaction
36914
+ -------------------------------------------------------------------------
36915
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
36916
+ -------------------------------------------------------------------------
36917
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36918
+ Processing by PagesController#home as HTML
36919
+ Parameters: {"p1"=>"p1"}
36920
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36921
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36922
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36923
+ Processing by PagesController#static as HTML
36924
+ Parameters: {"p2"=>"p2"}
36925
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36926
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
36927
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36928
+ Processing by PagesController#nested as HTML
36929
+ Parameters: {"p3"=>"p3"}
36930
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36931
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36932
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36933
+ Processing by PagesController#home as HTML
36934
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36935
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36936
+  (0.0ms) rollback transaction
36937
+  (0.0ms) begin transaction
36938
+ --------------------------------------------
36939
+ WithLastTest: test_last_request_in_same_path
36940
+ --------------------------------------------
36941
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36942
+ Processing by PagesController#home as HTML
36943
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36944
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36945
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36946
+ Processing by PagesController#static as HTML
36947
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36948
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36949
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36950
+ Processing by PagesController#nested as HTML
36951
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36952
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36953
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36954
+ Processing by PagesController#home as HTML
36955
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36956
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36957
+  (0.0ms) rollback transaction
36958
+  (0.0ms) begin transaction
36959
+ ----------------------------------------------------------------------
36960
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
36961
+ ----------------------------------------------------------------------
36962
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36963
+ Processing by PagesController#home as HTML
36964
+ Parameters: {"p1"=>"p1"}
36965
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36966
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36967
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36968
+ Processing by PagesController#nested as HTML
36969
+ Parameters: {"p3"=>"p3"}
36970
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36971
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36972
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36973
+ Processing by PagesController#home as HTML
36974
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36975
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
36976
+  (0.0ms) rollback transaction
36977
+  (0.0ms) begin transaction
36978
+ ---------------------------------------------------------------------------
36979
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
36980
+ ---------------------------------------------------------------------------
36981
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36982
+ Processing by PagesController#home as HTML
36983
+ Parameters: {"p1"=>"p1"}
36984
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
36985
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
36986
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36987
+ Processing by PagesController#empty as HTML
36988
+ Parameters: {"p2"=>"p2"}
36989
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36990
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
36991
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36992
+ Processing by PagesController#nested as HTML
36993
+ Parameters: {"p3"=>"p3"}
36994
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36995
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
36996
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
36997
+ Processing by PagesController#home as HTML
36998
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
36999
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37000
+  (0.1ms) rollback transaction
37001
+  (0.0ms) begin transaction
37002
+ --------------------------------------------------------------------------------
37003
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
37004
+ --------------------------------------------------------------------------------
37005
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37006
+ Processing by PagesController#home as HTML
37007
+ Parameters: {"p1"=>"p1"}
37008
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37009
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
37010
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37011
+ Processing by PagesController#param as HTML
37012
+ Parameters: {"p2"=>"p2"}
37013
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37014
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37015
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37016
+ Processing by PagesController#param as HTML
37017
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37018
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37019
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
37020
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37021
+ Processing by PagesController#nested as HTML
37022
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37023
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37024
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37025
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37026
+ Processing by PagesController#home as HTML
37027
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37028
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37029
+  (0.1ms) rollback transaction
37030
+  (0.0ms) begin transaction
37031
+ -------------------------------------------------------------------------
37032
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
37033
+ -------------------------------------------------------------------------
37034
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37035
+ Processing by PagesController#home as HTML
37036
+ Parameters: {"p1"=>"p1"}
37037
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37038
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37039
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37040
+ Processing by PagesController#nested as HTML
37041
+ Parameters: {"p3"=>"p3"}
37042
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37043
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37044
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37045
+ Processing by PagesController#home as HTML
37046
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37047
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37048
+  (0.1ms) rollback transaction
37049
+  (0.0ms) begin transaction
37050
+ ----------------------------------------------------------------------------
37051
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
37052
+ ----------------------------------------------------------------------------
37053
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37054
+ Processing by PagesController#home as HTML
37055
+ Parameters: {"p1"=>"p1"}
37056
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37057
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37058
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37059
+ Processing by PagesController#static as HTML
37060
+ Parameters: {"p2"=>"p2"}
37061
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37062
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37063
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37064
+ Processing by PagesController#nested as HTML
37065
+ Parameters: {"p3"=>"p3"}
37066
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37067
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37068
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37069
+ Processing by PagesController#home as HTML
37070
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37071
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37072
+  (0.0ms) rollback transaction
37073
+  (0.0ms) begin transaction
37074
+ ------------------------------------------------------
37075
+ WithoutLastTest: test_translations_not_cause_any_error
37076
+ ------------------------------------------------------
37077
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37078
+ Processing by PagesController#home as HTML
37079
+ Parameters: {"p1"=>"p1"}
37080
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37081
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37082
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37083
+ Processing by PagesController#i18n as HTML
37084
+ Parameters: {"p2"=>"p2"}
37085
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37086
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37087
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37088
+ Processing by PagesController#nested as HTML
37089
+ Parameters: {"p3"=>"p3"}
37090
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37091
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37092
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37093
+ Processing by PagesController#home as HTML
37094
+ Parameters: {"p1"=>"p1"}
37095
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37096
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37097
+  (0.0ms) rollback transaction
37098
+  (0.0ms) begin transaction
37099
+ ------------------------------------------------------------------------------
37100
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
37101
+ ------------------------------------------------------------------------------
37102
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37103
+ Processing by PagesController#home as HTML
37104
+ Parameters: {"p1"=>"p1"}
37105
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37106
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37107
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37108
+ Processing by PagesController#empty as HTML
37109
+ Parameters: {"p2"=>"p2"}
37110
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37111
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37112
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37113
+ Processing by PagesController#nested as HTML
37114
+ Parameters: {"p3"=>"p3"}
37115
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37116
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37117
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37118
+ Processing by PagesController#home as HTML
37119
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37120
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37121
+  (0.0ms) rollback transaction
37122
+  (0.0ms) begin transaction
37123
+ -----------------------------------------------------------------------
37124
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
37125
+ -----------------------------------------------------------------------
37126
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37127
+ Processing by PagesController#home as HTML
37128
+ Parameters: {"p1"=>"p1"}
37129
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37130
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37131
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37132
+ Processing by PagesController#param as HTML
37133
+ Parameters: {"p2"=>"p2"}
37134
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37135
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37136
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37137
+ Processing by PagesController#param as HTML
37138
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37139
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37140
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37141
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37142
+ Processing by PagesController#nested as HTML
37143
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37144
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37145
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37146
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37147
+ Processing by PagesController#param as HTML
37148
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37149
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37150
+  (0.0ms) rollback transaction
37151
+  (0.0ms) begin transaction
37152
+ -----------------------------------------------
37153
+ WithoutLastTest: test_last_request_in_same_path
37154
+ -----------------------------------------------
37155
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37156
+ Processing by PagesController#home as HTML
37157
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37158
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37159
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37160
+ Processing by PagesController#static as HTML
37161
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37162
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37163
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37164
+ Processing by PagesController#nested as HTML
37165
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37166
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37167
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:01 -0300
37168
+ Processing by PagesController#home as HTML
37169
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37170
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37171
+  (0.0ms) rollback transaction
37172
+  (0.0ms) begin transaction
37173
+ ------------------------------------------
37174
+ GeneratorsTest: test_initializer_generator
37175
+ ------------------------------------------
37176
+  (0.1ms) rollback transaction
37177
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
37178
+  (0.2ms) select sqlite_version(*)
37179
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37180
+  (0.0ms) SELECT version FROM "schema_migrations"
37181
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
37182
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
37183
+  (0.0ms) select sqlite_version(*)
37184
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37185
+  (0.1ms) SELECT version FROM "schema_migrations"
37186
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
37187
+  (0.1ms) begin transaction
37188
+ -----------------------------------------------------------------------
37189
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
37190
+ -----------------------------------------------------------------------
37191
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37192
+ Processing by PagesController#home as HTML
37193
+ Parameters: {"p1"=>"p1"}
37194
+ Rendered pages/crumbs.html.erb within layouts/application (0.9ms)
37195
+ Completed 200 OK in 100ms (Views: 93.8ms | ActiveRecord: 0.0ms)
37196
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37197
+ Processing by PagesController#param as HTML
37198
+ Parameters: {"p2"=>"p2"}
37199
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37200
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37201
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37202
+ Processing by PagesController#param as HTML
37203
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37204
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37205
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37206
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37207
+ Processing by PagesController#nested as HTML
37208
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37209
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37210
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37211
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37212
+ Processing by PagesController#param as HTML
37213
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37214
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37215
+  (0.1ms) rollback transaction
37216
+  (0.0ms) begin transaction
37217
+ --------------------------------------------------------------------------------
37218
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
37219
+ --------------------------------------------------------------------------------
37220
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37221
+ Processing by PagesController#home as HTML
37222
+ Parameters: {"p1"=>"p1"}
37223
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37224
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37225
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37226
+ Processing by PagesController#param as HTML
37227
+ Parameters: {"p2"=>"p2"}
37228
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37229
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37230
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37231
+ Processing by PagesController#param as HTML
37232
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37233
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37234
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37235
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37236
+ Processing by PagesController#nested as HTML
37237
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37238
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37239
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37240
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37241
+ Processing by PagesController#home as HTML
37242
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37243
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37244
+  (0.0ms) rollback transaction
37245
+  (0.0ms) begin transaction
37246
+ -------------------------------------------------------------------------
37247
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
37248
+ -------------------------------------------------------------------------
37249
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37250
+ Processing by PagesController#home as HTML
37251
+ Parameters: {"p1"=>"p1"}
37252
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37253
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37254
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37255
+ Processing by PagesController#nested as HTML
37256
+ Parameters: {"p3"=>"p3"}
37257
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37258
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37259
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37260
+ Processing by PagesController#home as HTML
37261
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37262
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37263
+  (0.0ms) rollback transaction
37264
+  (0.0ms) begin transaction
37265
+ ------------------------------------------------------------------------------
37266
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
37267
+ ------------------------------------------------------------------------------
37268
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37269
+ Processing by PagesController#home as HTML
37270
+ Parameters: {"p1"=>"p1"}
37271
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37272
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37273
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37274
+ Processing by PagesController#empty as HTML
37275
+ Parameters: {"p2"=>"p2"}
37276
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37277
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37278
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37279
+ Processing by PagesController#nested as HTML
37280
+ Parameters: {"p3"=>"p3"}
37281
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37282
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37283
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37284
+ Processing by PagesController#home as HTML
37285
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37286
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37287
+  (0.0ms) rollback transaction
37288
+  (0.0ms) begin transaction
37289
+ ----------------------------------------------------------------------------
37290
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
37291
+ ----------------------------------------------------------------------------
37292
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37293
+ Processing by PagesController#home as HTML
37294
+ Parameters: {"p1"=>"p1"}
37295
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37296
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37297
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37298
+ Processing by PagesController#static as HTML
37299
+ Parameters: {"p2"=>"p2"}
37300
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37301
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37302
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37303
+ Processing by PagesController#nested as HTML
37304
+ Parameters: {"p3"=>"p3"}
37305
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37306
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37307
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37308
+ Processing by PagesController#home as HTML
37309
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37310
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37311
+  (0.0ms) rollback transaction
37312
+  (0.0ms) begin transaction
37313
+ -----------------------------------------------
37314
+ WithoutLastTest: test_last_request_in_same_path
37315
+ -----------------------------------------------
37316
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37317
+ Processing by PagesController#home as HTML
37318
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37319
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37320
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37321
+ Processing by PagesController#static as HTML
37322
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37323
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37324
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37325
+ Processing by PagesController#nested as HTML
37326
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37327
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37328
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37329
+ Processing by PagesController#home as HTML
37330
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37331
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37332
+  (0.0ms) rollback transaction
37333
+  (0.0ms) begin transaction
37334
+ ------------------------------------------------------
37335
+ WithoutLastTest: test_translations_not_cause_any_error
37336
+ ------------------------------------------------------
37337
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37338
+ Processing by PagesController#home as HTML
37339
+ Parameters: {"p1"=>"p1"}
37340
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37341
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37342
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37343
+ Processing by PagesController#i18n as HTML
37344
+ Parameters: {"p2"=>"p2"}
37345
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37346
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37347
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37348
+ Processing by PagesController#nested as HTML
37349
+ Parameters: {"p3"=>"p3"}
37350
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37351
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37352
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37353
+ Processing by PagesController#home as HTML
37354
+ Parameters: {"p1"=>"p1"}
37355
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37356
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37357
+  (0.1ms) rollback transaction
37358
+  (0.0ms) begin transaction
37359
+ ---------------------------------------------------
37360
+ WithLastTest: test_translations_not_cause_any_error
37361
+ ---------------------------------------------------
37362
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37363
+ Processing by PagesController#home as HTML
37364
+ Parameters: {"p1"=>"p1"}
37365
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37366
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37367
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37368
+ Processing by PagesController#i18n as HTML
37369
+ Parameters: {"p2"=>"p2"}
37370
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37371
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37372
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37373
+ Processing by PagesController#nested as HTML
37374
+ Parameters: {"p3"=>"p3"}
37375
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37376
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37377
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37378
+ Processing by PagesController#home as HTML
37379
+ Parameters: {"p1"=>"p1"}
37380
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37381
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37382
+  (0.0ms) rollback transaction
37383
+  (0.0ms) begin transaction
37384
+ --------------------------------------------------------------------
37385
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
37386
+ --------------------------------------------------------------------
37387
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37388
+ Processing by PagesController#home as HTML
37389
+ Parameters: {"p1"=>"p1"}
37390
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37391
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37392
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37393
+ Processing by PagesController#param as HTML
37394
+ Parameters: {"p2"=>"p2"}
37395
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37396
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37397
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37398
+ Processing by PagesController#param as HTML
37399
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37400
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37401
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37402
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37403
+ Processing by PagesController#nested as HTML
37404
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37405
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37406
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37407
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37408
+ Processing by PagesController#param as HTML
37409
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37410
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37411
+  (0.0ms) rollback transaction
37412
+  (0.0ms) begin transaction
37413
+ ----------------------------------------------------------------------
37414
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
37415
+ ----------------------------------------------------------------------
37416
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37417
+ Processing by PagesController#home as HTML
37418
+ Parameters: {"p1"=>"p1"}
37419
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37420
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37421
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37422
+ Processing by PagesController#nested as HTML
37423
+ Parameters: {"p3"=>"p3"}
37424
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37425
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37426
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37427
+ Processing by PagesController#home as HTML
37428
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37429
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37430
+  (0.0ms) rollback transaction
37431
+  (0.0ms) begin transaction
37432
+ -------------------------------------------------------------------------
37433
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
37434
+ -------------------------------------------------------------------------
37435
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37436
+ Processing by PagesController#home as HTML
37437
+ Parameters: {"p1"=>"p1"}
37438
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37439
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37440
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37441
+ Processing by PagesController#static as HTML
37442
+ Parameters: {"p2"=>"p2"}
37443
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37444
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37445
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37446
+ Processing by PagesController#nested as HTML
37447
+ Parameters: {"p3"=>"p3"}
37448
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37449
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37450
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37451
+ Processing by PagesController#home as HTML
37452
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37453
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37454
+  (0.1ms) rollback transaction
37455
+  (0.0ms) begin transaction
37456
+ --------------------------------------------
37457
+ WithLastTest: test_last_request_in_same_path
37458
+ --------------------------------------------
37459
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37460
+ Processing by PagesController#home as HTML
37461
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37462
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37463
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37464
+ Processing by PagesController#static as HTML
37465
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37466
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37467
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37468
+ Processing by PagesController#nested as HTML
37469
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37470
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37471
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37472
+ Processing by PagesController#home as HTML
37473
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37474
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37475
+  (0.0ms) rollback transaction
37476
+  (0.0ms) begin transaction
37477
+ -----------------------------------------------------------------------------
37478
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
37479
+ -----------------------------------------------------------------------------
37480
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37481
+ Processing by PagesController#home as HTML
37482
+ Parameters: {"p1"=>"p1"}
37483
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37484
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37485
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37486
+ Processing by PagesController#param as HTML
37487
+ Parameters: {"p2"=>"p2"}
37488
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37489
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37490
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37491
+ Processing by PagesController#param as HTML
37492
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37493
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37494
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37495
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37496
+ Processing by PagesController#nested as HTML
37497
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37498
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37499
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37500
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37501
+ Processing by PagesController#home as HTML
37502
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37503
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37504
+  (0.1ms) rollback transaction
37505
+  (0.0ms) begin transaction
37506
+ ---------------------------------------------------------------------------
37507
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
37508
+ ---------------------------------------------------------------------------
37509
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37510
+ Processing by PagesController#home as HTML
37511
+ Parameters: {"p1"=>"p1"}
37512
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37513
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37514
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37515
+ Processing by PagesController#empty as HTML
37516
+ Parameters: {"p2"=>"p2"}
37517
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37518
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37519
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37520
+ Processing by PagesController#nested as HTML
37521
+ Parameters: {"p3"=>"p3"}
37522
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37523
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37524
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:23:29 -0300
37525
+ Processing by PagesController#home as HTML
37526
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37527
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37528
+  (0.0ms) rollback transaction
37529
+  (0.0ms) begin transaction
37530
+ ------------------------------------------
37531
+ GeneratorsTest: test_initializer_generator
37532
+ ------------------------------------------
37533
+  (0.1ms) rollback transaction
37534
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
37535
+  (0.0ms) select sqlite_version(*)
37536
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37537
+  (0.0ms) SELECT version FROM "schema_migrations"
37538
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
37539
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
37540
+  (0.0ms) select sqlite_version(*)
37541
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37542
+  (0.0ms) SELECT version FROM "schema_migrations"
37543
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
37544
+  (0.1ms) begin transaction
37545
+ ------------------------------------------
37546
+ GeneratorsTest: test_initializer_generator
37547
+ ------------------------------------------
37548
+  (0.1ms) rollback transaction
37549
+  (0.0ms) begin transaction
37550
+ -------------------------------------------------------------------------
37551
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
37552
+ -------------------------------------------------------------------------
37553
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37554
+ Processing by PagesController#home as HTML
37555
+ Parameters: {"p1"=>"p1"}
37556
+ Rendered pages/crumbs.html.erb within layouts/application (0.8ms)
37557
+ Completed 200 OK in 106ms (Views: 99.7ms | ActiveRecord: 0.0ms)
37558
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37559
+ Processing by PagesController#nested as HTML
37560
+ Parameters: {"p3"=>"p3"}
37561
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37562
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37563
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37564
+ Processing by PagesController#home as HTML
37565
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37566
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37567
+  (0.1ms) rollback transaction
37568
+  (0.0ms) begin transaction
37569
+ -----------------------------------------------------------------------
37570
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
37571
+ -----------------------------------------------------------------------
37572
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37573
+ Processing by PagesController#home as HTML
37574
+ Parameters: {"p1"=>"p1"}
37575
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37576
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37577
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37578
+ Processing by PagesController#param as HTML
37579
+ Parameters: {"p2"=>"p2"}
37580
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37581
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37582
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37583
+ Processing by PagesController#param as HTML
37584
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37585
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37586
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37587
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37588
+ Processing by PagesController#nested as HTML
37589
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37590
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37591
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37592
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37593
+ Processing by PagesController#param as HTML
37594
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37595
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37596
+  (0.0ms) rollback transaction
37597
+  (0.1ms) begin transaction
37598
+ ------------------------------------------------------------------------------
37599
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
37600
+ ------------------------------------------------------------------------------
37601
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37602
+ Processing by PagesController#home as HTML
37603
+ Parameters: {"p1"=>"p1"}
37604
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37605
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37606
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37607
+ Processing by PagesController#empty as HTML
37608
+ Parameters: {"p2"=>"p2"}
37609
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37610
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37611
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37612
+ Processing by PagesController#nested as HTML
37613
+ Parameters: {"p3"=>"p3"}
37614
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37615
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37616
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37617
+ Processing by PagesController#home as HTML
37618
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37619
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37620
+  (0.0ms) rollback transaction
37621
+  (0.0ms) begin transaction
37622
+ -----------------------------------------------
37623
+ WithoutLastTest: test_last_request_in_same_path
37624
+ -----------------------------------------------
37625
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37626
+ Processing by PagesController#home as HTML
37627
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37628
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37629
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37630
+ Processing by PagesController#static as HTML
37631
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37632
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37633
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37634
+ Processing by PagesController#nested as HTML
37635
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37636
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37637
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37638
+ Processing by PagesController#home as HTML
37639
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37640
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37641
+  (0.1ms) rollback transaction
37642
+  (0.0ms) begin transaction
37643
+ --------------------------------------------------------------------------------
37644
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
37645
+ --------------------------------------------------------------------------------
37646
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37647
+ Processing by PagesController#home as HTML
37648
+ Parameters: {"p1"=>"p1"}
37649
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37650
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37651
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37652
+ Processing by PagesController#param as HTML
37653
+ Parameters: {"p2"=>"p2"}
37654
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37655
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37656
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37657
+ Processing by PagesController#param as HTML
37658
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37659
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37660
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37661
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37662
+ Processing by PagesController#nested as HTML
37663
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37664
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37665
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37666
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37667
+ Processing by PagesController#home as HTML
37668
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37669
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37670
+  (0.0ms) rollback transaction
37671
+  (0.0ms) begin transaction
37672
+ ------------------------------------------------------
37673
+ WithoutLastTest: test_translations_not_cause_any_error
37674
+ ------------------------------------------------------
37675
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37676
+ Processing by PagesController#home as HTML
37677
+ Parameters: {"p1"=>"p1"}
37678
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37679
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37680
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37681
+ Processing by PagesController#i18n as HTML
37682
+ Parameters: {"p2"=>"p2"}
37683
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37684
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37685
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37686
+ Processing by PagesController#nested as HTML
37687
+ Parameters: {"p3"=>"p3"}
37688
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37689
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37690
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37691
+ Processing by PagesController#home as HTML
37692
+ Parameters: {"p1"=>"p1"}
37693
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37694
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37695
+  (0.1ms) rollback transaction
37696
+  (0.0ms) begin transaction
37697
+ ----------------------------------------------------------------------------
37698
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
37699
+ ----------------------------------------------------------------------------
37700
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37701
+ Processing by PagesController#home as HTML
37702
+ Parameters: {"p1"=>"p1"}
37703
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37704
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37705
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37706
+ Processing by PagesController#static as HTML
37707
+ Parameters: {"p2"=>"p2"}
37708
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37709
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37710
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37711
+ Processing by PagesController#nested as HTML
37712
+ Parameters: {"p3"=>"p3"}
37713
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37714
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37715
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37716
+ Processing by PagesController#home as HTML
37717
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37718
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37719
+  (0.0ms) rollback transaction
37720
+  (0.0ms) begin transaction
37721
+ -----------------------------------------------------------------------------
37722
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
37723
+ -----------------------------------------------------------------------------
37724
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37725
+ Processing by PagesController#home as HTML
37726
+ Parameters: {"p1"=>"p1"}
37727
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37728
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37729
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37730
+ Processing by PagesController#param as HTML
37731
+ Parameters: {"p2"=>"p2"}
37732
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37733
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37734
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37735
+ Processing by PagesController#param as HTML
37736
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37737
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37738
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37739
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37740
+ Processing by PagesController#nested as HTML
37741
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37742
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37743
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37744
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37745
+ Processing by PagesController#home as HTML
37746
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37747
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37748
+  (0.1ms) rollback transaction
37749
+  (0.0ms) begin transaction
37750
+ -------------------------------------------------------------------------
37751
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
37752
+ -------------------------------------------------------------------------
37753
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37754
+ Processing by PagesController#home as HTML
37755
+ Parameters: {"p1"=>"p1"}
37756
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37757
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37758
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37759
+ Processing by PagesController#static as HTML
37760
+ Parameters: {"p2"=>"p2"}
37761
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37762
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37763
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37764
+ Processing by PagesController#nested as HTML
37765
+ Parameters: {"p3"=>"p3"}
37766
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37767
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37768
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37769
+ Processing by PagesController#home as HTML
37770
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37771
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37772
+  (0.0ms) rollback transaction
37773
+  (0.0ms) begin transaction
37774
+ --------------------------------------------------------------------
37775
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
37776
+ --------------------------------------------------------------------
37777
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37778
+ Processing by PagesController#home as HTML
37779
+ Parameters: {"p1"=>"p1"}
37780
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37781
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37782
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37783
+ Processing by PagesController#param as HTML
37784
+ Parameters: {"p2"=>"p2"}
37785
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37786
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37787
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37788
+ Processing by PagesController#param as HTML
37789
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37790
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37791
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37792
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37793
+ Processing by PagesController#nested as HTML
37794
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37795
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37796
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37797
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37798
+ Processing by PagesController#param as HTML
37799
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37800
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37801
+  (0.1ms) rollback transaction
37802
+  (0.1ms) begin transaction
37803
+ --------------------------------------------
37804
+ WithLastTest: test_last_request_in_same_path
37805
+ --------------------------------------------
37806
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37807
+ Processing by PagesController#home as HTML
37808
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37809
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37810
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37811
+ Processing by PagesController#static as HTML
37812
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37813
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37814
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37815
+ Processing by PagesController#nested as HTML
37816
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37817
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37818
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37819
+ Processing by PagesController#home as HTML
37820
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37821
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37822
+  (0.1ms) rollback transaction
37823
+  (0.0ms) begin transaction
37824
+ ---------------------------------------------------------------------------
37825
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
37826
+ ---------------------------------------------------------------------------
37827
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37828
+ Processing by PagesController#home as HTML
37829
+ Parameters: {"p1"=>"p1"}
37830
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37831
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37832
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37833
+ Processing by PagesController#empty as HTML
37834
+ Parameters: {"p2"=>"p2"}
37835
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37836
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37837
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37838
+ Processing by PagesController#nested as HTML
37839
+ Parameters: {"p3"=>"p3"}
37840
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37841
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37842
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37843
+ Processing by PagesController#home as HTML
37844
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37845
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37846
+  (0.0ms) rollback transaction
37847
+  (0.0ms) begin transaction
37848
+ ----------------------------------------------------------------------
37849
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
37850
+ ----------------------------------------------------------------------
37851
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37852
+ Processing by PagesController#home as HTML
37853
+ Parameters: {"p1"=>"p1"}
37854
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37855
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37856
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37857
+ Processing by PagesController#nested as HTML
37858
+ Parameters: {"p3"=>"p3"}
37859
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37860
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37861
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37862
+ Processing by PagesController#home as HTML
37863
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37864
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37865
+  (0.1ms) rollback transaction
37866
+  (0.0ms) begin transaction
37867
+ ---------------------------------------------------
37868
+ WithLastTest: test_translations_not_cause_any_error
37869
+ ---------------------------------------------------
37870
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37871
+ Processing by PagesController#home as HTML
37872
+ Parameters: {"p1"=>"p1"}
37873
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
37874
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37875
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37876
+ Processing by PagesController#i18n as HTML
37877
+ Parameters: {"p2"=>"p2"}
37878
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37879
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37880
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37881
+ Processing by PagesController#nested as HTML
37882
+ Parameters: {"p3"=>"p3"}
37883
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37884
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37885
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:32:50 -0300
37886
+ Processing by PagesController#home as HTML
37887
+ Parameters: {"p1"=>"p1"}
37888
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37889
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37890
+  (0.0ms) rollback transaction
37891
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
37892
+  (0.0ms) select sqlite_version(*)
37893
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37894
+  (0.0ms) SELECT version FROM "schema_migrations"
37895
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
37896
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
37897
+  (0.0ms) select sqlite_version(*)
37898
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37899
+  (0.0ms) SELECT version FROM "schema_migrations"
37900
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
37901
+  (0.1ms) begin transaction
37902
+ ------------------------------------------
37903
+ GeneratorsTest: test_initializer_generator
37904
+ ------------------------------------------
37905
+  (0.1ms) rollback transaction
37906
+  (0.0ms) begin transaction
37907
+ ---------------------------------------------------
37908
+ WithLastTest: test_translations_not_cause_any_error
37909
+ ---------------------------------------------------
37910
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:48 -0300
37911
+ Processing by PagesController#home as HTML
37912
+ Parameters: {"p1"=>"p1"}
37913
+ Rendered pages/crumbs.html.erb within layouts/application (0.9ms)
37914
+ Completed 200 OK in 100ms (Views: 93.5ms | ActiveRecord: 0.0ms)
37915
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37916
+ Processing by PagesController#i18n as HTML
37917
+ Parameters: {"p2"=>"p2"}
37918
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37919
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37920
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37921
+ Processing by PagesController#nested as HTML
37922
+ Parameters: {"p3"=>"p3"}
37923
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37924
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37925
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37926
+ Processing by PagesController#home as HTML
37927
+ Parameters: {"p1"=>"p1"}
37928
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37929
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37930
+  (0.0ms) rollback transaction
37931
+  (0.0ms) begin transaction
37932
+ -------------------------------------------------------------------------
37933
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
37934
+ -------------------------------------------------------------------------
37935
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37936
+ Processing by PagesController#home as HTML
37937
+ Parameters: {"p1"=>"p1"}
37938
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37939
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37940
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37941
+ Processing by PagesController#static as HTML
37942
+ Parameters: {"p2"=>"p2"}
37943
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37944
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37945
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37946
+ Processing by PagesController#nested as HTML
37947
+ Parameters: {"p3"=>"p3"}
37948
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37949
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37950
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37951
+ Processing by PagesController#home as HTML
37952
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37953
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37954
+  (0.0ms) rollback transaction
37955
+  (0.0ms) begin transaction
37956
+ --------------------------------------------------------------------
37957
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
37958
+ --------------------------------------------------------------------
37959
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37960
+ Processing by PagesController#home as HTML
37961
+ Parameters: {"p1"=>"p1"}
37962
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37963
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37964
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37965
+ Processing by PagesController#param as HTML
37966
+ Parameters: {"p2"=>"p2"}
37967
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37968
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37969
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37970
+ Processing by PagesController#param as HTML
37971
+ Parameters: {"p3"=>"p3", "param"=>"1"}
37972
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37973
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
37974
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37975
+ Processing by PagesController#nested as HTML
37976
+ Parameters: {"p4"=>"p4", "param"=>"1"}
37977
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37978
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37979
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37980
+ Processing by PagesController#param as HTML
37981
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37982
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37983
+  (0.1ms) rollback transaction
37984
+  (0.0ms) begin transaction
37985
+ ---------------------------------------------------------------------------
37986
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
37987
+ ---------------------------------------------------------------------------
37988
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37989
+ Processing by PagesController#home as HTML
37990
+ Parameters: {"p1"=>"p1"}
37991
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
37992
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
37993
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37994
+ Processing by PagesController#empty as HTML
37995
+ Parameters: {"p2"=>"p2"}
37996
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
37997
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
37998
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
37999
+ Processing by PagesController#nested as HTML
38000
+ Parameters: {"p3"=>"p3"}
38001
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38002
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38003
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38004
+ Processing by PagesController#home as HTML
38005
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38006
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38007
+  (0.0ms) rollback transaction
38008
+  (0.0ms) begin transaction
38009
+ -----------------------------------------------------------------------------
38010
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
38011
+ -----------------------------------------------------------------------------
38012
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38013
+ Processing by PagesController#home as HTML
38014
+ Parameters: {"p1"=>"p1"}
38015
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38016
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38017
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38018
+ Processing by PagesController#param as HTML
38019
+ Parameters: {"p2"=>"p2"}
38020
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38021
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38022
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38023
+ Processing by PagesController#param as HTML
38024
+ Parameters: {"p3"=>"p3", "param"=>"1"}
38025
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38026
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38027
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38028
+ Processing by PagesController#nested as HTML
38029
+ Parameters: {"p4"=>"p4", "param"=>"1"}
38030
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38031
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38032
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38033
+ Processing by PagesController#home as HTML
38034
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38035
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38036
+  (0.0ms) rollback transaction
38037
+  (0.0ms) begin transaction
38038
+ --------------------------------------------
38039
+ WithLastTest: test_last_request_in_same_path
38040
+ --------------------------------------------
38041
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38042
+ Processing by PagesController#home as HTML
38043
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38044
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38045
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38046
+ Processing by PagesController#static as HTML
38047
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38048
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38049
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38050
+ Processing by PagesController#nested as HTML
38051
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38052
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38053
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38054
+ Processing by PagesController#home as HTML
38055
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38056
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38057
+  (0.0ms) rollback transaction
38058
+  (0.0ms) begin transaction
38059
+ ----------------------------------------------------------------------
38060
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
38061
+ ----------------------------------------------------------------------
38062
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38063
+ Processing by PagesController#home as HTML
38064
+ Parameters: {"p1"=>"p1"}
38065
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38066
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38067
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38068
+ Processing by PagesController#nested as HTML
38069
+ Parameters: {"p3"=>"p3"}
38070
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38071
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38072
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38073
+ Processing by PagesController#home as HTML
38074
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38075
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38076
+  (0.0ms) rollback transaction
38077
+  (0.0ms) begin transaction
38078
+ ------------------------------------------------------
38079
+ WithoutLastTest: test_translations_not_cause_any_error
38080
+ ------------------------------------------------------
38081
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38082
+ Processing by PagesController#home as HTML
38083
+ Parameters: {"p1"=>"p1"}
38084
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38085
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38086
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38087
+ Processing by PagesController#i18n as HTML
38088
+ Parameters: {"p2"=>"p2"}
38089
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38090
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38091
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38092
+ Processing by PagesController#nested as HTML
38093
+ Parameters: {"p3"=>"p3"}
38094
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38095
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38096
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38097
+ Processing by PagesController#home as HTML
38098
+ Parameters: {"p1"=>"p1"}
38099
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38100
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38101
+  (0.1ms) rollback transaction
38102
+  (0.0ms) begin transaction
38103
+ ----------------------------------------------------------------------------
38104
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
38105
+ ----------------------------------------------------------------------------
38106
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38107
+ Processing by PagesController#home as HTML
38108
+ Parameters: {"p1"=>"p1"}
38109
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38110
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38111
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38112
+ Processing by PagesController#static as HTML
38113
+ Parameters: {"p2"=>"p2"}
38114
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38115
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38116
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38117
+ Processing by PagesController#nested as HTML
38118
+ Parameters: {"p3"=>"p3"}
38119
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38120
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38121
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38122
+ Processing by PagesController#home as HTML
38123
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38124
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38125
+  (0.0ms) rollback transaction
38126
+  (0.0ms) begin transaction
38127
+ ------------------------------------------------------------------------------
38128
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
38129
+ ------------------------------------------------------------------------------
38130
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38131
+ Processing by PagesController#home as HTML
38132
+ Parameters: {"p1"=>"p1"}
38133
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38134
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38135
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38136
+ Processing by PagesController#empty as HTML
38137
+ Parameters: {"p2"=>"p2"}
38138
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38139
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38140
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38141
+ Processing by PagesController#nested as HTML
38142
+ Parameters: {"p3"=>"p3"}
38143
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38144
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38145
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38146
+ Processing by PagesController#home as HTML
38147
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38148
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38149
+  (0.0ms) rollback transaction
38150
+  (0.0ms) begin transaction
38151
+ -----------------------------------------------
38152
+ WithoutLastTest: test_last_request_in_same_path
38153
+ -----------------------------------------------
38154
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38155
+ Processing by PagesController#home as HTML
38156
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38157
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38158
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38159
+ Processing by PagesController#static as HTML
38160
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38161
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38162
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38163
+ Processing by PagesController#nested as HTML
38164
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38165
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38166
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38167
+ Processing by PagesController#home as HTML
38168
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38169
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38170
+  (0.0ms) rollback transaction
38171
+  (0.0ms) begin transaction
38172
+ --------------------------------------------------------------------------------
38173
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
38174
+ --------------------------------------------------------------------------------
38175
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38176
+ Processing by PagesController#home as HTML
38177
+ Parameters: {"p1"=>"p1"}
38178
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38179
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38180
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38181
+ Processing by PagesController#param as HTML
38182
+ Parameters: {"p2"=>"p2"}
38183
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38184
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38185
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38186
+ Processing by PagesController#param as HTML
38187
+ Parameters: {"p3"=>"p3", "param"=>"1"}
38188
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38189
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38190
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38191
+ Processing by PagesController#nested as HTML
38192
+ Parameters: {"p4"=>"p4", "param"=>"1"}
38193
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38194
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38195
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38196
+ Processing by PagesController#home as HTML
38197
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38198
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38199
+  (0.0ms) rollback transaction
38200
+  (0.1ms) begin transaction
38201
+ -------------------------------------------------------------------------
38202
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
38203
+ -------------------------------------------------------------------------
38204
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38205
+ Processing by PagesController#home as HTML
38206
+ Parameters: {"p1"=>"p1"}
38207
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38208
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
38209
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38210
+ Processing by PagesController#nested as HTML
38211
+ Parameters: {"p3"=>"p3"}
38212
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38213
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38214
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38215
+ Processing by PagesController#home as HTML
38216
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38217
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38218
+  (0.0ms) rollback transaction
38219
+  (0.0ms) begin transaction
38220
+ -----------------------------------------------------------------------
38221
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
38222
+ -----------------------------------------------------------------------
38223
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38224
+ Processing by PagesController#home as HTML
38225
+ Parameters: {"p1"=>"p1"}
38226
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38227
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38228
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38229
+ Processing by PagesController#param as HTML
38230
+ Parameters: {"p2"=>"p2"}
38231
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38232
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38233
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38234
+ Processing by PagesController#param as HTML
38235
+ Parameters: {"p3"=>"p3", "param"=>"1"}
38236
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38237
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38238
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38239
+ Processing by PagesController#nested as HTML
38240
+ Parameters: {"p4"=>"p4", "param"=>"1"}
38241
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38242
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38243
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:36:49 -0300
38244
+ Processing by PagesController#param as HTML
38245
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38246
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38247
+  (0.1ms) rollback transaction
38248
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
38249
+  (0.0ms) select sqlite_version(*)
38250
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
38251
+  (0.0ms) SELECT version FROM "schema_migrations"
38252
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
38253
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
38254
+  (0.0ms) select sqlite_version(*)
38255
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
38256
+  (0.0ms) SELECT version FROM "schema_migrations"
38257
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
38258
+  (0.1ms) begin transaction
38259
+ -----------------------------------------------------------------------------
38260
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
38261
+ -----------------------------------------------------------------------------
38262
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38263
+ Processing by PagesController#home as HTML
38264
+ Parameters: {"p1"=>"p1"}
38265
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
38266
+ Completed 200 OK in 102ms (Views: 95.5ms | ActiveRecord: 0.0ms)
38267
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38268
+ Processing by PagesController#param as HTML
38269
+ Parameters: {"p2"=>"p2"}
38270
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38271
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38272
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38273
+ Processing by PagesController#param as HTML
38274
+ Parameters: {"p3"=>"p3", "param"=>"1"}
38275
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38276
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38277
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38278
+ Processing by PagesController#nested as HTML
38279
+ Parameters: {"p4"=>"p4", "param"=>"1"}
38280
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38281
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38282
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38283
+ Processing by PagesController#home as HTML
38284
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38285
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38286
+  (0.1ms) rollback transaction
38287
+  (0.1ms) begin transaction
38288
+ -------------------------------------------------------------------------
38289
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
38290
+ -------------------------------------------------------------------------
38291
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38292
+ Processing by PagesController#home as HTML
38293
+ Parameters: {"p1"=>"p1"}
38294
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38295
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
38296
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38297
+ Processing by PagesController#static as HTML
38298
+ Parameters: {"p2"=>"p2"}
38299
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38300
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
38301
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38302
+ Processing by PagesController#nested as HTML
38303
+ Parameters: {"p3"=>"p3"}
38304
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38305
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38306
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38307
+ Processing by PagesController#home as HTML
38308
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38309
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
38310
+  (0.1ms) rollback transaction
38311
+  (0.0ms) begin transaction
38312
+ ----------------------------------------------------------------------
38313
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
38314
+ ----------------------------------------------------------------------
38315
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38316
+ Processing by PagesController#home as HTML
38317
+ Parameters: {"p1"=>"p1"}
38318
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38319
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38320
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38321
+ Processing by PagesController#nested as HTML
38322
+ Parameters: {"p3"=>"p3"}
38323
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38324
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38325
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38326
+ Processing by PagesController#home as HTML
38327
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38328
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38329
+  (0.0ms) rollback transaction
38330
+  (0.0ms) begin transaction
38331
+ ---------------------------------------------------
38332
+ WithLastTest: test_translations_not_cause_any_error
38333
+ ---------------------------------------------------
38334
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38335
+ Processing by PagesController#home as HTML
38336
+ Parameters: {"p1"=>"p1"}
38337
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38338
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38339
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38340
+ Processing by PagesController#i18n as HTML
38341
+ Parameters: {"p2"=>"p2"}
38342
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38343
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38344
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38345
+ Processing by PagesController#nested as HTML
38346
+ Parameters: {"p3"=>"p3"}
38347
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38348
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38349
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38350
+ Processing by PagesController#home as HTML
38351
+ Parameters: {"p1"=>"p1"}
38352
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38353
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38354
+  (0.1ms) rollback transaction
38355
+  (0.0ms) begin transaction
38356
+ --------------------------------------------
38357
+ WithLastTest: test_last_request_in_same_path
38358
+ --------------------------------------------
38359
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38360
+ Processing by PagesController#home as HTML
38361
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38362
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38363
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38364
+ Processing by PagesController#static as HTML
38365
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38366
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38367
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38368
+ Processing by PagesController#nested as HTML
38369
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38370
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38371
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38372
+ Processing by PagesController#home as HTML
38373
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38374
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38375
+  (0.1ms) rollback transaction
38376
+  (0.1ms) begin transaction
38377
+ --------------------------------------------------------------------
38378
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
38379
+ --------------------------------------------------------------------
38380
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38381
+ Processing by PagesController#home as HTML
38382
+ Parameters: {"p1"=>"p1"}
38383
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38384
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38385
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38386
+ Processing by PagesController#param as HTML
38387
+ Parameters: {"p2"=>"p2"}
38388
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38389
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38390
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38391
+ Processing by PagesController#param as HTML
38392
+ Parameters: {"p3"=>"p3", "param"=>"1"}
38393
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38394
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38395
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38396
+ Processing by PagesController#nested as HTML
38397
+ Parameters: {"p4"=>"p4", "param"=>"1"}
38398
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38399
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38400
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38401
+ Processing by PagesController#param as HTML
38402
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38403
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38404
+  (0.0ms) rollback transaction
38405
+  (0.0ms) begin transaction
38406
+ ---------------------------------------------------------------------------
38407
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
38408
+ ---------------------------------------------------------------------------
38409
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38410
+ Processing by PagesController#home as HTML
38411
+ Parameters: {"p1"=>"p1"}
38412
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38413
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38414
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38415
+ Processing by PagesController#empty as HTML
38416
+ Parameters: {"p2"=>"p2"}
38417
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38418
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38419
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38420
+ Processing by PagesController#nested as HTML
38421
+ Parameters: {"p3"=>"p3"}
38422
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38423
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38424
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38425
+ Processing by PagesController#home as HTML
38426
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38427
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38428
+  (0.0ms) rollback transaction
38429
+  (0.0ms) begin transaction
38430
+ ------------------------------------------
38431
+ GeneratorsTest: test_initializer_generator
38432
+ ------------------------------------------
38433
+  (0.1ms) rollback transaction
38434
+  (0.0ms) begin transaction
38435
+ -------------------------------------------------------------------------
38436
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
38437
+ -------------------------------------------------------------------------
38438
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38439
+ Processing by PagesController#home as HTML
38440
+ Parameters: {"p1"=>"p1"}
38441
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38442
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38443
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38444
+ Processing by PagesController#nested as HTML
38445
+ Parameters: {"p3"=>"p3"}
38446
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38447
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38448
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38449
+ Processing by PagesController#home as HTML
38450
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38451
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38452
+  (0.0ms) rollback transaction
38453
+  (0.0ms) begin transaction
38454
+ ------------------------------------------------------------------------------
38455
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
38456
+ ------------------------------------------------------------------------------
38457
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38458
+ Processing by PagesController#home as HTML
38459
+ Parameters: {"p1"=>"p1"}
38460
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38461
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38462
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38463
+ Processing by PagesController#empty as HTML
38464
+ Parameters: {"p2"=>"p2"}
38465
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38466
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38467
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38468
+ Processing by PagesController#nested as HTML
38469
+ Parameters: {"p3"=>"p3"}
38470
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38471
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38472
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38473
+ Processing by PagesController#home as HTML
38474
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38475
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38476
+  (0.0ms) rollback transaction
38477
+  (0.0ms) begin transaction
38478
+ ------------------------------------------------------
38479
+ WithoutLastTest: test_translations_not_cause_any_error
38480
+ ------------------------------------------------------
38481
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38482
+ Processing by PagesController#home as HTML
38483
+ Parameters: {"p1"=>"p1"}
38484
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38485
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38486
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38487
+ Processing by PagesController#i18n as HTML
38488
+ Parameters: {"p2"=>"p2"}
38489
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38490
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38491
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38492
+ Processing by PagesController#nested as HTML
38493
+ Parameters: {"p3"=>"p3"}
38494
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38495
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38496
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38497
+ Processing by PagesController#home as HTML
38498
+ Parameters: {"p1"=>"p1"}
38499
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38500
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38501
+  (0.0ms) rollback transaction
38502
+  (0.0ms) begin transaction
38503
+ ----------------------------------------------------------------------------
38504
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
38505
+ ----------------------------------------------------------------------------
38506
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38507
+ Processing by PagesController#home as HTML
38508
+ Parameters: {"p1"=>"p1"}
38509
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38510
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38511
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38512
+ Processing by PagesController#static as HTML
38513
+ Parameters: {"p2"=>"p2"}
38514
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38515
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38516
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38517
+ Processing by PagesController#nested as HTML
38518
+ Parameters: {"p3"=>"p3"}
38519
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38520
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38521
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38522
+ Processing by PagesController#home as HTML
38523
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38524
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38525
+  (0.0ms) rollback transaction
38526
+  (0.0ms) begin transaction
38527
+ --------------------------------------------------------------------------------
38528
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
38529
+ --------------------------------------------------------------------------------
38530
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38531
+ Processing by PagesController#home as HTML
38532
+ Parameters: {"p1"=>"p1"}
38533
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38534
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38535
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38536
+ Processing by PagesController#param as HTML
38537
+ Parameters: {"p2"=>"p2"}
38538
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38539
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38540
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38541
+ Processing by PagesController#param as HTML
38542
+ Parameters: {"p3"=>"p3", "param"=>"1"}
38543
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38544
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
38545
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38546
+ Processing by PagesController#nested as HTML
38547
+ Parameters: {"p4"=>"p4", "param"=>"1"}
38548
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38549
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38550
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38551
+ Processing by PagesController#home as HTML
38552
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38553
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38554
+  (0.0ms) rollback transaction
38555
+  (0.0ms) begin transaction
38556
+ -----------------------------------------------
38557
+ WithoutLastTest: test_last_request_in_same_path
38558
+ -----------------------------------------------
38559
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38560
+ Processing by PagesController#home as HTML
38561
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38562
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38563
+ Started GET "/static" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38564
+ Processing by PagesController#static as HTML
38565
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38566
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38567
+ Started GET "/static/nested" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38568
+ Processing by PagesController#nested as HTML
38569
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38570
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38571
+ Started GET "/" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38572
+ Processing by PagesController#home as HTML
38573
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38574
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38575
+  (0.1ms) rollback transaction
38576
+  (0.0ms) begin transaction
38577
+ -----------------------------------------------------------------------
38578
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
38579
+ -----------------------------------------------------------------------
38580
+ Started GET "/?p1=p1" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38581
+ Processing by PagesController#home as HTML
38582
+ Parameters: {"p1"=>"p1"}
38583
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38584
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
38585
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38586
+ Processing by PagesController#param as HTML
38587
+ Parameters: {"p2"=>"p2"}
38588
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
38589
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
38590
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38591
+ Processing by PagesController#param as HTML
38592
+ Parameters: {"p3"=>"p3", "param"=>"1"}
38593
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38594
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38595
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38596
+ Processing by PagesController#nested as HTML
38597
+ Parameters: {"p4"=>"p4", "param"=>"1"}
38598
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
38599
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
38600
+ Started GET "/param" for 127.0.0.1 at 2015-07-03 18:43:02 -0300
38601
+ Processing by PagesController#param as HTML
38602
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
38603
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
38604
+  (0.0ms) rollback transaction