aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Use media_type instead of content_type internallyEugene Kenny2019-08-046-4/+49
* ConditionalGet needs time core_extRafael Mendonça França2019-08-021-0/+1
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+4
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-4/+0
* 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-2921-33/+33
* Revert "Use assert_match / assert_no_match for asserting match"Akira Matsuda2019-07-291-6/+6
* Add Mime::Type#match? that doesn't create MatchDataAkira Matsuda2019-07-292-1/+13
* Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog"Ryuta Kamizono2019-07-281-1/+1
* fix typo in actionpack CHANGELOG.mdshes501032019-07-281-1/+1
* Merge pull request #36545 from tomfakes/screenshot-updatesRafael Mendonça França2019-07-273-30/+110
|\
| * Add code to save the HTML of the page being screenshotted during the `take_sc...Tom Fakes2019-06-253-30/+110
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-276-10/+10
* | Use assert_match / assert_no_match for asserting matchAkira Matsuda2019-07-271-6/+6
* | Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2019-07-271-1/+1
* | Fix error 500 caused by ActionController::RoutingError (via fail-safe) when P...Simone Carletti2019-07-261-1/+17
* | Merge pull request #36254 from sharang-d/remove-named-helpersRafael França2019-07-261-1/+1
|\ \
| * | Use a single term instead of all terms used to describe path and URL helpers ...Sharang Dashputre2019-07-261-1/+1
* | | 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-265-7/+60
|/ /
* | 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 flaky test ActionControllerBaseRenderTest#test_direct_render_to_stringFumiaki MATSUSHIMA2019-07-261-4/+20
* | | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-252-0/+30
|\ \ \
| * | | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-052-0/+30
* | | | fix `follow_redirect!` not using the same HTTP verb on 307 redirection:Edouard CHIN2019-07-253-3/+26
* | | | Stop setting a default Capybara app hostGeorge Claghorn2019-07-244-33/+38
* | | | 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-182-0/+28
* | | | 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-164-3/+34
|\ \ \ \ \ | |/ / / / |/| | | |