crumbs 1.1.2 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +67 -0
- data/lib/crumbs/action_controller/base.rb +6 -8
- data/lib/crumbs/definitions.rb +4 -4
- data/lib/crumbs/railtie.rb +0 -3
- data/lib/crumbs/version.rb +1 -1
- data/lib/crumbs.rb +15 -1
- data/lib/generators/crumbs/install_generator.rb +13 -0
- data/lib/generators/crumbs/templates/crumbs.rb +2 -0
- data/test/dummy/log/test.log +1485 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/generator_test.rb +18 -0
- data/test/with_last_test.rb +8 -8
- data/test/without_last_test.rb +8 -8
- metadata +9 -5
- data/README.rdoc +0 -31
data/test/dummy/log/test.log
CHANGED
@@ -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
|
[1m[35m (0.1ms)[0m rollback transaction
|
32454
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
32455
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
32456
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
32457
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
32458
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
32459
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32483
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32499
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32523
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32547
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32567
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32584
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32605
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32625
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32641
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32665
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32689
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32709
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32726
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32747
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
32748
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
32749
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
32750
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
32751
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
32752
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32776
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32792
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32816
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32840
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32860
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32877
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32898
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32918
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32934
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32958
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
32982
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33002
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33019
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33040
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
33041
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
33042
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
33043
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
33044
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
33045
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
33046
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
33047
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
33048
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
33049
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
33050
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33074
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33090
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33114
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33138
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33158
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33175
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33196
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33216
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33232
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33256
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33280
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33300
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33317
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33338
|
+
[1m[35m (0.0ms)[0m begin transaction
|
33339
|
+
-----------------------------------------
|
33340
|
+
GeneratorsTest: test_generate_initializer
|
33341
|
+
-----------------------------------------
|
33342
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33343
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
33344
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
33345
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
33346
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
33347
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
33348
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33372
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33388
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33412
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33429
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33453
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33473
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33494
|
+
[1m[35m (0.0ms)[0m begin transaction
|
33495
|
+
------------------------------------------
|
33496
|
+
GeneratorsTest: test_initializer_generator
|
33497
|
+
------------------------------------------
|
33498
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
33499
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33519
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
33535
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33559
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33576
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33600
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33620
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33641
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
33642
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
33643
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
33644
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
33645
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
33646
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33670
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33686
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33710
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33727
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33751
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33771
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33792
|
+
[1m[35m (0.0ms)[0m begin transaction
|
33793
|
+
------------------------------------------
|
33794
|
+
GeneratorsTest: test_initializer_generator
|
33795
|
+
------------------------------------------
|
33796
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
33797
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33817
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
33833
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33857
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33874
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33898
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33918
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|