| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #33569 from eric-hemasystems/conditional-flash-helper | Rafael França | 2018-09-13 | 1 | -3/+5 |
|\ |
|
| * | Conditionally use `helper_method` in Flash concern | Eric Anderson | 2018-08-09 | 1 | -3/+5 |
* | | Update documentation to ActionController::ConditionalGet | Anatoly Mikhaylov | 2018-09-03 | 1 | -0/+6 |
* | | Faster permitted_scalar_filter | schneems | 2018-08-31 | 1 | -8/+20 |
* | | [ci skip] Document permitted_scalar_filter | schneems | 2018-08-30 | 1 | -0/+10 |
* | | Fewer allocations in caching/fragments.rb | schneems | 2018-08-29 | 1 | -1/+5 |
* | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 7 | -18/+15 |
|\ \ |
|
| * | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 3 | -8/+5 |
| * | | Convert remaining usage of whitelist and blacklist | Kevin Deisz | 2018-08-24 | 2 | -4/+4 |
| * | | Convert over the rest of the whitelist references | Kevin Deisz | 2018-08-24 | 5 | -9/+9 |
* | | | Focus search input after page load on /rails/info/routes (#33683) | James Brooks | 2018-08-28 | 1 | -0/+3 |
* | | | Call block to #redirect_to in controller context (#33735) | speckins | 2018-08-27 | 1 | -1/+1 |
* | | | Clarify example of the test [ci skip] | 黄松 | 2018-08-25 | 1 | -2/+2 |
* | | | Format respond_to method as code in doc [ci skip] | Rob Zolkos | 2018-08-25 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #33704 from matthewd/helper-path-with-size | Matthew Draper | 2018-08-23 | 1 | -2/+1 |
|\ \ |
|
| * | | Use string lengths instead of regexp to extract path | Matthew Draper | 2018-08-23 | 1 | -2/+1 |
* | | | Merge pull request #33698 from bogdanvlviv/follow-up-33693 | Rafael França | 2018-08-22 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Remove extra execution of `uniq!` on action_methods | bogdanvlviv | 2018-08-22 | 1 | -1/+0 |
* | | | | Merge pull request #33695 from peterzhu2118/master | Rafael França | 2018-08-22 | 1 | -6/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Update ParameterFilter to yield original parameters | Peter Zhu | 2018-08-22 | 1 | -6/+6 |
| |/ / |
|
* / / | Two fewer array allocations on action_methods | schneems | 2018-08-22 | 1 | -1/+4 |
|/ / |
|
* | | Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c... | yuuji.yaginuma | 2018-08-22 | 1 | -1/+1 |
* | | Fix `rails routes -c` for controller name consists of multiple word. | Yoshiyuki Kinjo | 2018-08-20 | 1 | -1/+1 |
* | | Fix unclosed tags [ci skip] | yuuji.yaginuma | 2018-08-18 | 1 | -1/+1 |
* | | add missing indifferent_access require for #normalize_encode_params | Will Jordan | 2018-08-16 | 1 | -0/+2 |
* | | Fix rubocop offenses | bogdanvlviv | 2018-08-15 | 1 | -1/+1 |
* | | Use `Array#extract!` where possible | bogdanvlviv | 2018-08-14 | 1 | -2/+3 |
* | | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 2 | -13/+30 |
* | | Merge pull request #31640 from gingerlime/patch-1 | Richard Schneeman | 2018-08-10 | 1 | -4/+11 |
|\ \
| |/
|/| |
|
| * | fixes #27157 CSRF protection documentation | gingerlime | 2018-01-05 | 1 | -4/+11 |
* | | Merge pull request #28937 from maclover7/jm-fix-28927 | Rafael França | 2018-07-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Default content type for `head` is `text/html` | Jon Moss | 2017-04-30 | 1 | -1/+1 |
* | | | Merge pull request #33446 from ptoomey3/nested-respond-to | Richard Schneeman | 2018-07-31 | 2 | -0/+21 |
|\ \ \ |
|
| * | | | Raises exception when respond_to called multiple times in incompatible way | Patrick Toomey | 2018-07-30 | 2 | -0/+21 |
* | | | | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 6 | -11/+11 |
|/ / / |
|
* | | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 1 | -3/+1 |
|\ \ \ |
|
| * | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -3/+1 |
* | | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 2 | -2/+2 |
* | | | | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 5 | -6/+6 |
| |/ / /
|/| | | |
|
* | | | | Add render options in action_controller/renderer for api documentation [ci skip] | Alireza Bashiri | 2018-07-22 | 1 | -0/+15 |
* | | | | Add implicit to path conversion to uploaded file (#28676) | Aaron Kromer | 2018-07-22 | 1 | -0/+5 |
* | | | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci... | bogdanvlviv | 2018-07-21 | 1 | -4/+3 |
* | | | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2 | Kasper Timm Hansen | 2018-07-20 | 9 | -62/+109 |
|\ \ \ \ |
|
| * | | | | Show nested exceptions on the debug view | Yuki Nishijima | 2018-07-15 | 9 | -62/+109 |
* | | | | | [ci skip] Fix syntax error + make example easier to follow. | Kasper Timm Hansen | 2018-07-20 | 1 | -2/+3 |
* | | | | | Merge pull request #33392 from azbshiri/actionpack/prevent-request-encoder-to... | Kasper Timm Hansen | 2018-07-20 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Prevent `RequestEncoder#encode_params` to parse falsey params | Alireza Bashiri | 2018-07-20 | 1 | -1/+1 |
| |/ / / / |
|
* / / / / | Fix basic auth problem in ActionController::HttpAuthentication::Basic doc | 黄松 | 2018-07-20 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #33341 from Edouard-chin/ec-fix-to-param | Rafael França | 2018-07-12 | 1 | -1/+1 |
|\ \ \ \ |
|