aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-041-1/+1
|\ \
| * | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* | | Add #dig to ActionDispatch::Request::Sessionclaudiob2018-04-041-0/+12
|/ /
* | Use ASCII-8BIT paths in ActionDispatch::StaticAndrew White2018-03-221-1/+10
* | Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)Catherine Khuu2018-03-151-0/+8
* | Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...Kasper Timm Hansen2018-03-131-14/+15
* | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-11/+11
* | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-5/+10
|\ \
| * | Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-5/+10
* | | Always yield a CSP policy instanceAndrew White2018-03-081-12/+58
* | | Add the ability to disable the global CSP in a controllerAndrew White2018-03-081-0/+14
|/ /
* | Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-2/+66
* | Uses the absolute path for system test screenshotsZamith2018-02-271-5/+5
* | Merge branch 'master' into update_default_hsts_max_ageGuillermo Iguaran2018-02-2412-98/+136
|\ \
| * | Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-0/+16
| * | Remove trailing semi-colon from CSPAndrew White2018-02-191-32/+32
| * | Revert "Merge pull request #32045 from eagletmt/skip-csp-header"Andrew White2018-02-191-20/+2
| * | Skip generating empty CSP header when no policy is configuredKohei Suzuki2018-02-181-2/+20
| * | Fix array routing constraintsfatkodima2018-02-171-2/+5
| * | Make sure assert_recognizes can still find routes mounted after enginesRafael Mendonça França2018-02-091-0/+6
| * | Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-312-0/+7
| * | Allow @ in X-Request-Id headerDaniel Colson2018-01-291-0/+5
| * | Use assert_empty and assert_not_emptyDaniel Colson2018-01-252-3/+3
| * | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-255-55/+55
| * | Use respond_to test helpersDaniel Colson2018-01-253-4/+4
| * | Merge pull request #31713 from aellispierce/refactor-browser-optionsEileen M. Uchitelle2018-01-171-3/+4
| |\ \
| | * | Move browser checking to its own classAshley Ellis Pierce2018-01-151-3/+4
* | | | 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
|\ \ \ | |/ / |/| |