| Commit message (Expand) | Author | Age | Files | Lines |
* | Tiny document fixes [ci skip] | Robin Dupret | 2016-05-30 | 1 | -1/+1 |
* | ActionController::Parameters: Fix #dig doc code | Christian Wesselhoeft | 2016-05-29 | 1 | -5/+5 |
* | fix incorrect class name [ci skip] | yuuji.yaginuma | 2016-05-28 | 1 | -1/+1 |
* | Respect `log_warning_on_csrf_failure` setting for all CSRF failures | Matthew Caruana Galizia | 2016-05-23 | 1 | -1/+3 |
* | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 1 | -12/+1 |
* | Helpers doc grammar fix [skip ci] | Jon Atack | 2016-05-07 | 1 | -2/+2 |
* | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r... | Sean Griffin | 2016-05-06 | 1 | -8/+8 |
|\ |
|
| * | Fixes #23964 | Ryan T. Hosford | 2016-03-13 | 1 | -8/+8 |
* | | Implement helpers proxy in controller instance level | Rafael Mendonça França | 2016-05-05 | 1 | -1/+6 |
* | | Fix some typos in comments. | Joe Rafaniello | 2016-05-04 | 1 | -1/+1 |
* | | Merge pull request #24777 from tomkadwill/action_pack_typos_3 | Vipul A M | 2016-04-30 | 2 | -5/+5 |
|\ \ |
|
| * | | Fix actionpack typos [ci skip] | Tom Kadwill | 2016-04-30 | 2 | -5/+5 |
* | | | Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-url | Jeremy Daer | 2016-04-25 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Discart the schema and host information when building the per-form token | Rafael Mendonça França | 2016-04-20 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge pull request #24697 from tomkadwill/action_pack_typos_2 | Vipul A M | 2016-04-23 | 4 | -10/+10 |
|\ \ \ |
|
| * | | | Actionpack documentation typos [ci skip] | Tom Kadwill | 2016-04-23 | 4 | -10/+10 |
| |/ / |
|
* / / | Actioncable and Actionpack documentation typos [ci skip] | Tom Kadwill | 2016-04-21 | 1 | -10/+9 |
|/ / |
|
* | | Update send_data documentation [ci skip] | Anton Rieder | 2016-04-19 | 1 | -1/+1 |
* | | Filter scalar values when params permit hashes or arrays | Sean Griffin | 2016-04-15 | 1 | -1/+5 |
* | | Merge pull request #24504 from nickmalcolm/master | Vipul A M | 2016-04-12 | 1 | -1/+6 |
|\ \ |
|
| * | | [ci skip] This modifies the HTTP Token authentication example's `authenticate... | Nick Malcolm | 2016-04-12 | 1 | -1/+6 |
* | | | Pass over all Rails 5 warnings, to make sure: | Vipul A M | 2016-04-12 | 1 | -1/+1 |
|/ / |
|
* | | Fixes #24239 | Ryan T. Hosford | 2016-04-04 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 1 | -0/+7 |
|\ \ |
|
| * | | [ci skip] Fix example of ActionController::Parameters#to_unsafe_h | Prathamesh Sonpatki | 2016-03-24 | 1 | -1/+1 |
| * | | Add example for ActionController::Parameters#to_unsafe_h | Gaurish Sharma | 2016-03-12 | 1 | -0/+7 |
* | | | Grammar fixes based on pass over ETag doc changes | Vipul A M | 2016-04-03 | 1 | -2/+2 |
* | | | Grammer fix in comment: capitalize first word in sentence [ci skip]. | utilum | 2016-04-02 | 1 | -1/+1 |
* | | | Strong ETag validators | Jeremy Daer | 2016-03-31 | 1 | -13/+46 |
* | | | Merge pull request #24037 from jeremy/implicit-render-raises-on-browser-GET-r... | Jeremy Daer | 2016-03-23 | 1 | -53/+34 |
|\ \ \ |
|
| * | | | Refinement of our "are you missing a template or did you omit it on purpose?"... | Jeremy Daer | 2016-03-03 | 1 | -53/+34 |
| | |/
| |/| |
|
* | | | Fix typo for redirect_back | Arkadiusz Fal | 2016-03-22 | 1 | -1/+1 |
* | | | Add explanation about accepts_nested_attributes_for keys in the strong parame... | Bart de Water | 2016-03-12 | 1 | -2/+3 |
* | | | Use the most highest priority exception handler when cause is set | Sean Griffin | 2016-03-11 | 1 | -2/+6 |
* | | | Merge pull request #22854 from jcoyne/missing_template | Sean Griffin | 2016-03-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Render default template if block doesn't render | Justin Coyne | 2016-02-25 | 1 | -1/+1 |
* | | | | add return values to example [ci skip] | yuuji.yaginuma | 2016-03-10 | 1 | -1/+1 |
* | | | | Add `ActionController::Parameters#dig` | Sean Griffin | 2016-03-09 | 1 | -0/+15 |
* | | | | Pass headers through to payload for logging. | Gareth du Plooy | 2016-03-08 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Remove http_cache_forever's version parameter | Jean Boussier | 2016-03-05 | 1 | -4/+2 |
| |/
|/| |
|
* | | Change 'a HTTP' to 'an HTTP' [ci skip] | Santosh Wadghule | 2016-03-03 | 1 | -4/+4 |
* | | Fix typo in implicit_render | Max Woolf | 2016-03-02 | 1 | -1/+1 |
|/ |
|
* | Additional review of 6b31761. | Kasper Timm Hansen | 2016-02-25 | 1 | -1/+1 |
* | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 2 | -18/+75 |
* | Show permitted flag in the output of AC::Parameters#inspect | Prathamesh Sonpatki | 2016-02-24 | 1 | -1/+1 |
* | Merge pull request #23682 from ShikChen/fast_strxor | Santiago Pastorino | 2016-02-21 | 1 | -1/+2 |
|\ |
|
| * | Improve the performance of string xor operation | shik | 2016-02-15 | 1 | -1/+2 |
* | | Deprecate AC::Parameters#== with a Hash | Benjamin Quorning | 2016-02-19 | 1 | -9/+14 |
* | | Fix AC::Parameters#== with other AC::Parameters | Benjamin Quorning | 2016-02-19 | 1 | -3/+4 |
* | | fields_for_style needs to test for AC::Parameters | Aaron Patterson | 2016-02-17 | 1 | -1/+1 |