aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-225-11/+65
* 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-224-0/+39
|/
* Merge pull request #36306 from cseelus/responsive-rescues-layoutKasper Timm Hansen2019-05-201-4/+9
|\
| * Make rescues layout responsiveChris Seelus2019-05-201-4/+9
* | Merge pull request #36302 from eugeneius/parameters_transform_keys_enumeratorRyuta Kamizono2019-05-203-9/+24
|\ \ | |/ |/|
| * Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-183-9/+24
|/
* 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