test/dummy/log/test.log in crumbs-1.0.9 vs test/dummy/log/test.log in crumbs-1.1.0
- old
+ new
@@ -16738,5 +16738,14292 @@
Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:52:43 -0200
Processing by PagesController#home as HTML
Parameters: {"p1"=>"p1"}
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
[1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 30ms (Views: 20.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:37:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:38:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 13.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 21:43:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:57:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 10914ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#static as HTML
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 8ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 4ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:37 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#static as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:58:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#static as HTML
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 22:59:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 21ms (Views: 12.4ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 25ms (Views: 15.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:05:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:11 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 9ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:11 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:11 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:06:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 9ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:07:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:08:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 22ms (Views: 12.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:10:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:26 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:21:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:45:22 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:45:22 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 21ms (Views: 12.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:18 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 25ms (Views: 15.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:46:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 22ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:47:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 23ms (Views: 13.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:48:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.8ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:49:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.4ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 21ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:51:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 13.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:52:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-04 23:58:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:00:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 21ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:35 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 13.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:01:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 21ms (Views: 11.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:02:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 20ms (Views: 11.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 00:03:05 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:03:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:25:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 21ms (Views: 11.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:25:54 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:25:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:25:54 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 500 Internal Server Error in 7261ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:26:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 00:27:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 27ms (Views: 17.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:39:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:33 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 21ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:33 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:33 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:40:33 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:33 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:33 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:40:59 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:41:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.4ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:44:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.6ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 10:48:17 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 21ms (Views: 12.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:06:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 11.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 12ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:16 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 24ms (Views: 15.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:08:52 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 12ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 12.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:10:21 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 10ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.4ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:11:27 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 22ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:19 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 20ms (Views: 12.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.5ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:13:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 26ms (Views: 15.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:24:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.4ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:25:38 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:33 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:33 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:33 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:33 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:33 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:33 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:35:34 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:45:48 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.4ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:30 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 21ms (Views: 11.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:50:45 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:13 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:51:29 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 22ms (Views: 12.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 11:53:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 13ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:00:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 22ms (Views: 12.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:01 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 29ms (Views: 16.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.8ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:03:24 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 22ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:09:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 23ms (Views: 13.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:11:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 21ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:12:25 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:01 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:14:25 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 21ms (Views: 12.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:14 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 22ms (Views: 12.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:15:29 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 21ms (Views: 12.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:17:02 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:03 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 21ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:17:40 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:42 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 24ms (Views: 13.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:18:43 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 11ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#static as HTML
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:30:00 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 21ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:31:01 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 12ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 2ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#static as HTML
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:25 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 3ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 21ms (Views: 12.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:46 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 10ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:54 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 1ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 0ms
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:36:55 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 24ms (Views: 15.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:40:23 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:31 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 22ms (Views: 12.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------------------------------
+WithLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+------------------------------------------------------------------------------------
+WithLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------------------------------
+WithoutLastTest: test_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------------------------------
+WithoutLastTest: test_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithoutLastTest: test_params_should_not_cause_any_error_and_can_be_use_alter_crumb_name
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-05 12:41:32 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction