aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-012-3/+3
* Reduce Array allocationsAkira Matsuda2019-07-311-2/+2
* Reduce some more Hash#fetch + default object allocationsAkira Matsuda2019-07-312-3/+3
* Reduce object allocations in Middleware::StaticAkira Matsuda2019-07-311-11/+12
* Reduce String allocation when finding controller classAkira Matsuda2019-07-311-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-2911-17/+17
* Add Mime::Type#match? that doesn't create MatchDataAkira Matsuda2019-07-291-1/+7
* Merge pull request #36545 from tomfakes/screenshot-updatesRafael Mendonça França2019-07-271-6/+46
|\
| * Add code to save the HTML of the page being screenshotted during the `take_sc...Tom Fakes2019-06-251-6/+46
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-274-5/+5
* | Merge pull request #36779 from Shopify/optimize-url-helper-creationRafael França2019-07-261-1/+1
|\ \
| * | Optimize Journey::Route#glob?Jean Boussier2019-07-261-1/+1
* | | Add `Vary: Accept` header when renderingst00122019-07-261-7/+11
|/ /
* | Merge pull request #36300 from okuramasafumi/make-handle-options-privateRafael França2019-07-261-22/+22
|\ \
| * | Make `handle_options` method privateOKURA Masafumi2019-05-181-22/+22
* | | fix `follow_redirect!` not using the same HTTP verb on 307 redirection:Edouard CHIN2019-07-251-3/+8
* | | Stop setting a default Capybara app hostGeorge Claghorn2019-07-242-28/+31
* | | Define the `url_options` needed for SytemTest inside the route proxy:Edouard CHIN2019-07-241-5/+7
* | | Add support for script-src-attr / elem and style-src-attr / elem directivesyuuji.yaginuma2019-07-181-0/+4
* | | Merge pull request #36691 from Edouard-chin/ec-system-test-routeRafael França2019-07-172-6/+13
|\ \ \
| * | | Don't include routes helpers inside System test class:Edouard CHIN2019-07-162-6/+13
* | | | Reuse the exception class name in all places in the wrapperRafael Mendonça França2019-07-161-3/+4
* | | | Make the selent exceptions configurable on the exception wrapperRafael Mendonça França2019-07-161-1/+5
* | | | Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-162-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-282-3/+7
* | | | No Woman, No tryAkira Matsuda2019-07-121-1/+0
* | | | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-102-0/+169
* | | | Fix Browser#preload for older SeleniumJohn Hawthorn2019-07-041-2/+12
* | | | Preload browser driver_path for system testingJohn Hawthorn2019-07-033-0/+16
* | | | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-9/+20
| |_|/ |/| |
* | | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-212-1/+14
* | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1336-49/+0
* | | Simplify `ActionDispatch::Response#content_type`yuuji.yaginuma2019-06-021-2/+1
* | | Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-013-4/+9
|/ /
* | remove unused requires from debug_exceptionsyaojie2019-05-281-2/+0
* | Remove Route#build as it wasn't usedAlberto Almagro2019-05-221-7/+1
* | Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructorAlberto Almagro2019-05-221-14/+17
* | Use keyword arguments for ActionDispatch::Journey:Route constructorAlberto Almagro2019-05-222-5/+8
* | Keep part when scope option has valueAlberto Almagro2019-05-223-11/+13
* | Make rescues layout responsiveChris Seelus2019-05-201-4/+9
* | Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-...Gannon McGibbon2019-05-182-0/+69
|\ \
| * | Implement dark color scheme for rescues layoutChris Seelus2019-05-182-0/+69
* | | Rename `hash` to `jar` in CookieJar.buildshioimm2019-05-181-2/+2
| |/ |/|
* | Permit running jobs in system testsGeorge Claghorn2019-05-164-30/+11
|/
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-2/+13
* Auto-correct `Style/RedundantBegin` offenceRyuta Kamizono2019-05-081-5/+3
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-075-4/+14
* Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-201-5/+7
* Change the deprecation message for dynamic routes segment to 6.1Abhay Nikam2019-04-201-2/+2
* Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenamesEileen M. Uchitelle2019-04-191-1/+2
|\