aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Optimize Journey::Route#glob?Jean Boussier2019-07-261-1/+1
* 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
* | | | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-212-1/+14
* | | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1348-67/+0
* | | | Use file/line from call to helper_moduleJohn Hawthorn2019-06-031-5/+10
* | | | Give HelperMethods module a nameJohn Hawthorn2019-06-031-2/+13
| |/ / |/| |
* | | Simplify `ActionDispatch::Response#content_type`yuuji.yaginuma2019-06-021-2/+1
* | | Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-017-8/+13
|/ /
* | 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
* | Merge pull request #36329 from XrXr/no-doc-template-assertionsRafael França2019-05-221-1/+1
|\ \
| * | Remove compatibility module from docs [ci skip]Alan Wu2019-05-221-1/+1
* | | Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-221-0/+17
|/ /
* | Merge pull request #36306 from cseelus/responsive-rescues-layoutKasper Timm Hansen2019-05-201-4/+9
|\ \
| * | Make rescues layout responsiveChris Seelus2019-05-201-4/+9
* | | Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-181-7/+5
|/ /
* | 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
|/
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-7/+17
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-2/+13
* Auto-correct `Style/RedundantBegin` offenceRyuta Kamizono2019-05-081-5/+3