aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update default HSTS max-age value to 1 yearGrant Bourque2018-01-161-2/+2
|/ /
* | Add 'Referrer-Policy' header to default headers setGuillermo Iguaran2018-01-081-2/+4
* | Use more realistic setup rather than stubbingYuki Nishijima2017-12-291-89/+75
|/
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
* Change the system tests to set Puma as default server only when the user have...Guillermo Iguaran2017-12-091-1/+18
* Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de...Guillermo Iguaran2017-12-091-2/+6
* Add headless firefox driver to System Testsbogdanvlviv2017-12-072-0/+14
* Fix CSP copy boolean directives (#31326)Simon Dawson2017-12-051-0/+9
* Embrace the instantiation in loving parens <3Kasper Timm Hansen2017-12-031-1/+2
* Merge pull request #31146 from mikeycgto/actiondispatch-cookie-store-test-upd...Kasper Timm Hansen2017-12-031-41/+83
|\
| * Update cookie_store_test to use encrypted cookiesMichael Coyne2017-11-271-41/+83
* | Make screenshots default to "simple" formateileencodes2017-11-291-0/+7
* | Fix tests: Remove ogx mime type from testsGuillermo Iguaran2017-11-291-1/+1
* | Register most popular audio/video/font mime types supported by modern browsersGuillermo Iguaran2017-11-281-6/+6
* | Fix optimized url helpers when using relative url rootAndrew White2017-11-281-0/+37
|/
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+359
* Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1Ryuta Kamizono2017-11-201-2/+2
* Merge pull request #30782 from NickLaMuro/improve_performance_of_inflectionsMatthew Draper2017-11-141-2/+2
|\
| * Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-281-1/+1
| * Cache regexps generated from acronym_regexNick LaMuro2017-10-231-1/+1
* | Fix merge conflict and rubocop offencesRyuta Kamizono2017-11-071-19/+18
* | Merge pull request #22435 from yui-knk/fix_engine_route_testRafael Mendonça França2017-11-061-0/+72
|\ \ | |/ |/|
| * Make `assert_recognizes` to traverse mounted enginesyui-knk2016-04-231-0/+71
* | Add headless chrome driver to System Testsyuuji.yaginuma2017-10-172-0/+14
* | Update security guide for signed cookie rotationsMichael Coyne2017-10-091-0/+19
* | Exception message for SystemTestCase#get etc..yalab2017-10-081-5/+10
* | Implement H2 Early Hints for Railseileencodes2017-10-041-0/+15
* | Test for nil, people not likely to assign it false.Kasper Timm Hansen2017-09-281-2/+2
* | Fixes for use_authenticated_cookie_encryptionMichael Coyne2017-09-271-0/+18
* | Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-57/+8
* | Add key rotation cookies middlewareMichael Coyne2017-09-243-125/+172
* | Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-4/+0
* | Unused variablesAkira Matsuda2017-09-011-2/+2
* | Merge pull request #30433 from y-yagi/fix_cant_modify_forzen_string_error_in_...Ryuta Kamizono2017-08-291-0/+38
|\ \
| * | Fix `can't modify frozen String` error in `DebugLocks`yuuji.yaginuma2017-08-281-0/+38
* | | Retrive screenshot in relative path of current directoryyuuji.yaginuma2017-08-271-8/+24
|/ /
* | Fix `can't modify frozen String` error in `display_image`yuuji.yaginuma2017-08-261-0/+15
* | Merge pull request #30121 from assain/add_expires_in_and_expires_at_to_cookiesKasper Timm Hansen2017-08-202-2/+39
|\ \
| * | freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-202-2/+39
* | | Fix RuboCop offensesKoichi ITO2017-08-161-6/+6
|/ /
* | Merge pull request #30104 from trev/deprecate-actiondispatch-testresponse-aliasRafael França2017-08-081-0/+7
|\ \
| * | Deprecate ActionDispatch::TestResponse response aliasesTrevor Wistaff2017-08-071-0/+7
* | | Merge pull request #29767 from yui-knk/ac_testRafael França2017-08-081-7/+2
|\ \ \ | |/ / |/| |
| * | Remove needless restoring of `default_charset`yui-knk2017-07-131-7/+2
* | | Clarify route encoding testeileencodes2017-08-011-6/+12
* | | Path parameters should default to UTF8eileencodes2017-08-011-4/+8
* | | Use frozen string literal in actionpack/Kir Shatrov2017-07-2943-0/+86
* | | Scrub the invalid paramter value before using it in the errorArthur Neves2017-07-171-1/+2
|/ /
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3