aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36537 from quadule/fix-cookie-rotation-hash-pollutionKasper Timm Hansen2019-08-051-2/+6
|\
| * Prevent serialized hash from being used as optionsMilo Winningham2019-06-221-2/+6
* | Use media_type instead of content_type internallyEugene Kenny2019-08-042-4/+4
* | ConditionalGet needs time core_extRafael Mendonça França2019-08-021-0/+1
* | It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
* | Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-014-5/+5
* | Reduce method invocations and object allocations in head()Akira Matsuda2019-07-311-1/+1
* | Reduce Array allocationsAkira Matsuda2019-07-311-2/+2
* | Reduce block executionAkira Matsuda2019-07-311-3/+3
* | Reduce method callsAkira Matsuda2019-07-311-2/+1
* | Reduce Array assignment by not giving a name for unused `*args`Akira Matsuda2019-07-314-6/+6
* | Reduce some more Hash#fetch + default object allocationsAkira Matsuda2019-07-312-3/+3
* | Reduce Hash object creation when normalizing request envAkira Matsuda2019-07-311-2/+3
* | Reduce object allocations in Middleware::StaticAkira Matsuda2019-07-311-11/+12
* | Reduce unnecessary String creation by not `to_s`ing until nothing matchesAkira Matsuda2019-07-311-1/+1
* | Reduce String allocation when finding controller classAkira Matsuda2019-07-311-1/+1
* | No need to dup the payload for an instrumentationAkira Matsuda2019-07-311-1/+1
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-2916-23/+23
* | 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-263-7/+19
|/ /
* | 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
* | | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+12
|\ \ \
| * | | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+12
* | | | 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
* | | | [ActionController] Fix send_file example for 404Yuya Tanaka2019-07-191-1/+1
* | | | 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
* | | | | Merge pull request #36672 from jbaranov/strong-params-hashRafael França2019-07-161-0/+5
|\ \ \ \ \
| * | | | | Add hash method to ActionController::ParametersEugene Baranov2019-07-141-0/+5
* | | | | | Use reserved domain for example configurationJacob Bednarz2019-07-151-1/+1
|/ / / / /
* | | | | active_support/rails has to be required via abstract_controller.rbAkira Matsuda2019-07-121-1/+0
* | | | | No Woman, No tryAkira Matsuda2019-07-121-1/+0
* | | | | Make sure to require active_support.rb before requiring active_support/rails.rbAkira Matsuda2019-07-121-0/+1
* | | | | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-106-0/+218
* | | | | 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
| |_|_|/ |/| | |