crumbs 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +1 -1
- data/lib/crumbs/action_controller/base.rb +5 -3
- data/lib/crumbs/definitions.rb +5 -1
- data/lib/crumbs/version.rb +1 -1
- data/test/dummy/config/environments/production.rb +5 -1
- data/test/dummy/config/environments/test.rb +9 -1
- data/test/dummy/log/development.log +83 -0
- data/test/dummy/log/test.log +2320 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/with_last_test.rb +458 -201
- data/test/without_last_test.rb +402 -173
- metadata +7 -7
data/test/dummy/log/test.log
CHANGED
@@ -33936,3 +33936,2323 @@ Processing by PagesController#home as HTML
|
|
33936
33936
|
Parameters: {"p1"=>"p1"}
|
33937
33937
|
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
33938
33938
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33939
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
33940
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
33941
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
33942
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
33943
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
33944
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
33945
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
33946
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
33947
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
33948
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
33949
|
+
[1m[35m (0.1ms)[0m begin transaction
|
33950
|
+
------------------------------------------
|
33951
|
+
GeneratorsTest: test_initializer_generator
|
33952
|
+
------------------------------------------
|
33953
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
33954
|
+
[1m[35m (0.0ms)[0m begin transaction
|
33955
|
+
------------------------------------------------------------------------------
|
33956
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
33957
|
+
------------------------------------------------------------------------------
|
33958
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
33959
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33960
|
+
[1m[35m (0.1ms)[0m begin transaction
|
33961
|
+
-------------------------------------------------------------------------
|
33962
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
33963
|
+
-------------------------------------------------------------------------
|
33964
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
33965
|
+
Processing by PagesController#home as HTML
|
33966
|
+
Parameters: {"p1"=>"p1"}
|
33967
|
+
Completed 500 Internal Server Error in 21ms
|
33968
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33969
|
+
[1m[35m (0.1ms)[0m begin transaction
|
33970
|
+
------------------------------------------------------
|
33971
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
33972
|
+
------------------------------------------------------
|
33973
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
33974
|
+
Processing by PagesController#home as HTML
|
33975
|
+
Parameters: {"p1"=>"p1"}
|
33976
|
+
Completed 500 Internal Server Error in 1ms
|
33977
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33978
|
+
[1m[35m (0.0ms)[0m begin transaction
|
33979
|
+
--------------------------------------------------------------------------------
|
33980
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
33981
|
+
--------------------------------------------------------------------------------
|
33982
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
33983
|
+
Processing by PagesController#home as HTML
|
33984
|
+
Parameters: {"p1"=>"p1"}
|
33985
|
+
Completed 500 Internal Server Error in 1ms
|
33986
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33987
|
+
[1m[35m (0.0ms)[0m begin transaction
|
33988
|
+
-----------------------------------------------
|
33989
|
+
WithoutLastTest: test_last_request_in_same_path
|
33990
|
+
-----------------------------------------------
|
33991
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
33992
|
+
Processing by PagesController#home as HTML
|
33993
|
+
Completed 500 Internal Server Error in 1ms
|
33994
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
33995
|
+
[1m[35m (0.0ms)[0m begin transaction
|
33996
|
+
-----------------------------------------------------------------------
|
33997
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
33998
|
+
-----------------------------------------------------------------------
|
33999
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34000
|
+
Processing by PagesController#home as HTML
|
34001
|
+
Parameters: {"p1"=>"p1"}
|
34002
|
+
Completed 500 Internal Server Error in 1ms
|
34003
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34004
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34005
|
+
----------------------------------------------------------------------------
|
34006
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34007
|
+
----------------------------------------------------------------------------
|
34008
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34009
|
+
Processing by PagesController#home as HTML
|
34010
|
+
Parameters: {"p1"=>"p1"}
|
34011
|
+
Completed 500 Internal Server Error in 1ms
|
34012
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34013
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34014
|
+
---------------------------------------------------
|
34015
|
+
WithLastTest: test_translations_not_cause_any_error
|
34016
|
+
---------------------------------------------------
|
34017
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34018
|
+
Processing by PagesController#home as HTML
|
34019
|
+
Parameters: {"p1"=>"p1"}
|
34020
|
+
Completed 500 Internal Server Error in 1ms
|
34021
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34022
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34023
|
+
-------------------------------------------------------------------------
|
34024
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34025
|
+
-------------------------------------------------------------------------
|
34026
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34027
|
+
Processing by PagesController#home as HTML
|
34028
|
+
Parameters: {"p1"=>"p1"}
|
34029
|
+
Completed 500 Internal Server Error in 1ms
|
34030
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34031
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34032
|
+
--------------------------------------------------------------------
|
34033
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34034
|
+
--------------------------------------------------------------------
|
34035
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34036
|
+
Processing by PagesController#home as HTML
|
34037
|
+
Parameters: {"p1"=>"p1"}
|
34038
|
+
Completed 500 Internal Server Error in 1ms
|
34039
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34040
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34041
|
+
--------------------------------------------
|
34042
|
+
WithLastTest: test_last_request_in_same_path
|
34043
|
+
--------------------------------------------
|
34044
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34045
|
+
Processing by PagesController#home as HTML
|
34046
|
+
Completed 500 Internal Server Error in 1ms
|
34047
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34048
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34049
|
+
-----------------------------------------------------------------------------
|
34050
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34051
|
+
-----------------------------------------------------------------------------
|
34052
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34053
|
+
Processing by PagesController#home as HTML
|
34054
|
+
Parameters: {"p1"=>"p1"}
|
34055
|
+
Completed 500 Internal Server Error in 1ms
|
34056
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34057
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34058
|
+
----------------------------------------------------------------------
|
34059
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34060
|
+
----------------------------------------------------------------------
|
34061
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34062
|
+
Processing by PagesController#home as HTML
|
34063
|
+
Parameters: {"p1"=>"p1"}
|
34064
|
+
Completed 500 Internal Server Error in 1ms
|
34065
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34066
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34067
|
+
---------------------------------------------------------------------------
|
34068
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34069
|
+
---------------------------------------------------------------------------
|
34070
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:32:06 -0200
|
34071
|
+
Processing by PagesController#home as HTML
|
34072
|
+
Parameters: {"p1"=>"p1"}
|
34073
|
+
Completed 500 Internal Server Error in 1ms
|
34074
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34075
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34076
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34077
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34078
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
34079
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34080
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34081
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34082
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34083
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
34084
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34085
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34086
|
+
------------------------------------------------------------------------------
|
34087
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34088
|
+
------------------------------------------------------------------------------
|
34089
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34090
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34091
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34092
|
+
----------------------------------------------------------------------------
|
34093
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34094
|
+
----------------------------------------------------------------------------
|
34095
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34096
|
+
Processing by PagesController#home as HTML
|
34097
|
+
Parameters: {"p1"=>"p1"}
|
34098
|
+
Completed 500 Internal Server Error in 18ms
|
34099
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34100
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34101
|
+
--------------------------------------------------------------------------------
|
34102
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34103
|
+
--------------------------------------------------------------------------------
|
34104
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34105
|
+
Processing by PagesController#home as HTML
|
34106
|
+
Parameters: {"p1"=>"p1"}
|
34107
|
+
Completed 500 Internal Server Error in 1ms
|
34108
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34109
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34110
|
+
-------------------------------------------------------------------------
|
34111
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34112
|
+
-------------------------------------------------------------------------
|
34113
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34114
|
+
Processing by PagesController#home as HTML
|
34115
|
+
Parameters: {"p1"=>"p1"}
|
34116
|
+
Completed 500 Internal Server Error in 0ms
|
34117
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34118
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34119
|
+
-----------------------------------------------
|
34120
|
+
WithoutLastTest: test_last_request_in_same_path
|
34121
|
+
-----------------------------------------------
|
34122
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34123
|
+
Processing by PagesController#home as HTML
|
34124
|
+
Completed 500 Internal Server Error in 1ms
|
34125
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34126
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34127
|
+
-----------------------------------------------------------------------
|
34128
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34129
|
+
-----------------------------------------------------------------------
|
34130
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34131
|
+
Processing by PagesController#home as HTML
|
34132
|
+
Parameters: {"p1"=>"p1"}
|
34133
|
+
Completed 500 Internal Server Error in 1ms
|
34134
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34135
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34136
|
+
------------------------------------------------------
|
34137
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
34138
|
+
------------------------------------------------------
|
34139
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34140
|
+
Processing by PagesController#home as HTML
|
34141
|
+
Parameters: {"p1"=>"p1"}
|
34142
|
+
Completed 500 Internal Server Error in 1ms
|
34143
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34144
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34145
|
+
---------------------------------------------------
|
34146
|
+
WithLastTest: test_translations_not_cause_any_error
|
34147
|
+
---------------------------------------------------
|
34148
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34149
|
+
Processing by PagesController#home as HTML
|
34150
|
+
Parameters: {"p1"=>"p1"}
|
34151
|
+
Completed 500 Internal Server Error in 1ms
|
34152
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34153
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34154
|
+
--------------------------------------------
|
34155
|
+
WithLastTest: test_last_request_in_same_path
|
34156
|
+
--------------------------------------------
|
34157
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34158
|
+
Processing by PagesController#home as HTML
|
34159
|
+
Completed 500 Internal Server Error in 1ms
|
34160
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34161
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34162
|
+
--------------------------------------------------------------------
|
34163
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34164
|
+
--------------------------------------------------------------------
|
34165
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34166
|
+
Processing by PagesController#home as HTML
|
34167
|
+
Parameters: {"p1"=>"p1"}
|
34168
|
+
Completed 500 Internal Server Error in 1ms
|
34169
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34170
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34171
|
+
-------------------------------------------------------------------------
|
34172
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34173
|
+
-------------------------------------------------------------------------
|
34174
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34175
|
+
Processing by PagesController#home as HTML
|
34176
|
+
Parameters: {"p1"=>"p1"}
|
34177
|
+
Completed 500 Internal Server Error in 1ms
|
34178
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34179
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34180
|
+
----------------------------------------------------------------------
|
34181
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34182
|
+
----------------------------------------------------------------------
|
34183
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34184
|
+
Processing by PagesController#home as HTML
|
34185
|
+
Parameters: {"p1"=>"p1"}
|
34186
|
+
Completed 500 Internal Server Error in 1ms
|
34187
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34188
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34189
|
+
-----------------------------------------------------------------------------
|
34190
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34191
|
+
-----------------------------------------------------------------------------
|
34192
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34193
|
+
Processing by PagesController#home as HTML
|
34194
|
+
Parameters: {"p1"=>"p1"}
|
34195
|
+
Completed 500 Internal Server Error in 1ms
|
34196
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34197
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34198
|
+
---------------------------------------------------------------------------
|
34199
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34200
|
+
---------------------------------------------------------------------------
|
34201
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:35:17 -0200
|
34202
|
+
Processing by PagesController#home as HTML
|
34203
|
+
Parameters: {"p1"=>"p1"}
|
34204
|
+
Completed 500 Internal Server Error in 1ms
|
34205
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34206
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34207
|
+
------------------------------------------
|
34208
|
+
GeneratorsTest: test_initializer_generator
|
34209
|
+
------------------------------------------
|
34210
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34211
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34212
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34213
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34214
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
34215
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34216
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34217
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34218
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34219
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
34220
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34221
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34222
|
+
------------------------------------------
|
34223
|
+
GeneratorsTest: test_initializer_generator
|
34224
|
+
------------------------------------------
|
34225
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
34226
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34227
|
+
---------------------------------------------------------------------------
|
34228
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34229
|
+
---------------------------------------------------------------------------
|
34230
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34231
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34232
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34233
|
+
-----------------------------------------------------------------------------
|
34234
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34235
|
+
-----------------------------------------------------------------------------
|
34236
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34237
|
+
Processing by PagesController#home as HTML
|
34238
|
+
Parameters: {"p1"=>"p1"}
|
34239
|
+
Completed 500 Internal Server Error in 17ms
|
34240
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34241
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34242
|
+
---------------------------------------------------
|
34243
|
+
WithLastTest: test_translations_not_cause_any_error
|
34244
|
+
---------------------------------------------------
|
34245
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34246
|
+
Processing by PagesController#home as HTML
|
34247
|
+
Parameters: {"p1"=>"p1"}
|
34248
|
+
Completed 500 Internal Server Error in 1ms
|
34249
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34250
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34251
|
+
-------------------------------------------------------------------------
|
34252
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34253
|
+
-------------------------------------------------------------------------
|
34254
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34255
|
+
Processing by PagesController#home as HTML
|
34256
|
+
Parameters: {"p1"=>"p1"}
|
34257
|
+
Completed 500 Internal Server Error in 1ms
|
34258
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
34259
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34260
|
+
----------------------------------------------------------------------
|
34261
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34262
|
+
----------------------------------------------------------------------
|
34263
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34264
|
+
Processing by PagesController#home as HTML
|
34265
|
+
Parameters: {"p1"=>"p1"}
|
34266
|
+
Completed 500 Internal Server Error in 1ms
|
34267
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34268
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34269
|
+
--------------------------------------------------------------------
|
34270
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34271
|
+
--------------------------------------------------------------------
|
34272
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34273
|
+
Processing by PagesController#home as HTML
|
34274
|
+
Parameters: {"p1"=>"p1"}
|
34275
|
+
Completed 500 Internal Server Error in 1ms
|
34276
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34277
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34278
|
+
--------------------------------------------
|
34279
|
+
WithLastTest: test_last_request_in_same_path
|
34280
|
+
--------------------------------------------
|
34281
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34282
|
+
Processing by PagesController#home as HTML
|
34283
|
+
Completed 500 Internal Server Error in 1ms
|
34284
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34285
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34286
|
+
------------------------------------------------------------------------------
|
34287
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34288
|
+
------------------------------------------------------------------------------
|
34289
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34290
|
+
Processing by PagesController#home as HTML
|
34291
|
+
Parameters: {"p1"=>"p1"}
|
34292
|
+
Completed 500 Internal Server Error in 1ms
|
34293
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34294
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34295
|
+
------------------------------------------------------
|
34296
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
34297
|
+
------------------------------------------------------
|
34298
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34299
|
+
Processing by PagesController#home as HTML
|
34300
|
+
Parameters: {"p1"=>"p1"}
|
34301
|
+
Completed 500 Internal Server Error in 1ms
|
34302
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34303
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34304
|
+
-----------------------------------------------------------------------
|
34305
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34306
|
+
-----------------------------------------------------------------------
|
34307
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34308
|
+
Processing by PagesController#home as HTML
|
34309
|
+
Parameters: {"p1"=>"p1"}
|
34310
|
+
Completed 500 Internal Server Error in 1ms
|
34311
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34312
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34313
|
+
-----------------------------------------------
|
34314
|
+
WithoutLastTest: test_last_request_in_same_path
|
34315
|
+
-----------------------------------------------
|
34316
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34317
|
+
Processing by PagesController#home as HTML
|
34318
|
+
Completed 500 Internal Server Error in 1ms
|
34319
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34320
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34321
|
+
--------------------------------------------------------------------------------
|
34322
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34323
|
+
--------------------------------------------------------------------------------
|
34324
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34325
|
+
Processing by PagesController#home as HTML
|
34326
|
+
Parameters: {"p1"=>"p1"}
|
34327
|
+
Completed 500 Internal Server Error in 1ms
|
34328
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34329
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34330
|
+
-------------------------------------------------------------------------
|
34331
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34332
|
+
-------------------------------------------------------------------------
|
34333
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34334
|
+
Processing by PagesController#home as HTML
|
34335
|
+
Parameters: {"p1"=>"p1"}
|
34336
|
+
Completed 500 Internal Server Error in 0ms
|
34337
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34338
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34339
|
+
----------------------------------------------------------------------------
|
34340
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34341
|
+
----------------------------------------------------------------------------
|
34342
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:38 -0200
|
34343
|
+
Processing by PagesController#home as HTML
|
34344
|
+
Parameters: {"p1"=>"p1"}
|
34345
|
+
Completed 500 Internal Server Error in 1ms
|
34346
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34347
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34348
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34349
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34350
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
34351
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34352
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34353
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34354
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34355
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
34356
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34357
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34358
|
+
-------------------------------------------------------------------------
|
34359
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34360
|
+
-------------------------------------------------------------------------
|
34361
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34362
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34363
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34364
|
+
--------------------------------------------------------------------
|
34365
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34366
|
+
--------------------------------------------------------------------
|
34367
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34368
|
+
Processing by PagesController#home as HTML
|
34369
|
+
Parameters: {"p1"=>"p1"}
|
34370
|
+
Completed 500 Internal Server Error in 18ms
|
34371
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34372
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34373
|
+
----------------------------------------------------------------------
|
34374
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34375
|
+
----------------------------------------------------------------------
|
34376
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34377
|
+
Processing by PagesController#home as HTML
|
34378
|
+
Parameters: {"p1"=>"p1"}
|
34379
|
+
Completed 500 Internal Server Error in 1ms
|
34380
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34381
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34382
|
+
--------------------------------------------
|
34383
|
+
WithLastTest: test_last_request_in_same_path
|
34384
|
+
--------------------------------------------
|
34385
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34386
|
+
Processing by PagesController#home as HTML
|
34387
|
+
Completed 500 Internal Server Error in 1ms
|
34388
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34389
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34390
|
+
---------------------------------------------------
|
34391
|
+
WithLastTest: test_translations_not_cause_any_error
|
34392
|
+
---------------------------------------------------
|
34393
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34394
|
+
Processing by PagesController#home as HTML
|
34395
|
+
Parameters: {"p1"=>"p1"}
|
34396
|
+
Completed 500 Internal Server Error in 1ms
|
34397
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34398
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34399
|
+
---------------------------------------------------------------------------
|
34400
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34401
|
+
---------------------------------------------------------------------------
|
34402
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34403
|
+
Processing by PagesController#home as HTML
|
34404
|
+
Parameters: {"p1"=>"p1"}
|
34405
|
+
Completed 500 Internal Server Error in 1ms
|
34406
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34407
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34408
|
+
-----------------------------------------------------------------------------
|
34409
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34410
|
+
-----------------------------------------------------------------------------
|
34411
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34412
|
+
Processing by PagesController#home as HTML
|
34413
|
+
Parameters: {"p1"=>"p1"}
|
34414
|
+
Completed 500 Internal Server Error in 1ms
|
34415
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34416
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34417
|
+
------------------------------------------------------
|
34418
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
34419
|
+
------------------------------------------------------
|
34420
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34421
|
+
Processing by PagesController#home as HTML
|
34422
|
+
Parameters: {"p1"=>"p1"}
|
34423
|
+
Completed 500 Internal Server Error in 1ms
|
34424
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34425
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34426
|
+
-------------------------------------------------------------------------
|
34427
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34428
|
+
-------------------------------------------------------------------------
|
34429
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34430
|
+
Processing by PagesController#home as HTML
|
34431
|
+
Parameters: {"p1"=>"p1"}
|
34432
|
+
Completed 500 Internal Server Error in 1ms
|
34433
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34434
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34435
|
+
--------------------------------------------------------------------------------
|
34436
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34437
|
+
--------------------------------------------------------------------------------
|
34438
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34439
|
+
Processing by PagesController#home as HTML
|
34440
|
+
Parameters: {"p1"=>"p1"}
|
34441
|
+
Completed 500 Internal Server Error in 1ms
|
34442
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34443
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34444
|
+
------------------------------------------------------------------------------
|
34445
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34446
|
+
------------------------------------------------------------------------------
|
34447
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34448
|
+
Processing by PagesController#home as HTML
|
34449
|
+
Parameters: {"p1"=>"p1"}
|
34450
|
+
Completed 500 Internal Server Error in 1ms
|
34451
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
34452
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34453
|
+
-----------------------------------------------------------------------
|
34454
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34455
|
+
-----------------------------------------------------------------------
|
34456
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34457
|
+
Processing by PagesController#home as HTML
|
34458
|
+
Parameters: {"p1"=>"p1"}
|
34459
|
+
Completed 500 Internal Server Error in 1ms
|
34460
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34461
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34462
|
+
----------------------------------------------------------------------------
|
34463
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34464
|
+
----------------------------------------------------------------------------
|
34465
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34466
|
+
Processing by PagesController#home as HTML
|
34467
|
+
Parameters: {"p1"=>"p1"}
|
34468
|
+
Completed 500 Internal Server Error in 1ms
|
34469
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34470
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34471
|
+
-----------------------------------------------
|
34472
|
+
WithoutLastTest: test_last_request_in_same_path
|
34473
|
+
-----------------------------------------------
|
34474
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:36:52 -0200
|
34475
|
+
Processing by PagesController#home as HTML
|
34476
|
+
Completed 500 Internal Server Error in 1ms
|
34477
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34478
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34479
|
+
------------------------------------------
|
34480
|
+
GeneratorsTest: test_initializer_generator
|
34481
|
+
------------------------------------------
|
34482
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34483
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34484
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34485
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34486
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
34487
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34488
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34489
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34490
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34491
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
34492
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34493
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34494
|
+
----------------------------------------------------------------------------
|
34495
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34496
|
+
----------------------------------------------------------------------------
|
34497
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34498
|
+
Processing by PagesController#home as HTML
|
34499
|
+
Parameters: {"p1"=>"p1"}
|
34500
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
|
34501
|
+
Completed 200 OK in 34ms (Views: 21.5ms | ActiveRecord: 0.0ms)
|
34502
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34503
|
+
Processing by PagesController#static as HTML
|
34504
|
+
Parameters: {"p2"=>"p2"}
|
34505
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34506
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34507
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34508
|
+
Processing by PagesController#nested as HTML
|
34509
|
+
Parameters: {"p3"=>"p3"}
|
34510
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
34511
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
34512
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34513
|
+
Processing by PagesController#home as HTML
|
34514
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
34515
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
34516
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34517
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34518
|
+
------------------------------------------------------------------------------
|
34519
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34520
|
+
------------------------------------------------------------------------------
|
34521
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34522
|
+
Processing by PagesController#home as HTML
|
34523
|
+
Parameters: {"p1"=>"p1"}
|
34524
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34525
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34526
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34527
|
+
Processing by PagesController#empty as HTML
|
34528
|
+
Parameters: {"p2"=>"p2"}
|
34529
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34530
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34531
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34532
|
+
Processing by PagesController#nested as HTML
|
34533
|
+
Parameters: {"p3"=>"p3"}
|
34534
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34535
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34536
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34537
|
+
Processing by PagesController#home as HTML
|
34538
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34539
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34540
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34541
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34542
|
+
-----------------------------------------------------------------------
|
34543
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34544
|
+
-----------------------------------------------------------------------
|
34545
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34546
|
+
Processing by PagesController#home as HTML
|
34547
|
+
Parameters: {"p1"=>"p1"}
|
34548
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34549
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34550
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34551
|
+
Processing by PagesController#param as HTML
|
34552
|
+
Parameters: {"p2"=>"p2"}
|
34553
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34554
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34555
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34556
|
+
Processing by PagesController#param as HTML
|
34557
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
34558
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34559
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34560
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34561
|
+
Processing by PagesController#nested as HTML
|
34562
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
34563
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34564
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34565
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34566
|
+
Processing by PagesController#param as HTML
|
34567
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34568
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34569
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34570
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34571
|
+
------------------------------------------------------
|
34572
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
34573
|
+
------------------------------------------------------
|
34574
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34575
|
+
Processing by PagesController#home as HTML
|
34576
|
+
Parameters: {"p1"=>"p1"}
|
34577
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34578
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34579
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34580
|
+
Processing by PagesController#i18n as HTML
|
34581
|
+
Parameters: {"p2"=>"p2"}
|
34582
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34583
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34584
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34585
|
+
Processing by PagesController#nested as HTML
|
34586
|
+
Parameters: {"p3"=>"p3"}
|
34587
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34588
|
+
Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34589
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34590
|
+
Processing by PagesController#home as HTML
|
34591
|
+
Parameters: {"p1"=>"p1"}
|
34592
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
34593
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34594
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34595
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34596
|
+
-------------------------------------------------------------------------
|
34597
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34598
|
+
-------------------------------------------------------------------------
|
34599
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:29 -0200
|
34600
|
+
Processing by PagesController#home as HTML
|
34601
|
+
Parameters: {"p1"=>"p1"}
|
34602
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
34603
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34604
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34605
|
+
Processing by PagesController#nested as HTML
|
34606
|
+
Parameters: {"p3"=>"p3"}
|
34607
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34608
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34609
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34610
|
+
Processing by PagesController#home as HTML
|
34611
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34612
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34613
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34614
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34615
|
+
--------------------------------------------------------------------------------
|
34616
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34617
|
+
--------------------------------------------------------------------------------
|
34618
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34619
|
+
Processing by PagesController#home as HTML
|
34620
|
+
Parameters: {"p1"=>"p1"}
|
34621
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34622
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34623
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34624
|
+
Processing by PagesController#param as HTML
|
34625
|
+
Parameters: {"p2"=>"p2"}
|
34626
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34627
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34628
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34629
|
+
Processing by PagesController#param as HTML
|
34630
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
34631
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34632
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34633
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34634
|
+
Processing by PagesController#nested as HTML
|
34635
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
34636
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
34637
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
34638
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34639
|
+
Processing by PagesController#home as HTML
|
34640
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
34641
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34642
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34643
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34644
|
+
-----------------------------------------------
|
34645
|
+
WithoutLastTest: test_last_request_in_same_path
|
34646
|
+
-----------------------------------------------
|
34647
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34648
|
+
Processing by PagesController#home as HTML
|
34649
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34650
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34651
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34652
|
+
Processing by PagesController#static as HTML
|
34653
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34654
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
34655
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34656
|
+
Processing by PagesController#nested as HTML
|
34657
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34658
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34659
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34660
|
+
Processing by PagesController#home as HTML
|
34661
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34662
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
34663
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34664
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34665
|
+
------------------------------------------
|
34666
|
+
GeneratorsTest: test_initializer_generator
|
34667
|
+
------------------------------------------
|
34668
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
34669
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34670
|
+
-------------------------------------------------------------------------
|
34671
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34672
|
+
-------------------------------------------------------------------------
|
34673
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34674
|
+
Processing by PagesController#home as HTML
|
34675
|
+
Parameters: {"p1"=>"p1"}
|
34676
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
34677
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
34678
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34679
|
+
Processing by PagesController#static as HTML
|
34680
|
+
Parameters: {"p2"=>"p2"}
|
34681
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34682
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
34683
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34684
|
+
Processing by PagesController#nested as HTML
|
34685
|
+
Parameters: {"p3"=>"p3"}
|
34686
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34687
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34688
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34689
|
+
Processing by PagesController#home as HTML
|
34690
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34691
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34692
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34693
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34694
|
+
---------------------------------------------------------------------------
|
34695
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34696
|
+
---------------------------------------------------------------------------
|
34697
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34698
|
+
Processing by PagesController#home as HTML
|
34699
|
+
Parameters: {"p1"=>"p1"}
|
34700
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34701
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34702
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34703
|
+
Processing by PagesController#empty as HTML
|
34704
|
+
Parameters: {"p2"=>"p2"}
|
34705
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34706
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34707
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34708
|
+
Processing by PagesController#nested as HTML
|
34709
|
+
Parameters: {"p3"=>"p3"}
|
34710
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34711
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34712
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34713
|
+
Processing by PagesController#home as HTML
|
34714
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34715
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
34716
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34717
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34718
|
+
---------------------------------------------------
|
34719
|
+
WithLastTest: test_translations_not_cause_any_error
|
34720
|
+
---------------------------------------------------
|
34721
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34722
|
+
Processing by PagesController#home as HTML
|
34723
|
+
Parameters: {"p1"=>"p1"}
|
34724
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34725
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34726
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34727
|
+
Processing by PagesController#i18n as HTML
|
34728
|
+
Parameters: {"p2"=>"p2"}
|
34729
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34730
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34731
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34732
|
+
Processing by PagesController#nested as HTML
|
34733
|
+
Parameters: {"p3"=>"p3"}
|
34734
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34735
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34736
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34737
|
+
Processing by PagesController#home as HTML
|
34738
|
+
Parameters: {"p1"=>"p1"}
|
34739
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34740
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34741
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34742
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34743
|
+
--------------------------------------------
|
34744
|
+
WithLastTest: test_last_request_in_same_path
|
34745
|
+
--------------------------------------------
|
34746
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34747
|
+
Processing by PagesController#home as HTML
|
34748
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34749
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34750
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34751
|
+
Processing by PagesController#static as HTML
|
34752
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34753
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34754
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34755
|
+
Processing by PagesController#nested as HTML
|
34756
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34757
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34758
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34759
|
+
Processing by PagesController#home as HTML
|
34760
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34761
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34762
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34763
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34764
|
+
-----------------------------------------------------------------------------
|
34765
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34766
|
+
-----------------------------------------------------------------------------
|
34767
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34768
|
+
Processing by PagesController#home as HTML
|
34769
|
+
Parameters: {"p1"=>"p1"}
|
34770
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34771
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34772
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34773
|
+
Processing by PagesController#param as HTML
|
34774
|
+
Parameters: {"p2"=>"p2"}
|
34775
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34776
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34777
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34778
|
+
Processing by PagesController#param as HTML
|
34779
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
34780
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34781
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34782
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34783
|
+
Processing by PagesController#nested as HTML
|
34784
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
34785
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
34786
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34787
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34788
|
+
Processing by PagesController#home as HTML
|
34789
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34790
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34791
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34792
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34793
|
+
--------------------------------------------------------------------
|
34794
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34795
|
+
--------------------------------------------------------------------
|
34796
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34797
|
+
Processing by PagesController#home as HTML
|
34798
|
+
Parameters: {"p1"=>"p1"}
|
34799
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34800
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34801
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34802
|
+
Processing by PagesController#param as HTML
|
34803
|
+
Parameters: {"p2"=>"p2"}
|
34804
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34805
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34806
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34807
|
+
Processing by PagesController#param as HTML
|
34808
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
34809
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34810
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34811
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34812
|
+
Processing by PagesController#nested as HTML
|
34813
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
34814
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34815
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34816
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34817
|
+
Processing by PagesController#param as HTML
|
34818
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34819
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34820
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34821
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34822
|
+
----------------------------------------------------------------------
|
34823
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34824
|
+
----------------------------------------------------------------------
|
34825
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34826
|
+
Processing by PagesController#home as HTML
|
34827
|
+
Parameters: {"p1"=>"p1"}
|
34828
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34829
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34830
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34831
|
+
Processing by PagesController#nested as HTML
|
34832
|
+
Parameters: {"p3"=>"p3"}
|
34833
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34834
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34835
|
+
Started GET "/" for 127.0.0.1 at 2015-02-15 23:42:30 -0200
|
34836
|
+
Processing by PagesController#home as HTML
|
34837
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34838
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
34839
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34840
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34841
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34842
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34843
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
34844
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34845
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
34846
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
34847
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
34848
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
34849
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
34850
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34851
|
+
----------------------------------------------------------------------
|
34852
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
34853
|
+
----------------------------------------------------------------------
|
34854
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34855
|
+
Processing by PagesController#home as HTML
|
34856
|
+
Parameters: {"p1"=>"p1"}
|
34857
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.4ms)
|
34858
|
+
Completed 200 OK in 30ms (Views: 20.6ms | ActiveRecord: 0.0ms)
|
34859
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34860
|
+
Processing by PagesController#nested as HTML
|
34861
|
+
Parameters: {"p3"=>"p3"}
|
34862
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34863
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
34864
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34865
|
+
Processing by PagesController#home as HTML
|
34866
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34867
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34868
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34869
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34870
|
+
---------------------------------------------------------------------------
|
34871
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
34872
|
+
---------------------------------------------------------------------------
|
34873
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34874
|
+
Processing by PagesController#home as HTML
|
34875
|
+
Parameters: {"p1"=>"p1"}
|
34876
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34877
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34878
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34879
|
+
Processing by PagesController#empty as HTML
|
34880
|
+
Parameters: {"p2"=>"p2"}
|
34881
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34882
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
34883
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34884
|
+
Processing by PagesController#nested as HTML
|
34885
|
+
Parameters: {"p3"=>"p3"}
|
34886
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34887
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34888
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34889
|
+
Processing by PagesController#home as HTML
|
34890
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34891
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34892
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34893
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34894
|
+
-------------------------------------------------------------------------
|
34895
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
34896
|
+
-------------------------------------------------------------------------
|
34897
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34898
|
+
Processing by PagesController#home as HTML
|
34899
|
+
Parameters: {"p1"=>"p1"}
|
34900
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34901
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34902
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34903
|
+
Processing by PagesController#static as HTML
|
34904
|
+
Parameters: {"p2"=>"p2"}
|
34905
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34906
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34907
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34908
|
+
Processing by PagesController#nested as HTML
|
34909
|
+
Parameters: {"p3"=>"p3"}
|
34910
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34911
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34912
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34913
|
+
Processing by PagesController#home as HTML
|
34914
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34915
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34916
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34917
|
+
[1m[35m (0.2ms)[0m begin transaction
|
34918
|
+
-----------------------------------------------------------------------------
|
34919
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
34920
|
+
-----------------------------------------------------------------------------
|
34921
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34922
|
+
Processing by PagesController#home as HTML
|
34923
|
+
Parameters: {"p1"=>"p1"}
|
34924
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34925
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34926
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34927
|
+
Processing by PagesController#param as HTML
|
34928
|
+
Parameters: {"p2"=>"p2"}
|
34929
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34930
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34931
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34932
|
+
Processing by PagesController#param as HTML
|
34933
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
34934
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34935
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34936
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34937
|
+
Processing by PagesController#nested as HTML
|
34938
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
34939
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34940
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34941
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34942
|
+
Processing by PagesController#home as HTML
|
34943
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34944
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34945
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34946
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34947
|
+
--------------------------------------------
|
34948
|
+
WithLastTest: test_last_request_in_same_path
|
34949
|
+
--------------------------------------------
|
34950
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34951
|
+
Processing by PagesController#home as HTML
|
34952
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34953
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34954
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34955
|
+
Processing by PagesController#static as HTML
|
34956
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34957
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
34958
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34959
|
+
Processing by PagesController#nested as HTML
|
34960
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34961
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34962
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34963
|
+
Processing by PagesController#home as HTML
|
34964
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34965
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34966
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34967
|
+
[1m[35m (0.1ms)[0m begin transaction
|
34968
|
+
---------------------------------------------------
|
34969
|
+
WithLastTest: test_translations_not_cause_any_error
|
34970
|
+
---------------------------------------------------
|
34971
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34972
|
+
Processing by PagesController#home as HTML
|
34973
|
+
Parameters: {"p1"=>"p1"}
|
34974
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34975
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
34976
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34977
|
+
Processing by PagesController#i18n as HTML
|
34978
|
+
Parameters: {"p2"=>"p2"}
|
34979
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34980
|
+
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
34981
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34982
|
+
Processing by PagesController#nested as HTML
|
34983
|
+
Parameters: {"p3"=>"p3"}
|
34984
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34985
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34986
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34987
|
+
Processing by PagesController#home as HTML
|
34988
|
+
Parameters: {"p1"=>"p1"}
|
34989
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
34990
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
34991
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
34992
|
+
[1m[35m (0.0ms)[0m begin transaction
|
34993
|
+
--------------------------------------------------------------------
|
34994
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
34995
|
+
--------------------------------------------------------------------
|
34996
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
34997
|
+
Processing by PagesController#home as HTML
|
34998
|
+
Parameters: {"p1"=>"p1"}
|
34999
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35000
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35001
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35002
|
+
Processing by PagesController#param as HTML
|
35003
|
+
Parameters: {"p2"=>"p2"}
|
35004
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
35005
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35006
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35007
|
+
Processing by PagesController#param as HTML
|
35008
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35009
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35010
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35011
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35012
|
+
Processing by PagesController#nested as HTML
|
35013
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35014
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35015
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35016
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35017
|
+
Processing by PagesController#param as HTML
|
35018
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35019
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35020
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35021
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35022
|
+
----------------------------------------------------------------------------
|
35023
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
35024
|
+
----------------------------------------------------------------------------
|
35025
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35026
|
+
Processing by PagesController#home as HTML
|
35027
|
+
Parameters: {"p1"=>"p1"}
|
35028
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35029
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35030
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35031
|
+
Processing by PagesController#static as HTML
|
35032
|
+
Parameters: {"p2"=>"p2"}
|
35033
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35034
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35035
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35036
|
+
Processing by PagesController#nested as HTML
|
35037
|
+
Parameters: {"p3"=>"p3"}
|
35038
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35039
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35040
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35041
|
+
Processing by PagesController#home as HTML
|
35042
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35043
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35044
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35045
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35046
|
+
-----------------------------------------------------------------------
|
35047
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
35048
|
+
-----------------------------------------------------------------------
|
35049
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35050
|
+
Processing by PagesController#home as HTML
|
35051
|
+
Parameters: {"p1"=>"p1"}
|
35052
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35053
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35054
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35055
|
+
Processing by PagesController#param as HTML
|
35056
|
+
Parameters: {"p2"=>"p2"}
|
35057
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35058
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35059
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35060
|
+
Processing by PagesController#param as HTML
|
35061
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35062
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35063
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35064
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35065
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35066
|
+
------------------------------------------------------
|
35067
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
35068
|
+
------------------------------------------------------
|
35069
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35070
|
+
Processing by PagesController#home as HTML
|
35071
|
+
Parameters: {"p1"=>"p1"}
|
35072
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35073
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35074
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35075
|
+
Processing by PagesController#i18n as HTML
|
35076
|
+
Parameters: {"p2"=>"p2"}
|
35077
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35078
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35079
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35080
|
+
Processing by PagesController#nested as HTML
|
35081
|
+
Parameters: {"p3"=>"p3"}
|
35082
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35083
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35084
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35085
|
+
Processing by PagesController#home as HTML
|
35086
|
+
Parameters: {"p1"=>"p1"}
|
35087
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35088
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35089
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35090
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35091
|
+
-------------------------------------------------------------------------
|
35092
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
35093
|
+
-------------------------------------------------------------------------
|
35094
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35095
|
+
Processing by PagesController#home as HTML
|
35096
|
+
Parameters: {"p1"=>"p1"}
|
35097
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35098
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35099
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35100
|
+
Processing by PagesController#nested as HTML
|
35101
|
+
Parameters: {"p3"=>"p3"}
|
35102
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35103
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35104
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35105
|
+
Processing by PagesController#home as HTML
|
35106
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35107
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35108
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35109
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35110
|
+
--------------------------------------------------------------------------------
|
35111
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
35112
|
+
--------------------------------------------------------------------------------
|
35113
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35114
|
+
Processing by PagesController#home as HTML
|
35115
|
+
Parameters: {"p1"=>"p1"}
|
35116
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35117
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35118
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35119
|
+
Processing by PagesController#param as HTML
|
35120
|
+
Parameters: {"p2"=>"p2"}
|
35121
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35122
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35123
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35124
|
+
Processing by PagesController#param as HTML
|
35125
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35126
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35127
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35128
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35129
|
+
Processing by PagesController#nested as HTML
|
35130
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35131
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35132
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35133
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35134
|
+
Processing by PagesController#home as HTML
|
35135
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35136
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35137
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35138
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35139
|
+
------------------------------------------------------------------------------
|
35140
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
35141
|
+
------------------------------------------------------------------------------
|
35142
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35143
|
+
Processing by PagesController#home as HTML
|
35144
|
+
Parameters: {"p1"=>"p1"}
|
35145
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35146
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35147
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35148
|
+
Processing by PagesController#empty as HTML
|
35149
|
+
Parameters: {"p2"=>"p2"}
|
35150
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35151
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35152
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35153
|
+
Processing by PagesController#nested as HTML
|
35154
|
+
Parameters: {"p3"=>"p3"}
|
35155
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35156
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35157
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35158
|
+
Processing by PagesController#home as HTML
|
35159
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35160
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35161
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35162
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35163
|
+
-----------------------------------------------
|
35164
|
+
WithoutLastTest: test_last_request_in_same_path
|
35165
|
+
-----------------------------------------------
|
35166
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35167
|
+
Processing by PagesController#home as HTML
|
35168
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35169
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35170
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35171
|
+
Processing by PagesController#static as HTML
|
35172
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35173
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35174
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35175
|
+
Processing by PagesController#nested as HTML
|
35176
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35177
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35178
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:41:51 -0200
|
35179
|
+
Processing by PagesController#home as HTML
|
35180
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35181
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35182
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35183
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35184
|
+
------------------------------------------
|
35185
|
+
GeneratorsTest: test_initializer_generator
|
35186
|
+
------------------------------------------
|
35187
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35188
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
35189
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
35190
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
35191
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
35192
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
35193
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
35194
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
35195
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
35196
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
35197
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
35198
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35199
|
+
-----------------------------------------------
|
35200
|
+
WithoutLastTest: test_last_request_in_same_path
|
35201
|
+
-----------------------------------------------
|
35202
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35203
|
+
Processing by PagesController#home as HTML
|
35204
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.5ms)
|
35205
|
+
Completed 200 OK in 26ms (Views: 17.0ms | ActiveRecord: 0.0ms)
|
35206
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35207
|
+
Processing by PagesController#static as HTML
|
35208
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35209
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35210
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35211
|
+
Processing by PagesController#nested as HTML
|
35212
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35213
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35214
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35215
|
+
Processing by PagesController#home as HTML
|
35216
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35217
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35218
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35219
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35220
|
+
----------------------------------------------------------------------------
|
35221
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
35222
|
+
----------------------------------------------------------------------------
|
35223
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35224
|
+
Processing by PagesController#home as HTML
|
35225
|
+
Parameters: {"p1"=>"p1"}
|
35226
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35227
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35228
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35229
|
+
Processing by PagesController#static as HTML
|
35230
|
+
Parameters: {"p2"=>"p2"}
|
35231
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35232
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35233
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35234
|
+
Processing by PagesController#nested as HTML
|
35235
|
+
Parameters: {"p3"=>"p3"}
|
35236
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35237
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35238
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35239
|
+
Processing by PagesController#home as HTML
|
35240
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35241
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35242
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35243
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35244
|
+
------------------------------------------------------------------------------
|
35245
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
35246
|
+
------------------------------------------------------------------------------
|
35247
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35248
|
+
Processing by PagesController#home as HTML
|
35249
|
+
Parameters: {"p1"=>"p1"}
|
35250
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35251
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35252
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35253
|
+
Processing by PagesController#empty as HTML
|
35254
|
+
Parameters: {"p2"=>"p2"}
|
35255
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35256
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35257
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35258
|
+
Processing by PagesController#nested as HTML
|
35259
|
+
Parameters: {"p3"=>"p3"}
|
35260
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35261
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35262
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35263
|
+
Processing by PagesController#home as HTML
|
35264
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35265
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35266
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35267
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35268
|
+
-----------------------------------------------------------------------
|
35269
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
35270
|
+
-----------------------------------------------------------------------
|
35271
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35272
|
+
Processing by PagesController#home as HTML
|
35273
|
+
Parameters: {"p1"=>"p1"}
|
35274
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35275
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35276
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35277
|
+
Processing by PagesController#param as HTML
|
35278
|
+
Parameters: {"p2"=>"p2"}
|
35279
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35280
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35281
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35282
|
+
Processing by PagesController#param as HTML
|
35283
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35284
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35285
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35286
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35287
|
+
Processing by PagesController#nested as HTML
|
35288
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35289
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35290
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35291
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35292
|
+
Processing by PagesController#param as HTML
|
35293
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35294
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35295
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35296
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35297
|
+
--------------------------------------------------------------------------------
|
35298
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
35299
|
+
--------------------------------------------------------------------------------
|
35300
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35301
|
+
Processing by PagesController#home as HTML
|
35302
|
+
Parameters: {"p1"=>"p1"}
|
35303
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35304
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
35305
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35306
|
+
Processing by PagesController#param as HTML
|
35307
|
+
Parameters: {"p2"=>"p2"}
|
35308
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35309
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35310
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35311
|
+
Processing by PagesController#param as HTML
|
35312
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35313
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35314
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35315
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35316
|
+
Processing by PagesController#nested as HTML
|
35317
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35318
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35319
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35320
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35321
|
+
Processing by PagesController#home as HTML
|
35322
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35323
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35324
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35325
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35326
|
+
------------------------------------------------------
|
35327
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
35328
|
+
------------------------------------------------------
|
35329
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35330
|
+
Processing by PagesController#home as HTML
|
35331
|
+
Parameters: {"p1"=>"p1"}
|
35332
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35333
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35334
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35335
|
+
Processing by PagesController#i18n as HTML
|
35336
|
+
Parameters: {"p2"=>"p2"}
|
35337
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35338
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35339
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35340
|
+
Processing by PagesController#nested as HTML
|
35341
|
+
Parameters: {"p3"=>"p3"}
|
35342
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35343
|
+
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35344
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35345
|
+
Processing by PagesController#home as HTML
|
35346
|
+
Parameters: {"p1"=>"p1"}
|
35347
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35348
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35349
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35350
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35351
|
+
-------------------------------------------------------------------------
|
35352
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
35353
|
+
-------------------------------------------------------------------------
|
35354
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35355
|
+
Processing by PagesController#home as HTML
|
35356
|
+
Parameters: {"p1"=>"p1"}
|
35357
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35358
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35359
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35360
|
+
Processing by PagesController#nested as HTML
|
35361
|
+
Parameters: {"p3"=>"p3"}
|
35362
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35363
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35364
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35365
|
+
Processing by PagesController#home as HTML
|
35366
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35367
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35368
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35369
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35370
|
+
--------------------------------------------
|
35371
|
+
WithLastTest: test_last_request_in_same_path
|
35372
|
+
--------------------------------------------
|
35373
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35374
|
+
Processing by PagesController#home as HTML
|
35375
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35376
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
35377
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35378
|
+
Processing by PagesController#static as HTML
|
35379
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35380
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35381
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35382
|
+
Processing by PagesController#nested as HTML
|
35383
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35384
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
35385
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35386
|
+
Processing by PagesController#home as HTML
|
35387
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35388
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35389
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35390
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35391
|
+
-----------------------------------------------------------------------------
|
35392
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
35393
|
+
-----------------------------------------------------------------------------
|
35394
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35395
|
+
Processing by PagesController#home as HTML
|
35396
|
+
Parameters: {"p1"=>"p1"}
|
35397
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35398
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35399
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35400
|
+
Processing by PagesController#param as HTML
|
35401
|
+
Parameters: {"p2"=>"p2"}
|
35402
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35403
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35404
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35405
|
+
Processing by PagesController#param as HTML
|
35406
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35407
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35408
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35409
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35410
|
+
Processing by PagesController#nested as HTML
|
35411
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35412
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
35413
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
35414
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35415
|
+
Processing by PagesController#home as HTML
|
35416
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35417
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35418
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35419
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35420
|
+
--------------------------------------------------------------------
|
35421
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
35422
|
+
--------------------------------------------------------------------
|
35423
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35424
|
+
Processing by PagesController#home as HTML
|
35425
|
+
Parameters: {"p1"=>"p1"}
|
35426
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35427
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35428
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35429
|
+
Processing by PagesController#param as HTML
|
35430
|
+
Parameters: {"p2"=>"p2"}
|
35431
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35432
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35433
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35434
|
+
Processing by PagesController#param as HTML
|
35435
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35436
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35437
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35438
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35439
|
+
Processing by PagesController#nested as HTML
|
35440
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35441
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35442
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35443
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35444
|
+
Processing by PagesController#param as HTML
|
35445
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35446
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35447
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35448
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35449
|
+
---------------------------------------------------------------------------
|
35450
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
35451
|
+
---------------------------------------------------------------------------
|
35452
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35453
|
+
Processing by PagesController#home as HTML
|
35454
|
+
Parameters: {"p1"=>"p1"}
|
35455
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35456
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35457
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35458
|
+
Processing by PagesController#empty as HTML
|
35459
|
+
Parameters: {"p2"=>"p2"}
|
35460
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35461
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35462
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35463
|
+
Processing by PagesController#nested as HTML
|
35464
|
+
Parameters: {"p3"=>"p3"}
|
35465
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35466
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35467
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35468
|
+
Processing by PagesController#home as HTML
|
35469
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35470
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35471
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35472
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35473
|
+
---------------------------------------------------
|
35474
|
+
WithLastTest: test_translations_not_cause_any_error
|
35475
|
+
---------------------------------------------------
|
35476
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35477
|
+
Processing by PagesController#home as HTML
|
35478
|
+
Parameters: {"p1"=>"p1"}
|
35479
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35480
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35481
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35482
|
+
Processing by PagesController#i18n as HTML
|
35483
|
+
Parameters: {"p2"=>"p2"}
|
35484
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35485
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35486
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35487
|
+
Processing by PagesController#nested as HTML
|
35488
|
+
Parameters: {"p3"=>"p3"}
|
35489
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35490
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35491
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35492
|
+
Processing by PagesController#home as HTML
|
35493
|
+
Parameters: {"p1"=>"p1"}
|
35494
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35495
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
35496
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35497
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35498
|
+
-------------------------------------------------------------------------
|
35499
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
35500
|
+
-------------------------------------------------------------------------
|
35501
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35502
|
+
Processing by PagesController#home as HTML
|
35503
|
+
Parameters: {"p1"=>"p1"}
|
35504
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35505
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35506
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35507
|
+
Processing by PagesController#static as HTML
|
35508
|
+
Parameters: {"p2"=>"p2"}
|
35509
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
35510
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35511
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35512
|
+
Processing by PagesController#nested as HTML
|
35513
|
+
Parameters: {"p3"=>"p3"}
|
35514
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35515
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35516
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35517
|
+
Processing by PagesController#home as HTML
|
35518
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35519
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
35520
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35521
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35522
|
+
----------------------------------------------------------------------
|
35523
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
35524
|
+
----------------------------------------------------------------------
|
35525
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35526
|
+
Processing by PagesController#home as HTML
|
35527
|
+
Parameters: {"p1"=>"p1"}
|
35528
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35529
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35530
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35531
|
+
Processing by PagesController#nested as HTML
|
35532
|
+
Parameters: {"p3"=>"p3"}
|
35533
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35534
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35535
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:42:54 -0200
|
35536
|
+
Processing by PagesController#home as HTML
|
35537
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35538
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35539
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35540
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35541
|
+
------------------------------------------
|
35542
|
+
GeneratorsTest: test_initializer_generator
|
35543
|
+
------------------------------------------
|
35544
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35545
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
35546
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
35547
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
35548
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
35549
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
35550
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
35551
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
35552
|
+
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
35553
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
35554
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
35555
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35556
|
+
---------------------------------------------------
|
35557
|
+
WithLastTest: test_translations_not_cause_any_error
|
35558
|
+
---------------------------------------------------
|
35559
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35560
|
+
Processing by PagesController#home as HTML
|
35561
|
+
Parameters: {"p1"=>"p1"}
|
35562
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.2ms)
|
35563
|
+
Completed 200 OK in 26ms (Views: 17.7ms | ActiveRecord: 0.0ms)
|
35564
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35565
|
+
Processing by PagesController#i18n as HTML
|
35566
|
+
Parameters: {"p2"=>"p2"}
|
35567
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35568
|
+
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35569
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35570
|
+
Processing by PagesController#nested as HTML
|
35571
|
+
Parameters: {"p3"=>"p3"}
|
35572
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35573
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35574
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35575
|
+
Processing by PagesController#home as HTML
|
35576
|
+
Parameters: {"p1"=>"p1"}
|
35577
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35578
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35579
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35580
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35581
|
+
----------------------------------------------------------------------
|
35582
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
35583
|
+
----------------------------------------------------------------------
|
35584
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35585
|
+
Processing by PagesController#home as HTML
|
35586
|
+
Parameters: {"p1"=>"p1"}
|
35587
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35588
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35589
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35590
|
+
Processing by PagesController#nested as HTML
|
35591
|
+
Parameters: {"p3"=>"p3"}
|
35592
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
35593
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
35594
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35595
|
+
Processing by PagesController#home as HTML
|
35596
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35597
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35598
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35599
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35600
|
+
--------------------------------------------
|
35601
|
+
WithLastTest: test_last_request_in_same_path
|
35602
|
+
--------------------------------------------
|
35603
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35604
|
+
Processing by PagesController#home as HTML
|
35605
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35606
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35607
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35608
|
+
Processing by PagesController#static as HTML
|
35609
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35610
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35611
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35612
|
+
Processing by PagesController#nested as HTML
|
35613
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35614
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35615
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35616
|
+
Processing by PagesController#home as HTML
|
35617
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35618
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35619
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35620
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35621
|
+
--------------------------------------------------------------------
|
35622
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
35623
|
+
--------------------------------------------------------------------
|
35624
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35625
|
+
Processing by PagesController#home as HTML
|
35626
|
+
Parameters: {"p1"=>"p1"}
|
35627
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35628
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35629
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35630
|
+
Processing by PagesController#param as HTML
|
35631
|
+
Parameters: {"p2"=>"p2"}
|
35632
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35633
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35634
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35635
|
+
Processing by PagesController#param as HTML
|
35636
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35637
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35638
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35639
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35640
|
+
Processing by PagesController#nested as HTML
|
35641
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35642
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35643
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35644
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35645
|
+
Processing by PagesController#param as HTML
|
35646
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35647
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35648
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35649
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35650
|
+
-----------------------------------------------------------------------------
|
35651
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
35652
|
+
-----------------------------------------------------------------------------
|
35653
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35654
|
+
Processing by PagesController#home as HTML
|
35655
|
+
Parameters: {"p1"=>"p1"}
|
35656
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35657
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35658
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35659
|
+
Processing by PagesController#param as HTML
|
35660
|
+
Parameters: {"p2"=>"p2"}
|
35661
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35662
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35663
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35664
|
+
Processing by PagesController#param as HTML
|
35665
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35666
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35667
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35668
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35669
|
+
Processing by PagesController#nested as HTML
|
35670
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35671
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35672
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35673
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35674
|
+
Processing by PagesController#home as HTML
|
35675
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35676
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35677
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35678
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35679
|
+
---------------------------------------------------------------------------
|
35680
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
35681
|
+
---------------------------------------------------------------------------
|
35682
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35683
|
+
Processing by PagesController#home as HTML
|
35684
|
+
Parameters: {"p1"=>"p1"}
|
35685
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35686
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35687
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35688
|
+
Processing by PagesController#empty as HTML
|
35689
|
+
Parameters: {"p2"=>"p2"}
|
35690
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35691
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35692
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35693
|
+
Processing by PagesController#nested as HTML
|
35694
|
+
Parameters: {"p3"=>"p3"}
|
35695
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35696
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35697
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35698
|
+
Processing by PagesController#home as HTML
|
35699
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35700
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35701
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35702
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35703
|
+
-------------------------------------------------------------------------
|
35704
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
35705
|
+
-------------------------------------------------------------------------
|
35706
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35707
|
+
Processing by PagesController#home as HTML
|
35708
|
+
Parameters: {"p1"=>"p1"}
|
35709
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35710
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35711
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35712
|
+
Processing by PagesController#static as HTML
|
35713
|
+
Parameters: {"p2"=>"p2"}
|
35714
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35715
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35716
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35717
|
+
Processing by PagesController#nested as HTML
|
35718
|
+
Parameters: {"p3"=>"p3"}
|
35719
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35720
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35721
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35722
|
+
Processing by PagesController#home as HTML
|
35723
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35724
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35725
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35726
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35727
|
+
------------------------------------------
|
35728
|
+
GeneratorsTest: test_initializer_generator
|
35729
|
+
------------------------------------------
|
35730
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35731
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35732
|
+
------------------------------------------------------------------------------
|
35733
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
35734
|
+
------------------------------------------------------------------------------
|
35735
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35736
|
+
Processing by PagesController#home as HTML
|
35737
|
+
Parameters: {"p1"=>"p1"}
|
35738
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35739
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35740
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35741
|
+
Processing by PagesController#empty as HTML
|
35742
|
+
Parameters: {"p2"=>"p2"}
|
35743
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
35744
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
35745
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35746
|
+
Processing by PagesController#nested as HTML
|
35747
|
+
Parameters: {"p3"=>"p3"}
|
35748
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35749
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35750
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35751
|
+
Processing by PagesController#home as HTML
|
35752
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35753
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35754
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35755
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35756
|
+
-------------------------------------------------------------------------
|
35757
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
35758
|
+
-------------------------------------------------------------------------
|
35759
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35760
|
+
Processing by PagesController#home as HTML
|
35761
|
+
Parameters: {"p1"=>"p1"}
|
35762
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35763
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
35764
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35765
|
+
Processing by PagesController#nested as HTML
|
35766
|
+
Parameters: {"p3"=>"p3"}
|
35767
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35768
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35769
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35770
|
+
Processing by PagesController#home as HTML
|
35771
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35772
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35773
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35774
|
+
[1m[35m (0.2ms)[0m begin transaction
|
35775
|
+
------------------------------------------------------
|
35776
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
35777
|
+
------------------------------------------------------
|
35778
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35779
|
+
Processing by PagesController#home as HTML
|
35780
|
+
Parameters: {"p1"=>"p1"}
|
35781
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35782
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35783
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35784
|
+
Processing by PagesController#i18n as HTML
|
35785
|
+
Parameters: {"p2"=>"p2"}
|
35786
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35787
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35788
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35789
|
+
Processing by PagesController#nested as HTML
|
35790
|
+
Parameters: {"p3"=>"p3"}
|
35791
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35792
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35793
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35794
|
+
Processing by PagesController#home as HTML
|
35795
|
+
Parameters: {"p1"=>"p1"}
|
35796
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35797
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35798
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35799
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35800
|
+
-----------------------------------------------
|
35801
|
+
WithoutLastTest: test_last_request_in_same_path
|
35802
|
+
-----------------------------------------------
|
35803
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35804
|
+
Processing by PagesController#home as HTML
|
35805
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35806
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35807
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35808
|
+
Processing by PagesController#static as HTML
|
35809
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35810
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35811
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35812
|
+
Processing by PagesController#nested as HTML
|
35813
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35814
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35815
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35816
|
+
Processing by PagesController#home as HTML
|
35817
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35818
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35819
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35820
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35821
|
+
--------------------------------------------------------------------------------
|
35822
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
35823
|
+
--------------------------------------------------------------------------------
|
35824
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35825
|
+
Processing by PagesController#home as HTML
|
35826
|
+
Parameters: {"p1"=>"p1"}
|
35827
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35828
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35829
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35830
|
+
Processing by PagesController#param as HTML
|
35831
|
+
Parameters: {"p2"=>"p2"}
|
35832
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35833
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35834
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35835
|
+
Processing by PagesController#param as HTML
|
35836
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35837
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35838
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35839
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35840
|
+
Processing by PagesController#nested as HTML
|
35841
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35842
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35843
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35844
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35845
|
+
Processing by PagesController#home as HTML
|
35846
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35847
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
35848
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35849
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35850
|
+
-----------------------------------------------------------------------
|
35851
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
35852
|
+
-----------------------------------------------------------------------
|
35853
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35854
|
+
Processing by PagesController#home as HTML
|
35855
|
+
Parameters: {"p1"=>"p1"}
|
35856
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35857
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
35858
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35859
|
+
Processing by PagesController#param as HTML
|
35860
|
+
Parameters: {"p2"=>"p2"}
|
35861
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35862
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35863
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35864
|
+
Processing by PagesController#param as HTML
|
35865
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35866
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35867
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35868
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35869
|
+
Processing by PagesController#nested as HTML
|
35870
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
35871
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35872
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35873
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35874
|
+
Processing by PagesController#param as HTML
|
35875
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35876
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35877
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35878
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35879
|
+
----------------------------------------------------------------------------
|
35880
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
35881
|
+
----------------------------------------------------------------------------
|
35882
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35883
|
+
Processing by PagesController#home as HTML
|
35884
|
+
Parameters: {"p1"=>"p1"}
|
35885
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35886
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
35887
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35888
|
+
Processing by PagesController#static as HTML
|
35889
|
+
Parameters: {"p2"=>"p2"}
|
35890
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35891
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35892
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35893
|
+
Processing by PagesController#nested as HTML
|
35894
|
+
Parameters: {"p3"=>"p3"}
|
35895
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35896
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35897
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:43:41 -0200
|
35898
|
+
Processing by PagesController#home as HTML
|
35899
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35900
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35901
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35902
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
35903
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
35904
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
35905
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
35906
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
35907
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
35908
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
35909
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
35910
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
35911
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
35912
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35913
|
+
-------------------------------------------------------------------------
|
35914
|
+
WithoutLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
35915
|
+
-------------------------------------------------------------------------
|
35916
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35917
|
+
Processing by PagesController#home as HTML
|
35918
|
+
Parameters: {"p1"=>"p1"}
|
35919
|
+
Rendered pages/crumbs.html.erb within layouts/application (1.3ms)
|
35920
|
+
Completed 200 OK in 25ms (Views: 16.8ms | ActiveRecord: 0.0ms)
|
35921
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35922
|
+
Processing by PagesController#nested as HTML
|
35923
|
+
Parameters: {"p3"=>"p3"}
|
35924
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35925
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35926
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35927
|
+
Processing by PagesController#home as HTML
|
35928
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35929
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35930
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35931
|
+
[1m[35m (0.1ms)[0m begin transaction
|
35932
|
+
------------------------------------------------------
|
35933
|
+
WithoutLastTest: test_translations_not_cause_any_error
|
35934
|
+
------------------------------------------------------
|
35935
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35936
|
+
Processing by PagesController#home as HTML
|
35937
|
+
Parameters: {"p1"=>"p1"}
|
35938
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35939
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
35940
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35941
|
+
Processing by PagesController#i18n as HTML
|
35942
|
+
Parameters: {"p2"=>"p2"}
|
35943
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35944
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
35945
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35946
|
+
Processing by PagesController#nested as HTML
|
35947
|
+
Parameters: {"p3"=>"p3"}
|
35948
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35949
|
+
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35950
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35951
|
+
Processing by PagesController#home as HTML
|
35952
|
+
Parameters: {"p1"=>"p1"}
|
35953
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35954
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35955
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
35956
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35957
|
+
------------------------------------------------------------------------------
|
35958
|
+
WithoutLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
35959
|
+
------------------------------------------------------------------------------
|
35960
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35961
|
+
Processing by PagesController#home as HTML
|
35962
|
+
Parameters: {"p1"=>"p1"}
|
35963
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35964
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35965
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35966
|
+
Processing by PagesController#empty as HTML
|
35967
|
+
Parameters: {"p2"=>"p2"}
|
35968
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35969
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35970
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35971
|
+
Processing by PagesController#nested as HTML
|
35972
|
+
Parameters: {"p3"=>"p3"}
|
35973
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35974
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
35975
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35976
|
+
Processing by PagesController#home as HTML
|
35977
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
35978
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35979
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
35980
|
+
[1m[35m (0.0ms)[0m begin transaction
|
35981
|
+
--------------------------------------------------------------------------------
|
35982
|
+
WithoutLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
35983
|
+
--------------------------------------------------------------------------------
|
35984
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35985
|
+
Processing by PagesController#home as HTML
|
35986
|
+
Parameters: {"p1"=>"p1"}
|
35987
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35988
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
35989
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35990
|
+
Processing by PagesController#param as HTML
|
35991
|
+
Parameters: {"p2"=>"p2"}
|
35992
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
35993
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
35994
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
35995
|
+
Processing by PagesController#param as HTML
|
35996
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
35997
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
35998
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
35999
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36000
|
+
Processing by PagesController#nested as HTML
|
36001
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
36002
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36003
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
36004
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36005
|
+
Processing by PagesController#home as HTML
|
36006
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
36007
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36008
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36009
|
+
[1m[35m (0.1ms)[0m begin transaction
|
36010
|
+
-----------------------------------------------
|
36011
|
+
WithoutLastTest: test_last_request_in_same_path
|
36012
|
+
-----------------------------------------------
|
36013
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36014
|
+
Processing by PagesController#home as HTML
|
36015
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36016
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
36017
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36018
|
+
Processing by PagesController#static as HTML
|
36019
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36020
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36021
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36022
|
+
Processing by PagesController#nested as HTML
|
36023
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36024
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
36025
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36026
|
+
Processing by PagesController#home as HTML
|
36027
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36028
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36029
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36030
|
+
[1m[35m (0.1ms)[0m begin transaction
|
36031
|
+
----------------------------------------------------------------------------
|
36032
|
+
WithoutLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
36033
|
+
----------------------------------------------------------------------------
|
36034
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36035
|
+
Processing by PagesController#home as HTML
|
36036
|
+
Parameters: {"p1"=>"p1"}
|
36037
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36038
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
36039
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36040
|
+
Processing by PagesController#static as HTML
|
36041
|
+
Parameters: {"p2"=>"p2"}
|
36042
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36043
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36044
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36045
|
+
Processing by PagesController#nested as HTML
|
36046
|
+
Parameters: {"p3"=>"p3"}
|
36047
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36048
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
36049
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36050
|
+
Processing by PagesController#home as HTML
|
36051
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.0ms)
|
36052
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
36053
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36054
|
+
[1m[35m (0.0ms)[0m begin transaction
|
36055
|
+
-----------------------------------------------------------------------
|
36056
|
+
WithoutLastTest: test_going_back_not_cause_any_error_and_retain_history
|
36057
|
+
-----------------------------------------------------------------------
|
36058
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36059
|
+
Processing by PagesController#home as HTML
|
36060
|
+
Parameters: {"p1"=>"p1"}
|
36061
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36062
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36063
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36064
|
+
Processing by PagesController#param as HTML
|
36065
|
+
Parameters: {"p2"=>"p2"}
|
36066
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36067
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36068
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36069
|
+
Processing by PagesController#param as HTML
|
36070
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
36071
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36072
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36073
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36074
|
+
Processing by PagesController#nested as HTML
|
36075
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
36076
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.3ms)
|
36077
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
36078
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36079
|
+
Processing by PagesController#param as HTML
|
36080
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36081
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36082
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36083
|
+
[1m[35m (0.1ms)[0m begin transaction
|
36084
|
+
------------------------------------------
|
36085
|
+
GeneratorsTest: test_initializer_generator
|
36086
|
+
------------------------------------------
|
36087
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36088
|
+
[1m[35m (0.0ms)[0m begin transaction
|
36089
|
+
--------------------------------------------
|
36090
|
+
WithLastTest: test_last_request_in_same_path
|
36091
|
+
--------------------------------------------
|
36092
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36093
|
+
Processing by PagesController#home as HTML
|
36094
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36095
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36096
|
+
Started GET "/static" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36097
|
+
Processing by PagesController#static as HTML
|
36098
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36099
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
36100
|
+
Started GET "/static/nested" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36101
|
+
Processing by PagesController#nested as HTML
|
36102
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
36103
|
+
Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
36104
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36105
|
+
Processing by PagesController#home as HTML
|
36106
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36107
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
36108
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36109
|
+
[1m[35m (0.1ms)[0m begin transaction
|
36110
|
+
----------------------------------------------------------------------
|
36111
|
+
WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
|
36112
|
+
----------------------------------------------------------------------
|
36113
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36114
|
+
Processing by PagesController#home as HTML
|
36115
|
+
Parameters: {"p1"=>"p1"}
|
36116
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36117
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36118
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36119
|
+
Processing by PagesController#nested as HTML
|
36120
|
+
Parameters: {"p3"=>"p3"}
|
36121
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36122
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36123
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36124
|
+
Processing by PagesController#home as HTML
|
36125
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36126
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36127
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36128
|
+
[1m[35m (0.0ms)[0m begin transaction
|
36129
|
+
-------------------------------------------------------------------------
|
36130
|
+
WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
|
36131
|
+
-------------------------------------------------------------------------
|
36132
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36133
|
+
Processing by PagesController#home as HTML
|
36134
|
+
Parameters: {"p1"=>"p1"}
|
36135
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36136
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36137
|
+
Started GET "/static?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36138
|
+
Processing by PagesController#static as HTML
|
36139
|
+
Parameters: {"p2"=>"p2"}
|
36140
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36141
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36142
|
+
Started GET "/static/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36143
|
+
Processing by PagesController#nested as HTML
|
36144
|
+
Parameters: {"p3"=>"p3"}
|
36145
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36146
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36147
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36148
|
+
Processing by PagesController#home as HTML
|
36149
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36150
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36151
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36152
|
+
[1m[35m (0.0ms)[0m begin transaction
|
36153
|
+
---------------------------------------------------
|
36154
|
+
WithLastTest: test_translations_not_cause_any_error
|
36155
|
+
---------------------------------------------------
|
36156
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36157
|
+
Processing by PagesController#home as HTML
|
36158
|
+
Parameters: {"p1"=>"p1"}
|
36159
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36160
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36161
|
+
Started GET "/i18n?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36162
|
+
Processing by PagesController#i18n as HTML
|
36163
|
+
Parameters: {"p2"=>"p2"}
|
36164
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36165
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36166
|
+
Started GET "/i18n/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36167
|
+
Processing by PagesController#nested as HTML
|
36168
|
+
Parameters: {"p3"=>"p3"}
|
36169
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36170
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36171
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36172
|
+
Processing by PagesController#home as HTML
|
36173
|
+
Parameters: {"p1"=>"p1"}
|
36174
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36175
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
36176
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36177
|
+
[1m[35m (0.0ms)[0m begin transaction
|
36178
|
+
---------------------------------------------------------------------------
|
36179
|
+
WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
|
36180
|
+
---------------------------------------------------------------------------
|
36181
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36182
|
+
Processing by PagesController#home as HTML
|
36183
|
+
Parameters: {"p1"=>"p1"}
|
36184
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36185
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36186
|
+
Started GET "/empty?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36187
|
+
Processing by PagesController#empty as HTML
|
36188
|
+
Parameters: {"p2"=>"p2"}
|
36189
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36190
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
36191
|
+
Started GET "/empty/nested?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36192
|
+
Processing by PagesController#nested as HTML
|
36193
|
+
Parameters: {"p3"=>"p3"}
|
36194
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36195
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
36196
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36197
|
+
Processing by PagesController#home as HTML
|
36198
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36199
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
36200
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36201
|
+
[1m[35m (0.1ms)[0m begin transaction
|
36202
|
+
--------------------------------------------------------------------
|
36203
|
+
WithLastTest: test_going_back_not_cause_any_error_and_retain_history
|
36204
|
+
--------------------------------------------------------------------
|
36205
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36206
|
+
Processing by PagesController#home as HTML
|
36207
|
+
Parameters: {"p1"=>"p1"}
|
36208
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36209
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
36210
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36211
|
+
Processing by PagesController#param as HTML
|
36212
|
+
Parameters: {"p2"=>"p2"}
|
36213
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36214
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36215
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36216
|
+
Processing by PagesController#param as HTML
|
36217
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
36218
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36219
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36220
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36221
|
+
Processing by PagesController#nested as HTML
|
36222
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
36223
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36224
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36225
|
+
Started GET "/param" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36226
|
+
Processing by PagesController#param as HTML
|
36227
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36228
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36229
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
36230
|
+
[1m[35m (0.1ms)[0m begin transaction
|
36231
|
+
-----------------------------------------------------------------------------
|
36232
|
+
WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
|
36233
|
+
-----------------------------------------------------------------------------
|
36234
|
+
Started GET "/?p1=p1" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36235
|
+
Processing by PagesController#home as HTML
|
36236
|
+
Parameters: {"p1"=>"p1"}
|
36237
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36238
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36239
|
+
Started GET "/param?p2=p2" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36240
|
+
Processing by PagesController#param as HTML
|
36241
|
+
Parameters: {"p2"=>"p2"}
|
36242
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36243
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36244
|
+
Started GET "/param/1?p3=p3" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36245
|
+
Processing by PagesController#param as HTML
|
36246
|
+
Parameters: {"p3"=>"p3", "param"=>"1"}
|
36247
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36248
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36249
|
+
Started GET "/param/1/nested?p4=p4" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36250
|
+
Processing by PagesController#nested as HTML
|
36251
|
+
Parameters: {"p4"=>"p4", "param"=>"1"}
|
36252
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
|
36253
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
36254
|
+
Started GET "/" for 127.0.0.1 at 2015-02-16 00:45:30 -0200
|
36255
|
+
Processing by PagesController#home as HTML
|
36256
|
+
Rendered pages/crumbs.html.erb within layouts/application (0.1ms)
|
36257
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36258
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|