aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Generate tmpname on its ownyuuji.yaginuma2017-12-151-1/+6
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-1/+1
* Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-142-2/+2
|\
| * Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-122-2/+2
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-144-4/+3
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-123-4/+4
* | 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-092-3/+7
* | Merge pull request #30780 from JackMc/fix-chrome-referrer-invalidauthenticity...Sean Griffin2017-12-071-0/+13
|\ \
| * | Add a better error message when a "null" Origin header occursJack McCracken2017-11-031-0/+13
* | | Add headless firefox driver to System Testsbogdanvlviv2017-12-073-0/+18
* | | Correct routing test spelling mistake.Philip Tolton2017-12-061-1/+1
* | | Yield array from AC::Parameters#each for block with one argDominic Cleal2017-12-061-0/+16
* | | 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
* | | Update send_file headers test to use mp4 as example instead of mpgGuillermo Iguaran2017-11-281-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
* | | Merge pull request #31099 from nobu/patch-1Rafael Mendonça França2017-11-091-1/+1
|\ \ \
| * | | Use `Dir.mktmpdir`Nobuyoshi Nakada2017-11-091-1/+1
| * | | Use `Tempfile.create`Nobuyoshi Nakada2017-11-091-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
* | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-1/+1
|\ \ \
| * | | removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* | | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-284-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | removed unnecessary semicolonsShuhei Kitagawa2017-10-283-8/+8
|/ / /
* | / checking for nested attributes when attribute names specified to wrap them as...Kelton Manzanares2017-10-251-0/+14
| |/ |/|
* | Add headless chrome driver to System Testsyuuji.yaginuma2017-10-173-0/+18
* | Merge pull request #30850 from timsly/safe-redirect-backRafael França2017-10-101-0/+21
|\ \
| * | Add allow_other_host option to redirect_back methodTim Masliuchenko2017-10-101-0/+21
* | | 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
* | Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-3/+0
* | 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-245-127/+178
* | Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-4/+0