aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33569 from eric-hemasystems/conditional-flash-helperRafael França2018-09-131-3/+5
|\
| * Conditionally use `helper_method` in Flash concernEric Anderson2018-08-091-3/+5
* | Update documentation to ActionController::ConditionalGetAnatoly Mikhaylov2018-09-031-0/+6
* | Faster permitted_scalar_filterschneems2018-08-311-8/+20
* | [ci skip] Document permitted_scalar_filterschneems2018-08-301-0/+10
* | Fewer allocations in caching/fragments.rbschneems2018-08-291-1/+5
* | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-297-18/+15
|\ \
| * | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-273-8/+5
| * | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-242-4/+4
| * | Convert over the rest of the whitelist referencesKevin Deisz2018-08-245-9/+9
* | | Focus search input after page load on /rails/info/routes (#33683)James Brooks2018-08-281-0/+3
* | | Call block to #redirect_to in controller context (#33735)speckins2018-08-271-1/+1
* | | Clarify example of the test [ci skip] 黄松2018-08-251-2/+2
* | | Format respond_to method as code in doc [ci skip]Rob Zolkos2018-08-251-1/+1
|/ /
* | Merge pull request #33704 from matthewd/helper-path-with-sizeMatthew Draper2018-08-231-2/+1
|\ \
| * | Use string lengths instead of regexp to extract pathMatthew Draper2018-08-231-2/+1
* | | Merge pull request #33698 from bogdanvlviv/follow-up-33693Rafael França2018-08-221-1/+0
|\ \ \
| * | | Remove extra execution of `uniq!` on action_methodsbogdanvlviv2018-08-221-1/+0
* | | | Merge pull request #33695 from peterzhu2118/masterRafael França2018-08-221-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-6/+6
| |/ /
* / / Two fewer array allocations on action_methodsschneems2018-08-221-1/+4
|/ /
* | Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c...yuuji.yaginuma2018-08-221-1/+1
* | Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-1/+1
* | Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+1
* | add missing indifferent_access require for #normalize_encode_paramsWill Jordan2018-08-161-0/+2
* | Fix rubocop offensesbogdanvlviv2018-08-151-1/+1
* | Use `Array#extract!` where possiblebogdanvlviv2018-08-141-2/+3
* | Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-122-13/+30
* | Merge pull request #31640 from gingerlime/patch-1Richard Schneeman2018-08-101-4/+11
|\ \ | |/ |/|
| * fixes #27157 CSRF protection documentationgingerlime2018-01-051-4/+11
* | Merge pull request #28937 from maclover7/jm-fix-28927Rafael França2018-07-311-1/+1
|\ \
| * | Default content type for `head` is `text/html`Jon Moss2017-04-301-1/+1
* | | Merge pull request #33446 from ptoomey3/nested-respond-toRichard Schneeman2018-07-312-0/+21
|\ \ \
| * | | Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-302-0/+21
* | | | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-286-11/+11
|/ / /
* | | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-251-3/+1
|\ \ \
| * | | Turn on performance based copsDillon Welch2018-07-231-3/+1
* | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-252-2/+2
|\ \ \ \
| * | | | Recommend use of rails over bin/railsAlberto Almagro2018-07-062-2/+2
* | | | | Rails guides are now served over httpsPaul McMahon2018-07-245-6/+6
| |/ / / |/| | |
* | | | Add render options in action_controller/renderer for api documentation [ci skip]Alireza Bashiri2018-07-221-0/+15
* | | | Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-221-0/+5
* | | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci...bogdanvlviv2018-07-211-4/+3
* | | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2Kasper Timm Hansen2018-07-209-62/+109
|\ \ \ \
| * | | | Show nested exceptions on the debug viewYuki Nishijima2018-07-159-62/+109
* | | | | [ci skip] Fix syntax error + make example easier to follow.Kasper Timm Hansen2018-07-201-2/+3
* | | | | Merge pull request #33392 from azbshiri/actionpack/prevent-request-encoder-to...Kasper Timm Hansen2018-07-201-1/+1
|\ \ \ \ \
| * | | | | Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-201-1/+1
| |/ / / /
* / / / / Fix basic auth problem in ActionController::HttpAuthentication::Basic doc黄松2018-07-201-2/+2
|/ / / /
* | | | Merge pull request #33341 from Edouard-chin/ec-fix-to-paramRafael França2018-07-121-1/+1
|\ \ \ \