| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Merge pull request #24845 from tomkadwill/action_controller_typos | Rafael França | 2016-05-04 | 2 | -3/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix actionpack typos [ci skip] | Tom Kadwill | 2016-05-04 | 2 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | 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 |
| |/ / / |
|
* | | | | Remove last uses of `@env[]` and `@env[]=` | Jon Moss | 2016-04-28 | 3 | -12/+39 |
* | | | | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 2 | -1/+3 |
* | | | | Add more info to insecure URL generation error | Derek Prior | 2016-04-26 | 4 | -4/+12 |
* | | | | Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-url | Jeremy Daer | 2016-04-25 | 2 | -1/+15 |
|\ \ \ \ |
|
| * | | | | Discart the schema and host information when building the per-form token | Rafael Mendonça França | 2016-04-20 | 2 | -1/+15 |
| |/ / / |
|
* | | | | Merge pull request #23103 from rails/refactor-handling-of-action-default | Jeremy Daer | 2016-04-24 | 8 | -33/+73 |
|\ \ \ \ |
|
| * | | | | Refactor handling of :action default in routing | Andrew White | 2016-02-16 | 8 | -32/+74 |
* | | | | | Merge pull request #24701 from prathamesh-sonpatki/deprecate-request_via_redi... | Guillermo Iguaran | 2016-04-24 | 2 | -8/+11 |
|\ \ \ \ \ |
|
| * | | | | | Deprecate `request_via_redirect` method. | Prathamesh Sonpatki | 2016-04-24 | 2 | -8/+11 |
* | | | | | | 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 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #24669 from tomkadwill/action_pack_typos | Vipul A M | 2016-04-22 | 2 | -11/+10 |
|\ \ \ \ \ |
|
| * | | | | | Actioncable and Actionpack documentation typos [ci skip] | Tom Kadwill | 2016-04-21 | 2 | -11/+10 |
| |/ / / / |
|
* / / / / | Fix ApplicationController.renderer.defaults.merge! | Jon Moss | 2016-04-20 | 2 | -1/+9 |
|/ / / / |
|
* | | | | Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route... | Jeremy Daer | 2016-04-19 | 2 | -2/+14 |
|\ \ \ \ |
|
| * | | | | Do not destructively mutate passed options hash in route definitions | Sam Davies | 2016-03-03 | 2 | -2/+14 |
* | | | | | Update send_data documentation [ci skip] | Anton Rieder | 2016-04-19 | 1 | -1/+1 |
* | | | | | Properly verify that cache accepts and user `expires` value. | Vipul A M | 2016-04-17 | 2 | -2/+5 |
* | | | | | Filter scalar values when params permit hashes or arrays | Sean Griffin | 2016-04-15 | 2 | -1/+14 |
* | | | | | [ci skip] Remove extra `so` from the Action Pack CHANGELOG | Prathamesh Sonpatki | 2016-04-14 | 1 | -2/+2 |
* | | | | | Merge pull request #24318 from bogdanvlviv/patch-1 | Rafael Mendonça França | 2016-04-12 | 2 | -1/+5 |
|\ \ \ \ \ |
|
| * | | | | | extension synonyms yml and yaml | Bogdan | 2016-03-27 | 2 | -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 | 5 | -6/+6 |
|/ / / / / / |
|
* | | | | | | quick edits on the AC::API RDoc [ci skip] | Xavier Noria | 2016-04-05 | 1 | -19/+20 |
* | | | | | | it's => its typo | Ryan McCuaig | 2016-04-04 | 1 | -1/+1 |
* | | | | | | Fixes #24239 | Ryan T. Hosford | 2016-04-04 | 3 | -1/+31 |
* | | | | | | 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 | 6 | -63/+210 |
* | | | | | | | Fix deprecation warning for ParamsParser instance :smile: | Prathamesh Sonpatki | 2016-03-30 | 1 | -1/+1 |
* | | | | | | | Deprecate ActionDispatch::ParamsParser instance. | Rafael Mendonça França | 2016-03-30 | 2 | -0/+6 |
* | | | | | | | Fix typo in headers comment | Grey Baker | 2016-03-29 | 1 | -1/+1 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Fix typo in Action Pack changelog [ci skip] | Prathamesh Sonpatki | 2016-03-25 | 1 | -1/+1 |
* | | | | | | 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 |
* | | | | | | guides, sync railties and AP changelogs with 5.0 release notes. | Yves Senn | 2016-03-22 | 1 | -12/+8 |
* | | | | | | Fix request.reset_session for API controllers | Jon Moss | 2016-03-19 | 2 | -1/+5 |
* | | | | | | Add explanation about accepts_nested_attributes_for keys in the strong parame... | Bart de Water | 2016-03-12 | 1 | -2/+3 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Break up a circular require between AP/AV | Sean Griffin | 2016-03-11 | 3 | -3/+6 |
* | | | | | Use the most highest priority exception handler when cause is set | Sean Griffin | 2016-03-11 | 2 | -2/+39 |