aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-284-3/+34
* | | | Merge pull request #36672 from jbaranov/strong-params-hashRafael França2019-07-162-0/+13
|\ \ \ \
| * | | | Add hash method to ActionController::ParametersEugene Baranov2019-07-142-0/+13
* | | | | Use reserved domain for example configurationJacob Bednarz2019-07-152-2/+2
|/ / / /
* | | | 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
* | | | try (Just a Little Bit Harder)Akira Matsuda2019-07-121-2/+1
* | | | 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-108-0/+393
* | | | Fix Browser#preload for older SeleniumJohn Hawthorn2019-07-041-2/+12
* | | | Preload browser driver_path for system testingJohn Hawthorn2019-07-034-0/+29
* | | | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-223-9/+80
* | | | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-213-1/+43
* | | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1375-104/+0
* | | | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-versionRyuta Kamizono2019-06-062-3/+0
|\ \ \ \
| * | | | Bump rubocop to 0.71Abhay Nikam2019-06-062-3/+0
* | | | | Fix broken driver testyuuji.yaginuma2019-06-061-2/+2
|/ / / /
* | | | Merge pull request #36399 from jhawthorn/named_controller_helper_moduleJohn Hawthorn2019-06-052-9/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Use file/line from call to helper_moduleJohn Hawthorn2019-06-031-5/+10
| * | | Give HelperMethods module a nameJohn Hawthorn2019-06-032-4/+15
* | | | Unify to use 4 spaces indentation in CHANGELOGs [ci skip]Ryuta Kamizono2019-06-051-3/+5
|/ / /
* | | Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-023-3/+0
* | | Simplify `ActionDispatch::Response#content_type`yuuji.yaginuma2019-06-021-2/+1
* | | Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-0119-107/+132
|/ /
* | remove unused requires from debug_exceptionsyaojie2019-05-281-2/+0
* | Remove Route#build as it wasn't usedAlberto Almagro2019-05-222-28/+21