crumbs 1.1.2 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -32451,3 +32451,1488 @@ Processing by PagesController#home as HTML
32451
32451
  Parameters: {"p1"=>"p1"}
32452
32452
  Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32453
32453
   (0.1ms) rollback transaction
32454
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
32455
+  (0.1ms) select sqlite_version(*)
32456
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
32457
+  (0.0ms) SELECT version FROM "schema_migrations"
32458
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
32459
+  (0.1ms) begin transaction
32460
+ ------------------------------------------------------------------------------
32461
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
32462
+ ------------------------------------------------------------------------------
32463
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:18 -0300
32464
+ Processing by PagesController#home as HTML
32465
+ Parameters: {"p1"=>"p1"}
32466
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
32467
+ Completed 200 OK in 39ms (Views: 29.1ms | ActiveRecord: 0.0ms)
32468
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32469
+ Processing by PagesController#empty as HTML
32470
+ Parameters: {"p2"=>"p2"}
32471
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
32472
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
32473
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32474
+ Processing by PagesController#nested as HTML
32475
+ Parameters: {"p3"=>"p3"}
32476
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
32477
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32478
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32479
+ Processing by PagesController#home as HTML
32480
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
32481
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32482
+  (0.1ms) rollback transaction
32483
+  (0.1ms) begin transaction
32484
+ -------------------------------------------------------------------------
32485
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
32486
+ -------------------------------------------------------------------------
32487
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32488
+ Processing by PagesController#home as HTML
32489
+ Parameters: {"p1"=>"p1"}
32490
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32491
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32492
+ Processing by PagesController#nested as HTML
32493
+ Parameters: {"p3"=>"p3"}
32494
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32495
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32496
+ Processing by PagesController#home as HTML
32497
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32498
+  (0.1ms) rollback transaction
32499
+  (0.1ms) begin transaction
32500
+ -----------------------------------------------------------------------
32501
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
32502
+ -----------------------------------------------------------------------
32503
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32504
+ Processing by PagesController#home as HTML
32505
+ Parameters: {"p1"=>"p1"}
32506
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32507
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32508
+ Processing by PagesController#param as HTML
32509
+ Parameters: {"p2"=>"p2"}
32510
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32511
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32512
+ Processing by PagesController#param as HTML
32513
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32514
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32515
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32516
+ Processing by PagesController#nested as HTML
32517
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32518
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32519
+ Started GET "/param" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32520
+ Processing by PagesController#param as HTML
32521
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32522
+  (0.1ms) rollback transaction
32523
+  (0.0ms) begin transaction
32524
+ --------------------------------------------------------------------------------
32525
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
32526
+ --------------------------------------------------------------------------------
32527
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32528
+ Processing by PagesController#home as HTML
32529
+ Parameters: {"p1"=>"p1"}
32530
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32531
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32532
+ Processing by PagesController#param as HTML
32533
+ Parameters: {"p2"=>"p2"}
32534
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32535
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32536
+ Processing by PagesController#param as HTML
32537
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32538
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32539
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32540
+ Processing by PagesController#nested as HTML
32541
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32542
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32543
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32544
+ Processing by PagesController#home as HTML
32545
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32546
+  (0.1ms) rollback transaction
32547
+  (0.1ms) begin transaction
32548
+ ----------------------------------------------------------------------------
32549
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
32550
+ ----------------------------------------------------------------------------
32551
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32552
+ Processing by PagesController#home as HTML
32553
+ Parameters: {"p1"=>"p1"}
32554
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32555
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32556
+ Processing by PagesController#static as HTML
32557
+ Parameters: {"p2"=>"p2"}
32558
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32559
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32560
+ Processing by PagesController#nested as HTML
32561
+ Parameters: {"p3"=>"p3"}
32562
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32563
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32564
+ Processing by PagesController#home as HTML
32565
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32566
+  (0.1ms) rollback transaction
32567
+  (0.1ms) begin transaction
32568
+ -------------------------------------------------------------
32569
+ WithoutLastTest: test_remember_last_requests_in_the_same_path
32570
+ -------------------------------------------------------------
32571
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32572
+ Processing by PagesController#home as HTML
32573
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32574
+ Started GET "/static" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32575
+ Processing by PagesController#static as HTML
32576
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32577
+ Started GET "/static/nested" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32578
+ Processing by PagesController#nested as HTML
32579
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32580
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32581
+ Processing by PagesController#home as HTML
32582
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32583
+  (0.1ms) rollback transaction
32584
+  (0.0ms) begin transaction
32585
+ ------------------------------------------------------
32586
+ WithoutLastTest: test_translations_not_cause_any_error
32587
+ ------------------------------------------------------
32588
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32589
+ Processing by PagesController#home as HTML
32590
+ Parameters: {"p1"=>"p1"}
32591
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32592
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32593
+ Processing by PagesController#i18n as HTML
32594
+ Parameters: {"p2"=>"p2"}
32595
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32596
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32597
+ Processing by PagesController#nested as HTML
32598
+ Parameters: {"p3"=>"p3"}
32599
+ Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.0ms)
32600
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32601
+ Processing by PagesController#home as HTML
32602
+ Parameters: {"p1"=>"p1"}
32603
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
32604
+  (0.1ms) rollback transaction
32605
+  (0.0ms) begin transaction
32606
+ ---------------------------------------------------------------------------
32607
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
32608
+ ---------------------------------------------------------------------------
32609
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32610
+ Processing by PagesController#home as HTML
32611
+ Parameters: {"p1"=>"p1"}
32612
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32613
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32614
+ Processing by PagesController#empty as HTML
32615
+ Parameters: {"p2"=>"p2"}
32616
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32617
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32618
+ Processing by PagesController#nested as HTML
32619
+ Parameters: {"p3"=>"p3"}
32620
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32621
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32622
+ Processing by PagesController#home as HTML
32623
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32624
+  (0.1ms) rollback transaction
32625
+  (0.1ms) begin transaction
32626
+ ----------------------------------------------------------------------
32627
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
32628
+ ----------------------------------------------------------------------
32629
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32630
+ Processing by PagesController#home as HTML
32631
+ Parameters: {"p1"=>"p1"}
32632
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32633
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32634
+ Processing by PagesController#nested as HTML
32635
+ Parameters: {"p3"=>"p3"}
32636
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32637
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32638
+ Processing by PagesController#home as HTML
32639
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32640
+  (0.1ms) rollback transaction
32641
+  (0.0ms) begin transaction
32642
+ --------------------------------------------------------------------
32643
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
32644
+ --------------------------------------------------------------------
32645
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32646
+ Processing by PagesController#home as HTML
32647
+ Parameters: {"p1"=>"p1"}
32648
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32649
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32650
+ Processing by PagesController#param as HTML
32651
+ Parameters: {"p2"=>"p2"}
32652
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32653
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32654
+ Processing by PagesController#param as HTML
32655
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32656
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32657
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32658
+ Processing by PagesController#nested as HTML
32659
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32660
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32661
+ Started GET "/param" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32662
+ Processing by PagesController#param as HTML
32663
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32664
+  (0.1ms) rollback transaction
32665
+  (0.0ms) begin transaction
32666
+ -----------------------------------------------------------------------------
32667
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
32668
+ -----------------------------------------------------------------------------
32669
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32670
+ Processing by PagesController#home as HTML
32671
+ Parameters: {"p1"=>"p1"}
32672
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32673
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32674
+ Processing by PagesController#param as HTML
32675
+ Parameters: {"p2"=>"p2"}
32676
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32677
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32678
+ Processing by PagesController#param as HTML
32679
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32680
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32681
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32682
+ Processing by PagesController#nested as HTML
32683
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32684
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32685
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32686
+ Processing by PagesController#home as HTML
32687
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32688
+  (0.1ms) rollback transaction
32689
+  (0.0ms) begin transaction
32690
+ -------------------------------------------------------------------------
32691
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
32692
+ -------------------------------------------------------------------------
32693
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32694
+ Processing by PagesController#home as HTML
32695
+ Parameters: {"p1"=>"p1"}
32696
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32697
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32698
+ Processing by PagesController#static as HTML
32699
+ Parameters: {"p2"=>"p2"}
32700
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32701
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32702
+ Processing by PagesController#nested as HTML
32703
+ Parameters: {"p3"=>"p3"}
32704
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32705
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32706
+ Processing by PagesController#home as HTML
32707
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32708
+  (0.1ms) rollback transaction
32709
+  (0.1ms) begin transaction
32710
+ ----------------------------------------------------------
32711
+ WithLastTest: test_remember_last_requests_in_the_same_path
32712
+ ----------------------------------------------------------
32713
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32714
+ Processing by PagesController#home as HTML
32715
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32716
+ Started GET "/static" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32717
+ Processing by PagesController#static as HTML
32718
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
32719
+ Started GET "/static/nested" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32720
+ Processing by PagesController#nested as HTML
32721
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32722
+ Started GET "/" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32723
+ Processing by PagesController#home as HTML
32724
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32725
+  (0.1ms) rollback transaction
32726
+  (0.0ms) begin transaction
32727
+ ---------------------------------------------------
32728
+ WithLastTest: test_translations_not_cause_any_error
32729
+ ---------------------------------------------------
32730
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32731
+ Processing by PagesController#home as HTML
32732
+ Parameters: {"p1"=>"p1"}
32733
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32734
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32735
+ Processing by PagesController#i18n as HTML
32736
+ Parameters: {"p2"=>"p2"}
32737
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32738
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32739
+ Processing by PagesController#nested as HTML
32740
+ Parameters: {"p3"=>"p3"}
32741
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32742
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-06-24 22:31:19 -0300
32743
+ Processing by PagesController#home as HTML
32744
+ Parameters: {"p1"=>"p1"}
32745
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32746
+  (0.1ms) rollback transaction
32747
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
32748
+  (0.1ms) select sqlite_version(*)
32749
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
32750
+  (0.0ms) SELECT version FROM "schema_migrations"
32751
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
32752
+  (0.1ms) begin transaction
32753
+ ---------------------------------------------------------------------------
32754
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
32755
+ ---------------------------------------------------------------------------
32756
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32757
+ Processing by PagesController#home as HTML
32758
+ Parameters: {"p1"=>"p1"}
32759
+ Rendered pages/crumbs.html.erb within layouts/application (1.9ms)
32760
+ Completed 200 OK in 41ms (Views: 31.4ms | ActiveRecord: 0.0ms)
32761
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32762
+ Processing by PagesController#empty as HTML
32763
+ Parameters: {"p2"=>"p2"}
32764
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
32765
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
32766
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32767
+ Processing by PagesController#nested as HTML
32768
+ Parameters: {"p3"=>"p3"}
32769
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
32770
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32771
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32772
+ Processing by PagesController#home as HTML
32773
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
32774
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32775
+  (0.1ms) rollback transaction
32776
+  (0.0ms) begin transaction
32777
+ ----------------------------------------------------------------------
32778
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
32779
+ ----------------------------------------------------------------------
32780
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32781
+ Processing by PagesController#home as HTML
32782
+ Parameters: {"p1"=>"p1"}
32783
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32784
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32785
+ Processing by PagesController#nested as HTML
32786
+ Parameters: {"p3"=>"p3"}
32787
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32788
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32789
+ Processing by PagesController#home as HTML
32790
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32791
+  (0.1ms) rollback transaction
32792
+  (0.0ms) begin transaction
32793
+ --------------------------------------------------------------------
32794
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
32795
+ --------------------------------------------------------------------
32796
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32797
+ Processing by PagesController#home as HTML
32798
+ Parameters: {"p1"=>"p1"}
32799
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32800
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32801
+ Processing by PagesController#param as HTML
32802
+ Parameters: {"p2"=>"p2"}
32803
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32804
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32805
+ Processing by PagesController#param as HTML
32806
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32807
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32808
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32809
+ Processing by PagesController#nested as HTML
32810
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32811
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32812
+ Started GET "/param" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32813
+ Processing by PagesController#param as HTML
32814
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32815
+  (0.1ms) rollback transaction
32816
+  (0.0ms) begin transaction
32817
+ -----------------------------------------------------------------------------
32818
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
32819
+ -----------------------------------------------------------------------------
32820
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32821
+ Processing by PagesController#home as HTML
32822
+ Parameters: {"p1"=>"p1"}
32823
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32824
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32825
+ Processing by PagesController#param as HTML
32826
+ Parameters: {"p2"=>"p2"}
32827
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32828
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32829
+ Processing by PagesController#param as HTML
32830
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32831
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32832
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32833
+ Processing by PagesController#nested as HTML
32834
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32835
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32836
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32837
+ Processing by PagesController#home as HTML
32838
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32839
+  (0.1ms) rollback transaction
32840
+  (0.0ms) begin transaction
32841
+ -------------------------------------------------------------------------
32842
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
32843
+ -------------------------------------------------------------------------
32844
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32845
+ Processing by PagesController#home as HTML
32846
+ Parameters: {"p1"=>"p1"}
32847
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32848
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32849
+ Processing by PagesController#static as HTML
32850
+ Parameters: {"p2"=>"p2"}
32851
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32852
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32853
+ Processing by PagesController#nested as HTML
32854
+ Parameters: {"p3"=>"p3"}
32855
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32856
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32857
+ Processing by PagesController#home as HTML
32858
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32859
+  (0.1ms) rollback transaction
32860
+  (0.0ms) begin transaction
32861
+ ----------------------------------------------------------
32862
+ WithLastTest: test_remember_last_requests_in_the_same_path
32863
+ ----------------------------------------------------------
32864
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32865
+ Processing by PagesController#home as HTML
32866
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32867
+ Started GET "/static" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32868
+ Processing by PagesController#static as HTML
32869
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32870
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32871
+ Processing by PagesController#nested as HTML
32872
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32873
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32874
+ Processing by PagesController#home as HTML
32875
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32876
+  (0.1ms) rollback transaction
32877
+  (0.1ms) begin transaction
32878
+ ---------------------------------------------------
32879
+ WithLastTest: test_translations_not_cause_any_error
32880
+ ---------------------------------------------------
32881
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32882
+ Processing by PagesController#home as HTML
32883
+ Parameters: {"p1"=>"p1"}
32884
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32885
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32886
+ Processing by PagesController#i18n as HTML
32887
+ Parameters: {"p2"=>"p2"}
32888
+ Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32889
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32890
+ Processing by PagesController#nested as HTML
32891
+ Parameters: {"p3"=>"p3"}
32892
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32893
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32894
+ Processing by PagesController#home as HTML
32895
+ Parameters: {"p1"=>"p1"}
32896
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32897
+  (0.1ms) rollback transaction
32898
+  (0.0ms) begin transaction
32899
+ ------------------------------------------------------------------------------
32900
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
32901
+ ------------------------------------------------------------------------------
32902
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32903
+ Processing by PagesController#home as HTML
32904
+ Parameters: {"p1"=>"p1"}
32905
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32906
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32907
+ Processing by PagesController#empty as HTML
32908
+ Parameters: {"p2"=>"p2"}
32909
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32910
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32911
+ Processing by PagesController#nested as HTML
32912
+ Parameters: {"p3"=>"p3"}
32913
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32914
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32915
+ Processing by PagesController#home as HTML
32916
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32917
+  (0.1ms) rollback transaction
32918
+  (0.0ms) begin transaction
32919
+ -------------------------------------------------------------------------
32920
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
32921
+ -------------------------------------------------------------------------
32922
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32923
+ Processing by PagesController#home as HTML
32924
+ Parameters: {"p1"=>"p1"}
32925
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32926
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32927
+ Processing by PagesController#nested as HTML
32928
+ Parameters: {"p3"=>"p3"}
32929
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32930
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32931
+ Processing by PagesController#home as HTML
32932
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
32933
+  (0.1ms) rollback transaction
32934
+  (0.0ms) begin transaction
32935
+ -----------------------------------------------------------------------
32936
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
32937
+ -----------------------------------------------------------------------
32938
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32939
+ Processing by PagesController#home as HTML
32940
+ Parameters: {"p1"=>"p1"}
32941
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32942
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32943
+ Processing by PagesController#param as HTML
32944
+ Parameters: {"p2"=>"p2"}
32945
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32946
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32947
+ Processing by PagesController#param as HTML
32948
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32949
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32950
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32951
+ Processing by PagesController#nested as HTML
32952
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32953
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32954
+ Started GET "/param" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32955
+ Processing by PagesController#param as HTML
32956
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32957
+  (0.1ms) rollback transaction
32958
+  (0.0ms) begin transaction
32959
+ --------------------------------------------------------------------------------
32960
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
32961
+ --------------------------------------------------------------------------------
32962
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32963
+ Processing by PagesController#home as HTML
32964
+ Parameters: {"p1"=>"p1"}
32965
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
32966
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32967
+ Processing by PagesController#param as HTML
32968
+ Parameters: {"p2"=>"p2"}
32969
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32970
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32971
+ Processing by PagesController#param as HTML
32972
+ Parameters: {"p3"=>"p3", "param"=>"1"}
32973
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32974
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32975
+ Processing by PagesController#nested as HTML
32976
+ Parameters: {"p4"=>"p4", "param"=>"1"}
32977
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32978
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32979
+ Processing by PagesController#home as HTML
32980
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32981
+  (0.1ms) rollback transaction
32982
+  (0.0ms) begin transaction
32983
+ ----------------------------------------------------------------------------
32984
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
32985
+ ----------------------------------------------------------------------------
32986
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32987
+ Processing by PagesController#home as HTML
32988
+ Parameters: {"p1"=>"p1"}
32989
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32990
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32991
+ Processing by PagesController#static as HTML
32992
+ Parameters: {"p2"=>"p2"}
32993
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32994
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32995
+ Processing by PagesController#nested as HTML
32996
+ Parameters: {"p3"=>"p3"}
32997
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
32998
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
32999
+ Processing by PagesController#home as HTML
33000
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33001
+  (0.1ms) rollback transaction
33002
+  (0.0ms) begin transaction
33003
+ -------------------------------------------------------------
33004
+ WithoutLastTest: test_remember_last_requests_in_the_same_path
33005
+ -------------------------------------------------------------
33006
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33007
+ Processing by PagesController#home as HTML
33008
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33009
+ Started GET "/static" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33010
+ Processing by PagesController#static as HTML
33011
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33012
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33013
+ Processing by PagesController#nested as HTML
33014
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33015
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33016
+ Processing by PagesController#home as HTML
33017
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33018
+  (0.1ms) rollback transaction
33019
+  (0.1ms) begin transaction
33020
+ ------------------------------------------------------
33021
+ WithoutLastTest: test_translations_not_cause_any_error
33022
+ ------------------------------------------------------
33023
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33024
+ Processing by PagesController#home as HTML
33025
+ Parameters: {"p1"=>"p1"}
33026
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33027
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33028
+ Processing by PagesController#i18n as HTML
33029
+ Parameters: {"p2"=>"p2"}
33030
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33031
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33032
+ Processing by PagesController#nested as HTML
33033
+ Parameters: {"p3"=>"p3"}
33034
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33035
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:10:32 -0300
33036
+ Processing by PagesController#home as HTML
33037
+ Parameters: {"p1"=>"p1"}
33038
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33039
+  (0.1ms) rollback transaction
33040
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
33041
+  (0.1ms) select sqlite_version(*)
33042
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33043
+  (0.0ms) SELECT version FROM "schema_migrations"
33044
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33045
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
33046
+  (0.1ms) select sqlite_version(*)
33047
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33048
+  (0.0ms) SELECT version FROM "schema_migrations"
33049
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33050
+  (0.1ms) begin transaction
33051
+ ------------------------------------------------------------------------------
33052
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
33053
+ ------------------------------------------------------------------------------
33054
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33055
+ Processing by PagesController#home as HTML
33056
+ Parameters: {"p1"=>"p1"}
33057
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
33058
+ Completed 200 OK in 23ms (Views: 13.8ms | ActiveRecord: 0.0ms)
33059
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33060
+ Processing by PagesController#empty as HTML
33061
+ Parameters: {"p2"=>"p2"}
33062
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
33063
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
33064
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33065
+ Processing by PagesController#nested as HTML
33066
+ Parameters: {"p3"=>"p3"}
33067
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
33068
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33069
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33070
+ Processing by PagesController#home as HTML
33071
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
33072
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33073
+  (0.1ms) rollback transaction
33074
+  (0.0ms) begin transaction
33075
+ -------------------------------------------------------------------------
33076
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
33077
+ -------------------------------------------------------------------------
33078
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33079
+ Processing by PagesController#home as HTML
33080
+ Parameters: {"p1"=>"p1"}
33081
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33082
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33083
+ Processing by PagesController#nested as HTML
33084
+ Parameters: {"p3"=>"p3"}
33085
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
33086
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33087
+ Processing by PagesController#home as HTML
33088
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33089
+  (0.1ms) rollback transaction
33090
+  (0.1ms) begin transaction
33091
+ -----------------------------------------------------------------------
33092
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
33093
+ -----------------------------------------------------------------------
33094
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33095
+ Processing by PagesController#home as HTML
33096
+ Parameters: {"p1"=>"p1"}
33097
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
33098
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33099
+ Processing by PagesController#param as HTML
33100
+ Parameters: {"p2"=>"p2"}
33101
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
33102
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33103
+ Processing by PagesController#param as HTML
33104
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33105
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33106
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33107
+ Processing by PagesController#nested as HTML
33108
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33109
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33110
+ Started GET "/param" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33111
+ Processing by PagesController#param as HTML
33112
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33113
+  (0.1ms) rollback transaction
33114
+  (0.0ms) begin transaction
33115
+ --------------------------------------------------------------------------------
33116
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
33117
+ --------------------------------------------------------------------------------
33118
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33119
+ Processing by PagesController#home as HTML
33120
+ Parameters: {"p1"=>"p1"}
33121
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33122
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33123
+ Processing by PagesController#param as HTML
33124
+ Parameters: {"p2"=>"p2"}
33125
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33126
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33127
+ Processing by PagesController#param as HTML
33128
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33129
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33130
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33131
+ Processing by PagesController#nested as HTML
33132
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33133
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
33134
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33135
+ Processing by PagesController#home as HTML
33136
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33137
+  (0.1ms) rollback transaction
33138
+  (0.0ms) begin transaction
33139
+ ----------------------------------------------------------------------------
33140
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
33141
+ ----------------------------------------------------------------------------
33142
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33143
+ Processing by PagesController#home as HTML
33144
+ Parameters: {"p1"=>"p1"}
33145
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33146
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33147
+ Processing by PagesController#static as HTML
33148
+ Parameters: {"p2"=>"p2"}
33149
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33150
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33151
+ Processing by PagesController#nested as HTML
33152
+ Parameters: {"p3"=>"p3"}
33153
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33154
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33155
+ Processing by PagesController#home as HTML
33156
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33157
+  (0.1ms) rollback transaction
33158
+  (0.0ms) begin transaction
33159
+ -------------------------------------------------------------
33160
+ WithoutLastTest: test_remember_last_requests_in_the_same_path
33161
+ -------------------------------------------------------------
33162
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33163
+ Processing by PagesController#home as HTML
33164
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33165
+ Started GET "/static" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33166
+ Processing by PagesController#static as HTML
33167
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33168
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33169
+ Processing by PagesController#nested as HTML
33170
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33171
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33172
+ Processing by PagesController#home as HTML
33173
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33174
+  (0.1ms) rollback transaction
33175
+  (0.0ms) begin transaction
33176
+ ------------------------------------------------------
33177
+ WithoutLastTest: test_translations_not_cause_any_error
33178
+ ------------------------------------------------------
33179
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33180
+ Processing by PagesController#home as HTML
33181
+ Parameters: {"p1"=>"p1"}
33182
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33183
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33184
+ Processing by PagesController#i18n as HTML
33185
+ Parameters: {"p2"=>"p2"}
33186
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33187
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33188
+ Processing by PagesController#nested as HTML
33189
+ Parameters: {"p3"=>"p3"}
33190
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33191
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33192
+ Processing by PagesController#home as HTML
33193
+ Parameters: {"p1"=>"p1"}
33194
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
33195
+  (0.1ms) rollback transaction
33196
+  (0.0ms) begin transaction
33197
+ ---------------------------------------------------------------------------
33198
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
33199
+ ---------------------------------------------------------------------------
33200
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33201
+ Processing by PagesController#home as HTML
33202
+ Parameters: {"p1"=>"p1"}
33203
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33204
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33205
+ Processing by PagesController#empty as HTML
33206
+ Parameters: {"p2"=>"p2"}
33207
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33208
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33209
+ Processing by PagesController#nested as HTML
33210
+ Parameters: {"p3"=>"p3"}
33211
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33212
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33213
+ Processing by PagesController#home as HTML
33214
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33215
+  (0.1ms) rollback transaction
33216
+  (0.0ms) begin transaction
33217
+ ----------------------------------------------------------------------
33218
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
33219
+ ----------------------------------------------------------------------
33220
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33221
+ Processing by PagesController#home as HTML
33222
+ Parameters: {"p1"=>"p1"}
33223
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33224
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33225
+ Processing by PagesController#nested as HTML
33226
+ Parameters: {"p3"=>"p3"}
33227
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33228
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33229
+ Processing by PagesController#home as HTML
33230
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33231
+  (0.1ms) rollback transaction
33232
+  (0.1ms) begin transaction
33233
+ --------------------------------------------------------------------
33234
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
33235
+ --------------------------------------------------------------------
33236
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33237
+ Processing by PagesController#home as HTML
33238
+ Parameters: {"p1"=>"p1"}
33239
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33240
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33241
+ Processing by PagesController#param as HTML
33242
+ Parameters: {"p2"=>"p2"}
33243
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33244
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33245
+ Processing by PagesController#param as HTML
33246
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33247
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33248
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33249
+ Processing by PagesController#nested as HTML
33250
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33251
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33252
+ Started GET "/param" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33253
+ Processing by PagesController#param as HTML
33254
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33255
+  (0.1ms) rollback transaction
33256
+  (0.0ms) begin transaction
33257
+ -----------------------------------------------------------------------------
33258
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
33259
+ -----------------------------------------------------------------------------
33260
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33261
+ Processing by PagesController#home as HTML
33262
+ Parameters: {"p1"=>"p1"}
33263
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33264
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33265
+ Processing by PagesController#param as HTML
33266
+ Parameters: {"p2"=>"p2"}
33267
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33268
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33269
+ Processing by PagesController#param as HTML
33270
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33271
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33272
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33273
+ Processing by PagesController#nested as HTML
33274
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33275
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33276
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33277
+ Processing by PagesController#home as HTML
33278
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33279
+  (0.1ms) rollback transaction
33280
+  (0.0ms) begin transaction
33281
+ -------------------------------------------------------------------------
33282
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
33283
+ -------------------------------------------------------------------------
33284
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33285
+ Processing by PagesController#home as HTML
33286
+ Parameters: {"p1"=>"p1"}
33287
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33288
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33289
+ Processing by PagesController#static as HTML
33290
+ Parameters: {"p2"=>"p2"}
33291
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33292
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33293
+ Processing by PagesController#nested as HTML
33294
+ Parameters: {"p3"=>"p3"}
33295
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33296
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33297
+ Processing by PagesController#home as HTML
33298
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33299
+  (0.1ms) rollback transaction
33300
+  (0.1ms) begin transaction
33301
+ ----------------------------------------------------------
33302
+ WithLastTest: test_remember_last_requests_in_the_same_path
33303
+ ----------------------------------------------------------
33304
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33305
+ Processing by PagesController#home as HTML
33306
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
33307
+ Started GET "/static" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33308
+ Processing by PagesController#static as HTML
33309
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33310
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33311
+ Processing by PagesController#nested as HTML
33312
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33313
+ Started GET "/" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33314
+ Processing by PagesController#home as HTML
33315
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33316
+  (0.1ms) rollback transaction
33317
+  (0.1ms) begin transaction
33318
+ ---------------------------------------------------
33319
+ WithLastTest: test_translations_not_cause_any_error
33320
+ ---------------------------------------------------
33321
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33322
+ Processing by PagesController#home as HTML
33323
+ Parameters: {"p1"=>"p1"}
33324
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33325
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33326
+ Processing by PagesController#i18n as HTML
33327
+ Parameters: {"p2"=>"p2"}
33328
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33329
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33330
+ Processing by PagesController#nested as HTML
33331
+ Parameters: {"p3"=>"p3"}
33332
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33333
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-16 23:18:08 -0300
33334
+ Processing by PagesController#home as HTML
33335
+ Parameters: {"p1"=>"p1"}
33336
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33337
+  (0.1ms) rollback transaction
33338
+  (0.0ms) begin transaction
33339
+ -----------------------------------------
33340
+ GeneratorsTest: test_generate_initializer
33341
+ -----------------------------------------
33342
+  (0.1ms) rollback transaction
33343
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
33344
+  (0.1ms) select sqlite_version(*)
33345
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33346
+  (0.1ms) SELECT version FROM "schema_migrations"
33347
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33348
+  (0.1ms) begin transaction
33349
+ ---------------------------------------------------------------------------
33350
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
33351
+ ---------------------------------------------------------------------------
33352
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33353
+ Processing by PagesController#home as HTML
33354
+ Parameters: {"p1"=>"p1"}
33355
+ Rendered pages/crumbs.html.erb within layouts/application (1.6ms)
33356
+ Completed 200 OK in 28ms (Views: 18.2ms | ActiveRecord: 0.0ms)
33357
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33358
+ Processing by PagesController#empty as HTML
33359
+ Parameters: {"p2"=>"p2"}
33360
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
33361
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
33362
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33363
+ Processing by PagesController#nested as HTML
33364
+ Parameters: {"p3"=>"p3"}
33365
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
33366
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33367
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33368
+ Processing by PagesController#home as HTML
33369
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
33370
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33371
+  (0.1ms) rollback transaction
33372
+  (0.0ms) begin transaction
33373
+ ----------------------------------------------------------------------
33374
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
33375
+ ----------------------------------------------------------------------
33376
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33377
+ Processing by PagesController#home as HTML
33378
+ Parameters: {"p1"=>"p1"}
33379
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33380
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33381
+ Processing by PagesController#nested as HTML
33382
+ Parameters: {"p3"=>"p3"}
33383
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33384
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33385
+ Processing by PagesController#home as HTML
33386
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33387
+  (0.1ms) rollback transaction
33388
+  (0.0ms) begin transaction
33389
+ --------------------------------------------------------------------
33390
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
33391
+ --------------------------------------------------------------------
33392
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33393
+ Processing by PagesController#home as HTML
33394
+ Parameters: {"p1"=>"p1"}
33395
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33396
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33397
+ Processing by PagesController#param as HTML
33398
+ Parameters: {"p2"=>"p2"}
33399
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33400
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33401
+ Processing by PagesController#param as HTML
33402
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33403
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33404
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33405
+ Processing by PagesController#nested as HTML
33406
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33407
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33408
+ Started GET "/param" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33409
+ Processing by PagesController#param as HTML
33410
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33411
+  (0.1ms) rollback transaction
33412
+  (0.0ms) begin transaction
33413
+ --------------------------------------------
33414
+ WithLastTest: test_last_request_in_same_path
33415
+ --------------------------------------------
33416
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33417
+ Processing by PagesController#home as HTML
33418
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33419
+ Started GET "/static" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33420
+ Processing by PagesController#static as HTML
33421
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33422
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33423
+ Processing by PagesController#nested as HTML
33424
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33425
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33426
+ Processing by PagesController#home as HTML
33427
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33428
+  (0.1ms) rollback transaction
33429
+  (0.0ms) begin transaction
33430
+ -----------------------------------------------------------------------------
33431
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
33432
+ -----------------------------------------------------------------------------
33433
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33434
+ Processing by PagesController#home as HTML
33435
+ Parameters: {"p1"=>"p1"}
33436
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33437
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33438
+ Processing by PagesController#param as HTML
33439
+ Parameters: {"p2"=>"p2"}
33440
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33441
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33442
+ Processing by PagesController#param as HTML
33443
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33444
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33445
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33446
+ Processing by PagesController#nested as HTML
33447
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33448
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33449
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33450
+ Processing by PagesController#home as HTML
33451
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33452
+  (0.1ms) rollback transaction
33453
+  (0.1ms) begin transaction
33454
+ -------------------------------------------------------------------------
33455
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
33456
+ -------------------------------------------------------------------------
33457
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33458
+ Processing by PagesController#home as HTML
33459
+ Parameters: {"p1"=>"p1"}
33460
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33461
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33462
+ Processing by PagesController#static as HTML
33463
+ Parameters: {"p2"=>"p2"}
33464
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33465
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33466
+ Processing by PagesController#nested as HTML
33467
+ Parameters: {"p3"=>"p3"}
33468
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33469
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33470
+ Processing by PagesController#home as HTML
33471
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33472
+  (0.1ms) rollback transaction
33473
+  (0.0ms) begin transaction
33474
+ ---------------------------------------------------
33475
+ WithLastTest: test_translations_not_cause_any_error
33476
+ ---------------------------------------------------
33477
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33478
+ Processing by PagesController#home as HTML
33479
+ Parameters: {"p1"=>"p1"}
33480
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33481
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33482
+ Processing by PagesController#i18n as HTML
33483
+ Parameters: {"p2"=>"p2"}
33484
+ Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33485
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33486
+ Processing by PagesController#nested as HTML
33487
+ Parameters: {"p3"=>"p3"}
33488
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33489
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33490
+ Processing by PagesController#home as HTML
33491
+ Parameters: {"p1"=>"p1"}
33492
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33493
+  (0.1ms) rollback transaction
33494
+  (0.0ms) begin transaction
33495
+ ------------------------------------------
33496
+ GeneratorsTest: test_initializer_generator
33497
+ ------------------------------------------
33498
+  (0.0ms) rollback transaction
33499
+  (0.0ms) begin transaction
33500
+ ------------------------------------------------------------------------------
33501
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
33502
+ ------------------------------------------------------------------------------
33503
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33504
+ Processing by PagesController#home as HTML
33505
+ Parameters: {"p1"=>"p1"}
33506
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33507
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33508
+ Processing by PagesController#empty as HTML
33509
+ Parameters: {"p2"=>"p2"}
33510
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33511
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33512
+ Processing by PagesController#nested as HTML
33513
+ Parameters: {"p3"=>"p3"}
33514
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33515
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33516
+ Processing by PagesController#home as HTML
33517
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33518
+  (0.1ms) rollback transaction
33519
+  (0.0ms) begin transaction
33520
+ -------------------------------------------------------------------------
33521
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
33522
+ -------------------------------------------------------------------------
33523
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33524
+ Processing by PagesController#home as HTML
33525
+ Parameters: {"p1"=>"p1"}
33526
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33527
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33528
+ Processing by PagesController#nested as HTML
33529
+ Parameters: {"p3"=>"p3"}
33530
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33531
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33532
+ Processing by PagesController#home as HTML
33533
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33534
+  (0.0ms) rollback transaction
33535
+  (0.0ms) begin transaction
33536
+ -----------------------------------------------------------------------
33537
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
33538
+ -----------------------------------------------------------------------
33539
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33540
+ Processing by PagesController#home as HTML
33541
+ Parameters: {"p1"=>"p1"}
33542
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33543
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33544
+ Processing by PagesController#param as HTML
33545
+ Parameters: {"p2"=>"p2"}
33546
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33547
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33548
+ Processing by PagesController#param as HTML
33549
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33550
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33551
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33552
+ Processing by PagesController#nested as HTML
33553
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33554
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33555
+ Started GET "/param" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33556
+ Processing by PagesController#param as HTML
33557
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33558
+  (0.1ms) rollback transaction
33559
+  (0.0ms) begin transaction
33560
+ -----------------------------------------------
33561
+ WithoutLastTest: test_last_request_in_same_path
33562
+ -----------------------------------------------
33563
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33564
+ Processing by PagesController#home as HTML
33565
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33566
+ Started GET "/static" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33567
+ Processing by PagesController#static as HTML
33568
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33569
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33570
+ Processing by PagesController#nested as HTML
33571
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33572
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33573
+ Processing by PagesController#home as HTML
33574
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33575
+  (0.1ms) rollback transaction
33576
+  (0.1ms) begin transaction
33577
+ --------------------------------------------------------------------------------
33578
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
33579
+ --------------------------------------------------------------------------------
33580
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33581
+ Processing by PagesController#home as HTML
33582
+ Parameters: {"p1"=>"p1"}
33583
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33584
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33585
+ Processing by PagesController#param as HTML
33586
+ Parameters: {"p2"=>"p2"}
33587
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33588
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33589
+ Processing by PagesController#param as HTML
33590
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33591
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33592
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33593
+ Processing by PagesController#nested as HTML
33594
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33595
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33596
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33597
+ Processing by PagesController#home as HTML
33598
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33599
+  (0.1ms) rollback transaction
33600
+  (0.0ms) begin transaction
33601
+ ----------------------------------------------------------------------------
33602
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
33603
+ ----------------------------------------------------------------------------
33604
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33605
+ Processing by PagesController#home as HTML
33606
+ Parameters: {"p1"=>"p1"}
33607
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33608
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33609
+ Processing by PagesController#static as HTML
33610
+ Parameters: {"p2"=>"p2"}
33611
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33612
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33613
+ Processing by PagesController#nested as HTML
33614
+ Parameters: {"p3"=>"p3"}
33615
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33616
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33617
+ Processing by PagesController#home as HTML
33618
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33619
+  (0.1ms) rollback transaction
33620
+  (0.0ms) begin transaction
33621
+ ------------------------------------------------------
33622
+ WithoutLastTest: test_translations_not_cause_any_error
33623
+ ------------------------------------------------------
33624
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33625
+ Processing by PagesController#home as HTML
33626
+ Parameters: {"p1"=>"p1"}
33627
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33628
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33629
+ Processing by PagesController#i18n as HTML
33630
+ Parameters: {"p2"=>"p2"}
33631
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33632
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33633
+ Processing by PagesController#nested as HTML
33634
+ Parameters: {"p3"=>"p3"}
33635
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33636
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:03:31 -0300
33637
+ Processing by PagesController#home as HTML
33638
+ Parameters: {"p1"=>"p1"}
33639
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33640
+  (0.1ms) rollback transaction
33641
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
33642
+  (0.1ms) select sqlite_version(*)
33643
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33644
+  (0.1ms) SELECT version FROM "schema_migrations"
33645
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33646
+  (0.1ms) begin transaction
33647
+ ------------------------------------------------------------------------------
33648
+ WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
33649
+ ------------------------------------------------------------------------------
33650
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33651
+ Processing by PagesController#home as HTML
33652
+ Parameters: {"p1"=>"p1"}
33653
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
33654
+ Completed 200 OK in 22ms (Views: 12.5ms | ActiveRecord: 0.0ms)
33655
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33656
+ Processing by PagesController#empty as HTML
33657
+ Parameters: {"p2"=>"p2"}
33658
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
33659
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
33660
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33661
+ Processing by PagesController#nested as HTML
33662
+ Parameters: {"p3"=>"p3"}
33663
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
33664
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33665
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33666
+ Processing by PagesController#home as HTML
33667
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
33668
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33669
+  (0.1ms) rollback transaction
33670
+  (0.0ms) begin transaction
33671
+ -------------------------------------------------------------------------
33672
+ WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
33673
+ -------------------------------------------------------------------------
33674
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33675
+ Processing by PagesController#home as HTML
33676
+ Parameters: {"p1"=>"p1"}
33677
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33678
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33679
+ Processing by PagesController#nested as HTML
33680
+ Parameters: {"p3"=>"p3"}
33681
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33682
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33683
+ Processing by PagesController#home as HTML
33684
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33685
+  (0.1ms) rollback transaction
33686
+  (0.0ms) begin transaction
33687
+ -----------------------------------------------------------------------
33688
+ WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
33689
+ -----------------------------------------------------------------------
33690
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33691
+ Processing by PagesController#home as HTML
33692
+ Parameters: {"p1"=>"p1"}
33693
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33694
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33695
+ Processing by PagesController#param as HTML
33696
+ Parameters: {"p2"=>"p2"}
33697
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33698
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33699
+ Processing by PagesController#param as HTML
33700
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33701
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33702
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33703
+ Processing by PagesController#nested as HTML
33704
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33705
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33706
+ Started GET "/param" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33707
+ Processing by PagesController#param as HTML
33708
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33709
+  (0.1ms) rollback transaction
33710
+  (0.0ms) begin transaction
33711
+ -----------------------------------------------
33712
+ WithoutLastTest: test_last_request_in_same_path
33713
+ -----------------------------------------------
33714
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33715
+ Processing by PagesController#home as HTML
33716
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33717
+ Started GET "/static" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33718
+ Processing by PagesController#static as HTML
33719
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33720
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33721
+ Processing by PagesController#nested as HTML
33722
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33723
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33724
+ Processing by PagesController#home as HTML
33725
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33726
+  (0.1ms) rollback transaction
33727
+  (0.1ms) begin transaction
33728
+ --------------------------------------------------------------------------------
33729
+ WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
33730
+ --------------------------------------------------------------------------------
33731
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33732
+ Processing by PagesController#home as HTML
33733
+ Parameters: {"p1"=>"p1"}
33734
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33735
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33736
+ Processing by PagesController#param as HTML
33737
+ Parameters: {"p2"=>"p2"}
33738
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33739
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33740
+ Processing by PagesController#param as HTML
33741
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33742
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33743
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33744
+ Processing by PagesController#nested as HTML
33745
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33746
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33747
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33748
+ Processing by PagesController#home as HTML
33749
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33750
+  (0.1ms) rollback transaction
33751
+  (0.0ms) begin transaction
33752
+ ----------------------------------------------------------------------------
33753
+ WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
33754
+ ----------------------------------------------------------------------------
33755
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33756
+ Processing by PagesController#home as HTML
33757
+ Parameters: {"p1"=>"p1"}
33758
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33759
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33760
+ Processing by PagesController#static as HTML
33761
+ Parameters: {"p2"=>"p2"}
33762
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33763
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33764
+ Processing by PagesController#nested as HTML
33765
+ Parameters: {"p3"=>"p3"}
33766
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33767
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33768
+ Processing by PagesController#home as HTML
33769
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33770
+  (0.1ms) rollback transaction
33771
+  (0.0ms) begin transaction
33772
+ ------------------------------------------------------
33773
+ WithoutLastTest: test_translations_not_cause_any_error
33774
+ ------------------------------------------------------
33775
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33776
+ Processing by PagesController#home as HTML
33777
+ Parameters: {"p1"=>"p1"}
33778
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33779
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33780
+ Processing by PagesController#i18n as HTML
33781
+ Parameters: {"p2"=>"p2"}
33782
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33783
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33784
+ Processing by PagesController#nested as HTML
33785
+ Parameters: {"p3"=>"p3"}
33786
+ Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33787
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33788
+ Processing by PagesController#home as HTML
33789
+ Parameters: {"p1"=>"p1"}
33790
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33791
+  (0.1ms) rollback transaction
33792
+  (0.0ms) begin transaction
33793
+ ------------------------------------------
33794
+ GeneratorsTest: test_initializer_generator
33795
+ ------------------------------------------
33796
+  (0.0ms) rollback transaction
33797
+  (0.0ms) begin transaction
33798
+ ---------------------------------------------------------------------------
33799
+ WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
33800
+ ---------------------------------------------------------------------------
33801
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33802
+ Processing by PagesController#home as HTML
33803
+ Parameters: {"p1"=>"p1"}
33804
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33805
+ Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33806
+ Processing by PagesController#empty as HTML
33807
+ Parameters: {"p2"=>"p2"}
33808
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33809
+ Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33810
+ Processing by PagesController#nested as HTML
33811
+ Parameters: {"p3"=>"p3"}
33812
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33813
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33814
+ Processing by PagesController#home as HTML
33815
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33816
+  (0.1ms) rollback transaction
33817
+  (0.0ms) begin transaction
33818
+ ----------------------------------------------------------------------
33819
+ WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
33820
+ ----------------------------------------------------------------------
33821
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33822
+ Processing by PagesController#home as HTML
33823
+ Parameters: {"p1"=>"p1"}
33824
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33825
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33826
+ Processing by PagesController#nested as HTML
33827
+ Parameters: {"p3"=>"p3"}
33828
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33829
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33830
+ Processing by PagesController#home as HTML
33831
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33832
+  (0.0ms) rollback transaction
33833
+  (0.0ms) begin transaction
33834
+ --------------------------------------------------------------------
33835
+ WithLastTest: test_going_back_not_cause_any_error_and_retain_history
33836
+ --------------------------------------------------------------------
33837
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33838
+ Processing by PagesController#home as HTML
33839
+ Parameters: {"p1"=>"p1"}
33840
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33841
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33842
+ Processing by PagesController#param as HTML
33843
+ Parameters: {"p2"=>"p2"}
33844
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33845
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33846
+ Processing by PagesController#param as HTML
33847
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33848
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33849
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33850
+ Processing by PagesController#nested as HTML
33851
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33852
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33853
+ Started GET "/param" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33854
+ Processing by PagesController#param as HTML
33855
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33856
+  (0.1ms) rollback transaction
33857
+  (0.1ms) begin transaction
33858
+ --------------------------------------------
33859
+ WithLastTest: test_last_request_in_same_path
33860
+ --------------------------------------------
33861
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33862
+ Processing by PagesController#home as HTML
33863
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33864
+ Started GET "/static" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33865
+ Processing by PagesController#static as HTML
33866
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33867
+ Started GET "/static/nested" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33868
+ Processing by PagesController#nested as HTML
33869
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33870
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33871
+ Processing by PagesController#home as HTML
33872
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33873
+  (0.1ms) rollback transaction
33874
+  (0.0ms) begin transaction
33875
+ -----------------------------------------------------------------------------
33876
+ WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
33877
+ -----------------------------------------------------------------------------
33878
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33879
+ Processing by PagesController#home as HTML
33880
+ Parameters: {"p1"=>"p1"}
33881
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33882
+ Started GET "/param?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33883
+ Processing by PagesController#param as HTML
33884
+ Parameters: {"p2"=>"p2"}
33885
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33886
+ Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33887
+ Processing by PagesController#param as HTML
33888
+ Parameters: {"p3"=>"p3", "param"=>"1"}
33889
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33890
+ Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33891
+ Processing by PagesController#nested as HTML
33892
+ Parameters: {"p4"=>"p4", "param"=>"1"}
33893
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33894
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33895
+ Processing by PagesController#home as HTML
33896
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33897
+  (0.1ms) rollback transaction
33898
+  (0.0ms) begin transaction
33899
+ -------------------------------------------------------------------------
33900
+ WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
33901
+ -------------------------------------------------------------------------
33902
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33903
+ Processing by PagesController#home as HTML
33904
+ Parameters: {"p1"=>"p1"}
33905
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
33906
+ Started GET "/static?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33907
+ Processing by PagesController#static as HTML
33908
+ Parameters: {"p2"=>"p2"}
33909
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33910
+ Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33911
+ Processing by PagesController#nested as HTML
33912
+ Parameters: {"p3"=>"p3"}
33913
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33914
+ Started GET "/" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33915
+ Processing by PagesController#home as HTML
33916
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33917
+  (0.1ms) rollback transaction
33918
+  (0.0ms) begin transaction
33919
+ ---------------------------------------------------
33920
+ WithLastTest: test_translations_not_cause_any_error
33921
+ ---------------------------------------------------
33922
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33923
+ Processing by PagesController#home as HTML
33924
+ Parameters: {"p1"=>"p1"}
33925
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33926
+ Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33927
+ Processing by PagesController#i18n as HTML
33928
+ Parameters: {"p2"=>"p2"}
33929
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33930
+ Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33931
+ Processing by PagesController#nested as HTML
33932
+ Parameters: {"p3"=>"p3"}
33933
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
33934
+ Started GET "/?p1=p1" for 127.0.0.1 at 2014-09-27 20:04:01 -0300
33935
+ Processing by PagesController#home as HTML
33936
+ Parameters: {"p1"=>"p1"}
33937
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
33938
+  (0.1ms) rollback transaction