test/dummy/log/test.log in crumbs-1.0.8 vs test/dummy/log/test.log in crumbs-1.0.9
- old
+ new
@@ -2810,5 +2810,13933 @@
Started GET "/?p1=p1" for 127.0.0.1 at 2013-08-19 10:56:13 -0300
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.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_shouldn't_cause_any_error_and_should't_generate_crumbs
+--------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 38ms (Views: 15.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2013-11-30 14:43: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: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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_shouldn't_cause_any_error_and_should_generate_crumbs_either
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-11-30 14:43:30 -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_shouldn't_cause_any_error_and_should_retain_history
+---------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -0200
+Processing by PagesController#param as HTML
+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_shouldn't_cause_any_error_and_can_be_use_alter_crumb_name
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-11-30 14:43:30 -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_using_t_method_shouldn't_cause_any_error
+-----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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_shouldn't_cause_any_error_and_should't_generate_crumbs
+-----------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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_shouldn't_cause_any_error_and_should_generate_crumbs_either
+--------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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_shouldn't_cause_any_error_and_should_retain_history
+------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2013-11-30 14:43:30 -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_shouldn't_cause_any_error_and_can_be_use_alter_crumb_name
+--------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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_using_t_method_shouldn't_cause_any_error
+--------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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 2013-11-30 14:43:30 -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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:00:57 -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-01 22:00:57 -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-01 22:00:57 -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-01 22:00:57 -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-01 22:00:57 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:00:57 -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-01 22:00:57 -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-01 22:00:57 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:00:57 -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
+-------------------------------------------------------------------------------------
+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-01 22:00:57 -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_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-01 22:00:57 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:00:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 22ms
+ [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-01 22:00:57 -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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:00:57 -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.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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:01:22 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 8ms
+ [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-01 22:01:22 -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-01 22:01:22 -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-01 22:01:22 -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-01 22:01:22 -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-01 22:01:22 -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-01 22:01:22 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:01:22 -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-01 22:01:22 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:01:22 -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_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-01 22:01:22 -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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:01:22 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:01:22 -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-01 22:01:22 -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.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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:04:14 -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.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-01 22:04:14 -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-01 22:04:14 -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
+------------------------------------------------------------------------------------
+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-01 22:04:14 -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-01 22:04:14 -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-01 22:04:14 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 2ms
+ [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-01 22:04:14 -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-01 22:04:14 -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
+---------------------------------------------------------------------------------------
+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-01 22:04:14 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:04:14 -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-01 22:04:14 -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.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-01 22:04:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 500 Internal Server Error in 24ms
+ [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-01 22:04:14 -0200
+Processing by PagesController#home as HTML
+Completed 500 Internal Server Error in 2ms
+ [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-01 22:04:14 -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.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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:04:51 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 45ms (Views: 36.2ms | 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-01 22:04:51 -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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:04:51 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+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_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-01 22:04:51 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.2ms | 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-01 22:04:51 -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-01 22:04:51 -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-01 22:04:51 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[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-01 22:04:51 -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-01 22:04:51 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.2ms)[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-01 22:04:51 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 2.0ms | 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-01 22:04:51 -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-01 22:04:51 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:04:51 -0200
+Processing by PagesController#home as HTML
+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_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:04:51 -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.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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:06:08 -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.5ms | 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-01 22:06:08 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[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-01 22:06:08 -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.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-01 22:06:08 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:06:08 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:06:08 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[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-01 22:06:08 -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.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-01 22:06:08 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:06:08 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:06:08 -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_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-01 22:06:08 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:06:08 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:06:08 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.1ms | 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-01 22:06:08 -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.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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:09:11 -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)
+ [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-01 22:09:11 -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.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-01 22:09:11 -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.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-01 22:09:11 -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
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:09:11 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:09:11 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | 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-01 22:09:11 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.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-01 22:09:11 -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-01 22:09:11 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:09:11 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.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-01 22:09:11 -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.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-01 22:09:11 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:09:11 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (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-01 22:09:11 -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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:09:52 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ [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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:11:09 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ [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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:12: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.3ms | 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-01 22:12:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[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-01 22:12:07 -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
+------------------------------------------------------------------------------------
+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-01 22:12:07 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:12:07 -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-01 22:12:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.0ms | 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-01 22:12:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | 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-01 22:12:07 -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-01 22:12:07 -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 [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-01 22:12:07 -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.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-01 22:12:07 -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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:12:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.4ms | 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-01 22:12:07 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (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-01 22:12:07 -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.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+---------------------------------------------------------------------------------------
+WithLastTest: test_empty_crumbs_should_not_cause_any_error_and_should't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:13:04 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 23750ms (Views: 16.4ms | 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-01 22:13:28 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 17925ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[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-01 22:13:46 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ [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't_generate_crumbs
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:14:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 23ms (Views: 13.4ms | 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-01 22:14:06 -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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:14:06 -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.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-01 22:14:06 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:14:06 -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.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-01 22:14:06 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.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-01 22:14:06 -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-01 22:14:06 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:14:06 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | 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-01 22:14:06 -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_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-01 22:14:06 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:14:06 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:14:06 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[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-01 22:14:06 -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.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-01 22:17: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 22ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:17: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.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-01 22:17:26 -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-01 22:17: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.2ms)[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-01 22:17:26 -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-01 22:17:26 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (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-01 22:17: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-01 22:17: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.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-01 22:17:26 -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-01 22:17:26 -0200
+Processing by PagesController#static 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_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:17:26 -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-01 22:17:26 -0200
+Processing by PagesController#static as HTML
+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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:17:26 -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-01 22:17:26 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 10ms (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-01 22:17:26 -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-01 22:17:26 -0200
+Processing by PagesController#empty 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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:17: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:17: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
+-------------------------------------------------------------------------------------
+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-01 22:17: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-01 22:17: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.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-01 22:17:26 -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-01 22:17: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
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:17:26 -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-01 22:17:26 -0200
+Processing by PagesController#static 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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:17: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-01 22:17:26 -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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:17:26 -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-01 22:17:26 -0200
+Processing by PagesController#i18n 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.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-01 22:22:22 -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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:22:22 -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-01 22:22:22 -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-01 22:22:22 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [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-01 22:22:22 -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-01 22:22:22 -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_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-01 22:22:22 -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-01 22:22:22 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.1ms | 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-01 22:22:22 -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-01 22:22:22 -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-01 22:22:22 -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-01 22:22:22 -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.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-01 22:22:22 -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-01 22:22:22 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (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-01 22:22:22 -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-01 22:22:22 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 25ms (Views: 23.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-01 22:22:22 -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-01 22:22:22 -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
+-------------------------------------------------------------------------------------
+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-01 22:22:22 -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-01 22:22:22 -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
+---------------------------------------------------------------------------------------
+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-01 22:22:22 -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-01 22:22:22 -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.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-01 22:22:22 -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-01 22:22:22 -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-01 22:22:22 -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-01 22:22:22 -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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:22:22 -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-01 22:22:22 -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-01 22:24:12 -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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:24:12 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ [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-01 22:25:47 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 23ms (Views: 13.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:25:47 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+ [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-01 22: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 23ms (Views: 13.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:27:21 -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
+------------------------------------------------------------------------------------
+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-01 22:27:21 -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-01 22:27:21 -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
+----------------------------------------------------------------------------------
+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-01 22:27:21 -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-01 22:27:21 -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-01 22:27:22 -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-01 22:27:22 -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
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:27:22 -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-01 22:27:22 -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-01 22:27:22 -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-01 22:27:22 -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-01 22:27:22 -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-01 22:27:22 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 24ms
+ [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-01 22:27:22 -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-01 22:27:22 -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-01 22:27:22 -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-01 22:27:22 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 500 Internal Server Error in 2ms
+ [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-01 22:27:22 -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-01 22:27:22 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 2ms
+ [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-01 22:27:22 -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-01 22:27:22 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 2ms
+ [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-01 22:27:22 -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-01 22:27:22 -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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:27:22 -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-01 22:27:22 -0200
+Processing by PagesController#static as HTML
+Completed 500 Internal Server Error in 2ms
+ [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-01 22:27:22 -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-01 22:27:22 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 2ms
+ [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-01 22:27:41 -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)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.7ms)[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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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.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-01 22:27:41 -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-01 22:27:41 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.8ms | 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-01 22:27:41 -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-01 22:27:41 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[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-01 22:27:41 -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-01 22:27:41 -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
+-------------------------------------------------------------------------------------
+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-01 22:27:41 -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-01 22:27:41 -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_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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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.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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:27:41 -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-01 22:28: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 24ms (Views: 13.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:28:56 -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-01 22:28:56 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.8ms | 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-01 22:28:56 -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-01 22:28:56 -0200
+Processing by PagesController#empty 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.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-01 22:28:56 -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-01 22:28:56 -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
+-------------------------------------------------------------------------------------
+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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:28:56 -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-01 22:29:45 -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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:29: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)
+ [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-01 22:29:45 -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-01 22:29: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-01 22:29:45 -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-01 22:29:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | 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-01 22:29: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-01 22:29:45 -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-01 22:29:45 -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-01 22:29:45 -0200
+Processing by PagesController#static 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.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-01 22:29:45 -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-01 22:29:45 -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.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-01 22:29:45 -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-01 22:29:45 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (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-01 22:29: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-01 22:29:45 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 25ms (Views: 24.4ms | 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-01 22:29:45 -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-01 22:29:45 -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-01 22:29: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-01 22:29: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.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-01 22:29: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-01 22:29:45 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:29:45 -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-01 22:29: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.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-01 22:29:45 -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-01 22:29:45 -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-01 22:29:45 -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-01 22:29:45 -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-01 22:30: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 22ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:30: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.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-01 22:30:02 -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-01 22:30:02 -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-01 22:30:02 -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-01 22:30:02 -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.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-01 22:30:02 -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-01 22:30:02 -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.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-01 22:30:02 -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-01 22:30:02 -0200
+Processing by PagesController#static 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.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-01 22:30:02 -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-01 22:30:02 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:30:02 -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-01 22:30:02 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (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-01 22:30:02 -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-01 22:30:02 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 27ms (Views: 25.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-01 22:30: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-01 22:30: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
+-------------------------------------------------------------------------------------
+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-01 22:30: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-01 22:30:02 -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-01 22:30:02 -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-01 22:30: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.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-01 22:30: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-01 22:30: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-01 22:30: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-01 22:30:03 -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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:30: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-01 22:30:03 -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-01 22:33:10 -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: 12.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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.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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -0200
+Processing by PagesController#home as HTML
+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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:33:10 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-01 22:33:10 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:33:10 -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-01 22:33:10 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:33:10 -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-01 22:33:10 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 22:33:10 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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.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-01 22:33:10 -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-01 22:33:10 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-01 22:33:10 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 1ms (Views: 0.7ms | 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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 22:33:10 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33:10 -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_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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-01 22:33:10 -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.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-01 22:33:58 -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-01 22:33:58 -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: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:33: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.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33: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-01 22:33:58 -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-01 22:33:58 -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-01 22:33:58 -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
+----------------------------------------------------------------------------------
+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-01 22:33:58 -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-01 22:33:58 -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-01 22:33:58 -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-01 22:33:58 -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.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-01 22:33:58 -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-01 22:33:58 -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-01 22:33:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33:58 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33:58 -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-01 22:33:58 -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-01 22:33:58 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33: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.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-01 22:33: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-01 22:33:58 -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-01 22:33:58 -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-01 22:33:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+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
+--------------------------------------------------------------------------------------------
+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-01 22:33:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:33:58 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 22:33:58 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33:58 -0200
+Processing by PagesController#home as HTML
+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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:33: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-01 22:33:58 -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-01 22:33: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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:33:58 -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-01 22:33:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-01 22:33:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 22:33:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-01 22:33:58 -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-01 22:33:58 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:33: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?p2=p2" for 127.0.0.1 at 2014-03-01 22:33:58 -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-01 22:33:58 -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-01 22:33:58 -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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33:58 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-01 22:33:58 -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-01 22:33:58 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:33:58 -0200
+Processing by PagesController#home 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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:33:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-01 22:33:58 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:33:58 -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-01 22:33:58 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | 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-01 22:35: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 22ms (Views: 13.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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
+----------------------------------------------------------------------------------
+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-01 22:35:42 -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-01 22:35:42 -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
+------------------------------------------------------------------------------------
+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-01 22:35:42 -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-01 22:35:42 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 4ms
+ [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-01 22:35: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-01 22:35:42 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:35:42 -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-01 22:35:42 -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-01 22:35: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-01 22:35:42 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 500 Internal Server Error in 25ms
+ [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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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_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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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-01 22:35:42 -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.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-01 22:36:12 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 23ms (Views: 13.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:36: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:36:13 -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-01 22:36:13 -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.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-01 22:36: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:36:13 -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-01 22:36:13 -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
+----------------------------------------------------------------------------------
+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-01 22:36: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-01 22:36:13 -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_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-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -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.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-01 22:36:13 -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-01 22:36:13 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 22:36:13 -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-01 22:36:13 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:36: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-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:36:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:36:13 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 22:36:13 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:13 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:36: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-01 22:36:13 -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-01 22:36:13 -0200
+Processing by PagesController#home 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
+-------------------------------------------------------------------------------------
+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-01 22:36: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-01 22:36:13 -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-01 22:36:13 -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.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-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:36:13 -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-01 22:36:13 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 22:36:13 -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-01 22:36:13 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:13 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[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-01 22:36:13 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-01 22:36:13 -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-01 22:36:13 -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-01 22:36:13 -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-01 22:36:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 23ms (Views: 13.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:36:44 -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-01 22:36:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:44 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+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-01 22:36:44 -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-01 22:36:44 -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-01 22:36: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.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-01 22:36:44 -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-01 22:36:44 -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_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-01 22:36: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-01 22:36:44 -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-01 22:36:44 -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-01 22:36:44 -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-01 22:36: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-01 22:36:44 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:44 -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-01 22:36:44 -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-01 22:36:44 -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-01 22:36: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.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-01 22:36:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-01 22:36:44 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:36:44 -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-01 22:36:44 -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
+--------------------------------------------------------------------------------------------
+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-01 22:36:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:36:44 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 22:36:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:44 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:36:44 -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-01 22:36:44 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:44 -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
+-------------------------------------------------------------------------------------
+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-01 22:36:44 -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-01 22:36:44 -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-01 22:36:44 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 22:36:44 -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-01 22:36:44 -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-01 22:36:44 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:36:44 -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-01 22:36:44 -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-01 22:36: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-01 22:36:44 -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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:44 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-01 22:36: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-01 22:36:44 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:36:44 -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-01 22:36:44 -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-01 22:36:44 -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-01 22:36:44 -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-01 22:36:44 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.7ms | 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-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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-01 22:38:44 -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-01 22:39:06 -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.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-01 22:39:06 -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-01 22:39:06 -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-01 22:39:06 -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-01 22:39:06 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:39:06 -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-01 22:39:06 -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-01 22:39:06 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:39:06 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:39:06 -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-01 22:39:06 -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-01 22:39:06 -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-01 22:39:06 -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-01 22:39:06 -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.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-01 22:40:12 -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-01 22:40: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
+----------------------------------------------------------------------------------
+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-01 22:40: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
+------------------------------------------------------------------------------------
+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-01 22:40: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
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:40: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-01 22:40: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.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-01 22:40: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-01 22:40: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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:40: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
+-------------------------------------------------------------------------------------
+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-01 22:40: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-01 22:40: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-01 22:40: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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:40: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.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-01 22:40: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.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-01 22:40:42 -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-01 22:40:42 -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-01 22:40:42 -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-01 22:40:42 -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_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:40:42 -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-01 22:40:42 -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-01 22:40:42 -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-01 22:40:42 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:40:42 -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-01 22:40:42 -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_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-01 22:40:42 -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-01 22:40:42 -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-01 22:40:42 -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-01 22:40:42 -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.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-01 22:41:12 -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-01 22:41: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
+----------------------------------------------------------------------------------
+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-01 22:41: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
+------------------------------------------------------------------------------------
+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-01 22:41: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-01 22:41: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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:41: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.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-01 22:41: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-01 22:41: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-01 22:41: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-01 22:41: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-01 22:41: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
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41: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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:41: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.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-01 22:41: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.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-01 22:41:25 -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.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-01 22:41:25 -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-01 22:41:25 -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-01 22:41:25 -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_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41:25 -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-01 22:41:25 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41:25 -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-01 22:41:25 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41:25 -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-01 22:41:25 -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-01 22:41:25 -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-01 22:41:25 -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-01 22:41:25 -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-01 22:41:25 -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-01 22:41:54 -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-01 22:41: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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41: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-01 22:41:54 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41:54 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:41:54 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41:54 -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-01 22:41:54 -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-01 22:41: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.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-01 22:41: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
+---------------------------------------------------------------------------------------
+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-01 22:41:54 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:41: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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:41:54 -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-01 22:41: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.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-01 22:42:15 -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-01 22:42:15 -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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:42:15 -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-01 22:42:15 -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-01 22:42:15 -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-01 22:42:15 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:42:15 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:42:15 -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-01 22:42:15 -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-01 22:42:15 -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_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-01 22:42:15 -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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:42:15 -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-01 22:42:15 -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-01 22:42:15 -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-01 22:42:45 -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-01 22:42:45 -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-01 22:42:45 -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-01 22:42:45 -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-01 22:42:45 -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-01 22:42:45 -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-01 22:42:45 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:42:45 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:42:45 -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-01 22:42:45 -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-01 22:42:45 -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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:42:45 -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-01 22:42:45 -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-01 22:42:45 -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.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-01 22:43:22 -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-01 22:43:22 -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-01 22:43:22 -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-01 22:43:22 -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-01 22:43:22 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:43:22 -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-01 22:43:22 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:43:22 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:43:22 -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-01 22:43:22 -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_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-01 22:43:22 -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-01 22:43:22 -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-01 22:43:22 -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-01 22:43:22 -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-01 22:43:45 -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.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-01 22:43:45 -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-01 22:43:45 -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-01 22:43:45 -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-01 22:43:45 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:43:45 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:43:45 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:43:45 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:43:45 -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-01 22:43:45 -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-01 22:43:45 -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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:43:45 -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-01 22:43:45 -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-01 22:43:45 -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.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-01 22:44:09 -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-01 22:44:09 -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-01 22:44:09 -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-01 22:44:09 -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-01 22:44:09 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:44:09 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:09 -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-01 22:44:09 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:09 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:09 -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-01 22:44:09 -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-01 22:44:09 -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-01 22:44:09 -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-01 22:44:09 -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.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-01 22:44:27 -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-01 22:44:27 -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-01 22:44:27 -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-01 22:44:27 -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_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:27 -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-01 22:44:27 -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-01 22:44:27 -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-01 22:44:27 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:27 -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-01 22:44:27 -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-01 22:44:27 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:27 -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-01 22:44:27 -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-01 22:44:27 -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.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-01 22:44:59 -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.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-01 22:44:59 -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-01 22:44:59 -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-01 22:44:59 -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-01 22:44:59 -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_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:44:59 -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-01 22:44:59 -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-01 22:44:59 -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-01 22:44:59 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:59 -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-01 22:44:59 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:44:59 -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-01 22:44:59 -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-01 22:44:59 -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.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-01 22:47:19 -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-01 22:47:19 -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-01 22:47:19 -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-01 22:47:19 -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-01 22:47:19 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:47:19 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:47:19 -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-01 22:47:19 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:47:19 -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-01 22:47:19 -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_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-01 22:47:19 -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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:47:19 -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-01 22:47:19 -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-01 22:47:19 -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.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-01 22:47:53 -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-01 22:47:53 -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-01 22:47:53 -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_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-01 22:47:53 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:47:53 -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-01 22:47:53 -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-01 22:47:53 -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-01 22:47:53 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:47:53 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:47:53 -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-01 22:47:53 -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-01 22:47:53 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:47:53 -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-01 22:47:53 -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.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-01 22:48: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 23ms (Views: 13.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:48: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+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-01 22:48: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-01 22:48:14 -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-01 22:48:14 -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
+----------------------------------------------------------------------------------
+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-01 22:48: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-01 22:48:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (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-01 22:48: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-01 22:48:14 -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-01 22:48: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?p2=p2" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -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-01 22:48: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.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-01 22:48:14 -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-01 22:48:14 -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-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#home as HTML
+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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48: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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:48:14 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#home as HTML
+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
+-------------------------------------------------------------------------------------
+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-01 22:48:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 3ms (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-01 22:48:14 -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-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48: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-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:48: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.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-01 22:48:14 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/static" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#home as HTML
+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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:48:14 -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-01 22:48:14 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[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-01 22:48:36 -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.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-01 22:48:36 -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-01 22:48:36 -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-01 22:48:36 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:36 -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_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:48:36 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:36 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:36 -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-01 22:48:36 -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-01 22:48:36 -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_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-01 22:48:36 -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-01 22:48:36 -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-01 22:48:36 -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-01 22:48:36 -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-01 22:48: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 22ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:48: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48:57 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
+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
+------------------------------------------------------------------------------------
+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-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48: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-01 22:48:57 -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.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-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:48:57 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48:57 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48: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 [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-01 22:48:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48:57 -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-01 22:48: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.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-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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.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-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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.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-01 22:48: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?p2=p2" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48:57 -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-01 22:48:57 -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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:48: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-01 22:48:57 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 22:48:57 -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-01 22:48: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.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-01 22:48:57 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-01 22:48:57 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:48:57 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:48: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.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-01 22:49:39 -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.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-01 22:49:39 -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-01 22:49:39 -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-01 22:49:39 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:49:39 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:49:39 -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-01 22:49:39 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:49:39 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:49:39 -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-01 22:49:39 -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_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-01 22:49:39 -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-01 22:49:39 -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_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:49:39 -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-01 22:49:39 -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.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-01 22:50:06 -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-01 22:50:06 -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-01 22:50:06 -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-01 22:50:06 -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-01 22:50:06 -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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:50:06 -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-01 22:50:06 -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-01 22:50:06 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:50:06 -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-01 22:50:06 -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_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-01 22:50:06 -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-01 22:50:06 -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-01 22:50:06 -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-01 22:50:06 -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-01 22:50:53 -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-01 22:50:53 -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-01 22:50:53 -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-01 22:50:53 -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-01 22:50:53 -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-01 22:50:53 -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-01 22:50:53 -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-01 22:50:53 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:50:53 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:50:53 -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_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-01 22:50:53 -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-01 22:50:53 -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-01 22:50:53 -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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:50:53 -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.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-01 22:54: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 22ms (Views: 12.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:54: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:54: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 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:54:55 -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-01 22:54: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-01 22:54:55 -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-01 22:54:55 -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-01 22:54: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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54: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.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-01 22:54:55 -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-01 22:54:55 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 25ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 22:54:55 -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-01 22:54: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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:54: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-01 22:54:55 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:54:55 -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-01 22:54: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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54: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-01 22:54: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-01 22:54:55 -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-01 22:54: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.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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:54: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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:54: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-01 22:54:55 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 22:54:55 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:54: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-01 22:54: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-01 22:54:55 -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-01 22:54:55 -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-01 22:54:55 -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-01 22:55:21 -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-01 22:55:21 -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-01 22:55:21 -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-01 22:55:21 -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_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:55:21 -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-01 22:55:21 -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-01 22:55:21 -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-01 22:55:21 -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-01 22:55:21 -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-01 22:55:21 -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_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-01 22:55:21 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:55:21 -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-01 22:55:21 -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-01 22:55:21 -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.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-01 22:57: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 22ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 22:57: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-01 22:57: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 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:57:38 -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-01 22:57: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 22:57:38 -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-01 22:57:38 -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-01 22:57: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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -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.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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -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-01 22:57: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-01 22:57:38 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 25ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 22:57:38 -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-01 22:57:38 -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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -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-01 22:57: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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 22:57:38 -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-01 22:57: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-01 22:57:38 -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-01 22:57:38 -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-01 22:57:38 -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-01 23:00:37 -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: 14.5ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:00:37 -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-01 23:00:37 -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-01 23:00: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-01 23:00:37 -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.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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 25ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:00:37 -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-01 23:00:37 -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-01 23:00: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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:37 -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-01 23:00: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-01 23:00:37 -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-01 23:00:37 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:00: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-01 23:00:37 -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-01 23:00:37 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:00: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-01 23:00:37 -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-01 23:00:37 -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-01 23:00:38 -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-01 23:00:38 -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-01 23:00:38 -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-01 23:00:38 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:00:38 -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-01 23:00:38 -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-01 23:00:38 -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-01 23:00:38 -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-01 23:00:38 -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-01 23:00:49 -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.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:00:49 -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.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:00:49 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+ Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -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-01 23:00:49 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 25ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:00:50 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:00: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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:00: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-01 23:00:50 -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-01 23:00:50 -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-01 23:00:50 -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-01 23:00: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-01 23:00:50 -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-01 23:00:50 -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-01 23:00:50 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:00:50 -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-01 23:00:50 -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-01 23:00: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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:00:50 -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-01 23:00: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-01 23:00:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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
+---------------------------------------------------------------------------------------
+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-01 23:00: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-01 23:00:50 -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-01 23:00:50 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:00: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-01 23:00: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-01 23:00:50 -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-01 23:00: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_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:00: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-01 23:00:50 -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-01 23:00:50 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:00: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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:00: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-01 23:00:50 -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-01 23:00: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-01 23:00: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.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-01 23:01:09 -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: 13.4ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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.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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:09 -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-01 23:01:23 -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: 12.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:01:23 -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-01 23:01:23 -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-01 23:01:23 -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-01 23:01: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-01 23:01:23 -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-01 23:01: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
+----------------------------------------------------------------------------------
+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-01 23:01: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-01 23:01: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.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-01 23:01:23 -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-01 23:01: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
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:01:23 -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-01 23:01:23 -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-01 23:01:23 -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-01 23:01: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.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-01 23:01:23 -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-01 23:01:23 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 25ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:01:23 -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-01 23:01: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.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-01 23:01: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-01 23:01:23 -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-01 23:01:23 -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-01 23:01: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.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-01 23:01: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-01 23:01:23 -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-01 23:01:23 -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-01 23:01:23 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:01:23 -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-01 23:01:23 -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-01 23:01: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.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-01 23:01:23 -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-01 23:01:23 -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-01 23:01:23 -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-01 23:01:23 -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-01 23:01:23 -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-01 23:01:23 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:01: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?p2=p2" for 127.0.0.1 at 2014-03-01 23:01:23 -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-01 23:01:23 -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-01 23:01: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.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-01 23:01: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-01 23:01:23 -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-01 23:01:23 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:01: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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:01: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-01 23:01:23 -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-01 23:01:23 -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-01 23:01: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.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-01 23:02:56 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 23ms (Views: 13.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:02:56 -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-01 23:02:56 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.5ms | 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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -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-01 23:02:56 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 26ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:02:57 -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-01 23:02:57 -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-01 23:02: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-01 23:02:57 -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-01 23:02:57 -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-01 23:02: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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -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-01 23:02: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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:02: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_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-01 23:02: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-01 23:02:57 -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-01 23:02:57 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -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-01 23:02:57 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:02:57 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:02:57 -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-01 23:02: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-01 23:02:57 -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-01 23:02:57 -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-01 23:02: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.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-01 23:03:11 -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: 12.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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.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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 25ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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.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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:11 -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-01 23:03:23 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 24ms (Views: 14.8ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03: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.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-01 23:03:23 -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-01 23:03: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
+------------------------------------------------------------------------------------
+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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03: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.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-01 23:03:23 -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-01 23:03:23 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 25ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:03:23 -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-01 23:03: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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03: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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:03:23 -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-01 23:03:23 -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-01 23:03: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.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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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.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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -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.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-01 23:03: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?p2=p2" for 127.0.0.1 at 2014-03-01 23:03:23 -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-01 23:03:23 -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-01 23:03: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.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-01 23:03:23 -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-01 23:03:23 -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-01 23:03:23 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:03: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.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-01 23:03: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-01 23:03:23 -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-01 23:03:23 -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-01 23:03: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.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-01 23:04:02 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 23ms (Views: 13.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:04: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:04:02 -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.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:04:02 -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.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-01 23:04: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-01 23:04:02 -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-01 23:04:02 -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-01 23:04: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-01 23:04: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.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-01 23:04:02 -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-01 23:04:03 -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.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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 26ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:04:03 -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-01 23:04:03 -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-01 23:04: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-01 23:04:03 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:04:03 -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-01 23:04:03 -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-01 23:04: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-01 23:04:03 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04: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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:04:03 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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-01 23:04:03 -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.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-01 23:04:56 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 26ms (Views: 14.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:04:56 -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)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:04:56 -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-01 23:04:56 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+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-01 23:04:56 -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-01 23:04:56 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:04:56 -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
+----------------------------------------------------------------------------------
+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-01 23:04:56 -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-01 23:04:56 -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_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-01 23:04:56 -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-01 23:04:56 -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_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:04:56 -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-01 23:04:56 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 28ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:04:56 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:04:56 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:04:56 -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-01 23:04:56 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 23:04:56 -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-01 23:04:56 -0200
+Processing by PagesController#home as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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.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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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.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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -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-01 23:04:56 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:04:56 -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-01 23:04:56 -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.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-01 23:05: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 22ms (Views: 13.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:05: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: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:05: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 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:05:33 -0200
+Processing by PagesController#home as HTML
+ 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.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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:05:33 -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-01 23:05:33 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:05: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?p2=p2" for 127.0.0.1 at 2014-03-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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-01 23:05:33 -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.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-01 23:08:18 -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.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:08: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-01 23:08: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 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:08:18 -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-01 23:08:18 -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-01 23:08:18 -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-01 23:08:18 -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-01 23:08: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-01 23:08:18 -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.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-01 23:08:18 -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-01 23:08:18 -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.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-01 23:08: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?p2=p2" for 127.0.0.1 at 2014-03-01 23:08:18 -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-01 23:08:18 -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-01 23:08:18 -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-01 23:08:18 -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-01 23:08:18 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 27ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:08:19 -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-01 23:08: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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:08:19 -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-01 23:08: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-01 23:08:19 -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-01 23:08: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.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-01 23:08:19 -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-01 23:08:19 -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-01 23:08:19 -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-01 23:08: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.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-01 23:08: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:08:19 -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-01 23:08:19 -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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:08: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-01 23:08: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-01 23:08:19 -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.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-01 23:08: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-01 23:08:19 -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-01 23:08:19 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:08: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-01 23:08:19 -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-01 23:08:19 -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-01 23:08: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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:08:19 -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-01 23:08:19 -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-01 23:08:19 -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-01 23:08: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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:08:19 -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-01 23:08:19 -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-01 23:08:19 -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-01 23:08: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.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-01 23:30:08 -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.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -0200
+Processing by PagesController#home as HTML
+ 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.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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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_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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:30:08 -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-01 23:30:08 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 26ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:30:08 -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-01 23:30:08 -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-01 23:30:08 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:30:09 -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-01 23:31:34 -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-01 23:31:34 -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-01 23:31:34 -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.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:31:34 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+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-01 23:31: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:31:34 -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-01 23:31: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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:31: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-01 23:31: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_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-01 23:31:34 -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-01 23:31:34 -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-01 23:31: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-01 23:31:34 -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-01 23:31:34 -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-01 23:31:34 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:31:34 -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-01 23:31:34 -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-01 23:31:34 -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-01 23:31:34 -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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:31: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-01 23:31:34 -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-01 23:31:34 -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-01 23:31: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-01 23:31:34 -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-01 23:31:34 -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-01 23:31: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-01 23:31: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
+---------------------------------------------------------------------------------------
+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-01 23:31: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:31:34 -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-01 23:31: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.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-01 23:31: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-01 23:31: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-01 23:31:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[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-01 23:31: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-01 23:31:34 -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-01 23:31:34 -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.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-01 23:31: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-01 23:31: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-01 23:31:34 -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-01 23:31:34 -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-01 23:31: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-01 23:31:34 -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-01 23:31:34 -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-01 23:31:34 -0200
+Processing by PagesController#home as HTML
+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_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:31: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-01 23:31:34 -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-01 23:31: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-01 23:31: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-01 23:34: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 22ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:34: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:34: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 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:34:01 -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-01 23:34: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-01 23:34:01 -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-01 23:34: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-01 23:34: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-01 23:34: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_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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -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-01 23:34: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-01 23:34:01 -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-01 23:34:01 -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-01 23:34: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-01 23:34: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-01 23:34:01 -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-01 23:34:01 -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-01 23:34: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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -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-01 23:34: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-01 23:34: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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:01 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_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-01 23:34: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-01 23:34:01 -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-01 23:34:01 -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.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-01 23:34:01 -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-01 23:34:01 -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-01 23:34:02 -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-01 23:34:02 -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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:34:02 -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-01 23:34:02 -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-01 23:34:02 -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-01 23:34:02 -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-01 23:34:02 -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-01 23:34:02 -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-01 23:34:02 -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-01 23:34:02 -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-01 23:36: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 24ms (Views: 13.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:36: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)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:36:59 -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-01 23:36:59 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36: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-01 23:36:59 -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-01 23:36:59 -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-01 23:36: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.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-01 23:36:59 -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-01 23:36:59 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:36:59 -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-01 23:36: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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:36:59 -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-01 23:36:59 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:36:59 -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-01 23:36: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.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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36: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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:36:59 -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-01 23:36:59 -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-01 23:36: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.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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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.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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36:59 -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-01 23:36: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.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-01 23:37:22 -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.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+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_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-01 23:37:22 -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-01 23:37:22 -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.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-01 23:37:22 -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-01 23:37:22 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+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-01 23:37:22 -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-01 23:37:22 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:37:22 -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-01 23:37:22 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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.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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37:22 -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-01 23:37: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.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-01 23:38:50 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 23ms (Views: 13.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:38: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:38: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.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:38: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-01 23:38: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:38:50 -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-01 23:38: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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:38: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-01 23:38:50 -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_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-01 23:38: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-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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-01 23:38: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_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:38: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-01 23:38:50 -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-01 23:38: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-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:38:50 -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-01 23:38:50 -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-01 23:38: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.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-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:38:50 -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-01 23:38:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-01 23:38:50 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+Completed 200 OK in 3ms (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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:38:50 -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-01 23:38:50 -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-01 23:38:50 -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-01 23:38: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
+--------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:38: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-01 23:38:50 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:38:50 -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-01 23:38: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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:38:50 -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-01 23:38:50 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:38: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-01 23:38:50 -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.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-01 23:39:45 -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.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:39: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-01 23:39: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:39: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.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-01 23:39:45 -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-01 23:39: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-01 23:39: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-01 23:39: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-01 23:39:45 -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_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-01 23:39:45 -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-01 23:39:45 -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-01 23:39: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?p2=p2" for 127.0.0.1 at 2014-03-01 23:39:45 -0200
+Processing by PagesController#static as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:39: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-01 23:39:45 -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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:39:45 -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-01 23:39:45 -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-01 23:39: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-01 23:39:45 -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
+----------------------------------------------------------
+WithLastTest: test_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:39:45 -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-01 23:39:45 -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-01 23:39:45 -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-01 23:39: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-01 23:39:45 -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-01 23:39:45 -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-01 23:39: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-01 23:39: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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:39:45 -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-01 23:39:45 -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-01 23:39: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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:39: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-01 23:39: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-01 23:39:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:39: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-01 23:39: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-01 23:39:45 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:39:45 -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-01 23:39:45 -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-01 23:39: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-01 23:39:45 -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-01 23:39:45 -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-01 23:39: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-01 23:39: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-01 23:39: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_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:39:45 -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-01 23:39: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-01 23:39: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-01 23:39: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.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-01 23:42: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 24ms (Views: 14.7ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:42: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: 1.0ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:42: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 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:42:33 -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-01 23:42: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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:42:33 -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-01 23:42:33 -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_translations_should_not_cause_any_error
+----------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:33 -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-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -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.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-01 23:42:34 -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-01 23:42:34 -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-01 23:42:34 -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-01 23:42: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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:42: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-01 23:42:34 -0200
+Processing by PagesController#static as HTML
+Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/static/nested" for 127.0.0.1 at 2014-03-01 23:42:34 -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-01 23:42: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
+-------------------------------------------------------------
+WithoutLastTest: test_translations_should_not_cause_any_error
+-------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:42: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-01 23:42:34 -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-01 23:42:34 -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-01 23:42: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.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-01 23:46:45 -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.3ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:46: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-01 23:46: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-01 23:46: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.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-01 23:46: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-01 23:46: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-01 23:46:46 -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-01 23:46: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-01 23:46: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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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.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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p3"=>"p3", "param"=>"1"}
+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-01 23:46: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?p2=p2" for 127.0.0.1 at 2014-03-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46: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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46: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-01 23:46:46 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:46:46 -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-01 23:46: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.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-01 23:46: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-01 23:46:46 -0200
+Processing by PagesController#empty as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:46:46 -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-01 23:46:46 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:46: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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -0200
+Processing by PagesController#param as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[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-01 23:46:46 -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-01 23:46:46 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-01 23:46:46 -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-01 23:46:46 -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-01 23:46: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
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:46: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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:46: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-01 23:46:46 -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-01 23:46:46 -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-01 23:46:46 -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-01 23:47:07 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 23ms (Views: 13.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:47: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:47: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-01 23:47:07 -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-01 23:47: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-01 23:47: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-01 23:47: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
+----------------------------------------------------------------------------------
+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-01 23:47:07 -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-01 23:47:07 -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-01 23:47: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-01 23:47:07 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p4"=>"p4", "param"=>"1"}
+Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+Started GET "/param" for 127.0.0.1 at 2014-03-01 23:47: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
+------------------------------------------------------------------------------------
+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-01 23:47:07 -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-01 23:47:07 -0200
+Processing by PagesController#param as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Started GET "/param/1?p3=p3" for 127.0.0.1 at 2014-03-01 23:47: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-01 23:47: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-01 23:47: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_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:47: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?p2=p2" for 127.0.0.1 at 2014-03-01 23:47:07 -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-01 23:47:07 -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-01 23:47: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
+-----------------------------------------------------------------
+WithLastTest: test_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:47: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-01 23:47: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-01 23:47:07 -0200
+Processing by PagesController#nested as HTML
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:47: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-01 23:47: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-01 23:47: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-01 23:47: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-01 23:47:07 -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-01 23:47: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-01 23:47: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-01 23:47:07 -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-01 23:47: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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:47:07 -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-01 23:47: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-01 23:47: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-01 23:47:07 -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-01 23:47: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-01 23:47: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-01 23:47: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-01 23:47:07 -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.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-01 23:47:07 -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-01 23:47:07 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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-01 23:47:08 -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.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-01 23:50:39 -0200
+Processing by PagesController#home as HTML
+ Parameters: {"p1"=>"p1"}
+ Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 23ms (Views: 13.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -0200
+Processing by PagesController#home as HTML
+ Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
+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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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.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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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
+---------------------------------------------------------------------------------------
+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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50:39 -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-01 23:50: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-01 23:50:40 -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-01 23:50:40 -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-01 23:50:40 -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.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-01 23:52:34 -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: 13.2ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:52:34 -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-01 23:52:34 -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-01 23:52:34 -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-01 23:52: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/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:52:34 -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-01 23:52: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_going_back_should_not_cause_any_error_and_should_retain_history
+----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:52: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-01 23:52: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-01 23:52: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-01 23:52:35 -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-01 23:52:35 -0200
+Processing by PagesController#param 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_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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -0200
+Processing by PagesController#i18n as HTML
+ Parameters: {"p2"=>"p2"}
+Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:52:35 -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-01 23:52: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_empty_crumbs_should_not_cause_any_error_and_should_not_generate_crumbs
+--------------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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_gaps_should_not_cause_any_error_and_should_generate_crumbs_either
+---------------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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.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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+Started GET "/?p1=p1" for 127.0.0.1 at 2014-03-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52:35 -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-01 23:52: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.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-01 23:52: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 22ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+Started GET "/empty?p2=p2" for 127.0.0.1 at 2014-03-01 23:52: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.9ms | ActiveRecord: 0.0ms)
+Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2014-03-01 23:52: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 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:52: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.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-01 23:52: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-01 23:52: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-01 23:52: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
+----------------------------------------------------------------------------------
+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-01 23:52: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-01 23:52: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-01 23:52:43 -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-01 23:52: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-01 23:52:43 -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-01 23:52: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-01 23:52: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-01 23:52: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-01 23:52: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-01 23:52: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
+--------------------------------------------------------------------------------
+WithLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+--------------------------------------------------------------------------------
+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.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-01 23:52:43 -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-01 23:52: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-01 23:52: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_should_remember_last_requests_in_the_same_path
+-----------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:52: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-01 23:52: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-01 23:52:43 -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-01 23:52: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_translations_should_not_cause_any_error
+----------------------------------------------------------
+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.6ms | ActiveRecord: 0.0ms)
+Started GET "/i18n?p2=p2" for 127.0.0.1 at 2014-03-01 23:52:43 -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-01 23:52:43 -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-01 23:52: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-01 23:52: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-01 23:52: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-01 23:52:43 -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-01 23:52: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-01 23:52: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-01 23:52:43 -0200
+Processing by PagesController#nested as HTML
+ Parameters: {"p3"=>"p3"}
+Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:52: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_going_back_should_not_cause_any_error_and_should_retain_history
+-------------------------------------------------------------------------------------
+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)
+Started GET "/param?p2=p2" for 127.0.0.1 at 2014-03-01 23:52:43 -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-01 23:52:43 -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-01 23:52: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-01 23:52:43 -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
+---------------------------------------------------------------------------------------
+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-01 23:52: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-01 23:52: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-01 23:52: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-01 23:52:43 -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-01 23:52: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
+-----------------------------------------------------------------------------------
+WithoutLastTest: test_should_remember_last_request_with_parameters_in_the_same_path
+-----------------------------------------------------------------------------------
+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.6ms | ActiveRecord: 0.0ms)
+Started GET "/static?p2=p2" for 127.0.0.1 at 2014-03-01 23:52:43 -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-01 23:52: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-01 23:52: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_should_remember_last_requests_in_the_same_path
+--------------------------------------------------------------------
+Started GET "/" for 127.0.0.1 at 2014-03-01 23:52: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-01 23:52: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-01 23:52:43 -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-01 23:52: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-01 23:52: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-01 23:52:43 -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-01 23:52:43 -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-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