| Commit message (Expand) | Author | Age | Files | Lines |
* | adds support for arbitrary hashes in strong parameters | Xavier Noria | 2016-11-11 | 1 | -3/+15 |
* | Setup default session store internally, no longer through an application init... | Prathamesh Sonpatki | 2016-07-17 | 1 | -2/+2 |
* | Add Rack doc link for request and response object [ci skip] | Jun Wan Goh | 2016-06-14 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-06-03 | 1 | -5/+6 |
|\ |
|
| * | Small grammar fixes for Action Controller Overview | Jon Moss | 2016-05-21 | 1 | -5/+6 |
* | | fix incorrect class name [ci skip] | yuuji.yaginuma | 2016-05-28 | 1 | -1/+1 |
|/ |
|
* | [ci skip] Parameter filter performs regular expression partial matching | Andrew Babichev | 2016-03-31 | 1 | -0/+2 |
* | Update action_controller_overview.md | Sandeep Navghane | 2016-03-15 | 1 | -1/+1 |
* | [ci skip] update guide for Puma web server instead of Webrick | Gaurav Sharma | 2016-01-20 | 1 | -4/+0 |
* | Add a note on ActionController guide about 404 | Mauro George | 2016-01-11 | 1 | -2/+6 |
* | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 1 | -1/+1 |
* | Add `redirect_back` for safer referrer redirects | Derek Prior | 2015-12-16 | 1 | -1/+1 |
* | Change AbstractRequest to ActionDispatch::Request | Bradley D | 2015-09-17 | 1 | -1/+1 |
* | Remove RHTML reference in Action Controller docs [ci skip] | Lachlan Campbell | 2015-09-10 | 1 | -1/+1 |
* | typo "description not clear corrected with proper description and action_cont... | kishore-mohan | 2015-09-02 | 1 | -1/+1 |
* | fix typo in method name [ci skip] | yuuji.yaginuma | 2015-08-30 | 1 | -1/+1 |
* | Remove a link to the site that seems to be gone. [ci skip] | shunsukeaida | 2015-08-23 | 1 | -1/+1 |
* | [ci skip] Fix action_controller_overview | yui-knk | 2015-06-28 | 1 | -1/+1 |
* | document that default_url_options is cached per request [ci skip] | Xavier Noria | 2015-06-15 | 1 | -1/+3 |
* | Tiny grammar correction in documentation [ci skip] | Ankit gupta | 2015-05-05 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Wrap with double quotation | yui-knk | 2015-04-10 | 1 | -1/+1 |
* | | [ci skip] Downcases filter names | yui-knk | 2015-04-10 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #18459 from cantino/action_controller_guide_edits | Rafael Mendonça França | 2015-03-11 | 1 | -45/+44 |
|\ |
|
| * | Edits for grammar and clarity, with help from georgeclaghorn and robin850. | Andrew Cantino | 2015-03-11 | 1 | -45/+44 |
* | | [ci skip] escape under score | yui-knk | 2015-02-13 | 1 | -1/+1 |
* | | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
|/ |
|
* | Add a note about non-buffering servers for AC::Live | Aditya Kapoor | 2014-12-27 | 1 | -0/+5 |
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | Don't convert empty arrays to nils when deep munging params | Chris Sinjakli | 2014-12-15 | 1 | -2/+2 |
* | Remove custom errors page section from the guides | Yuki Nishijima | 2014-11-28 | 1 | -58/+1 |
* | [ci skip] No need to indent here (AC overview). | Juanito Fatas | 2014-10-25 | 1 | -6/+6 |
* | Improve the warning a bit [ci skip] | Rafael Mendonça França | 2014-10-16 | 1 | -1/+1 |
* | Merge pull request #15827 from yuki24/another-improvements-for-dynamic-error-... | Rafael Mendonça França | 2014-10-16 | 1 | -1/+3 |
|\ |
|
| * | A warning line should look like a warning section | Yuki Nishijima | 2014-06-19 | 1 | -1/+3 |
* | | [guides] Use `match ..., via: :all` in the custom exceptions app [ci skip] | Yuki Nishijima | 2014-09-06 | 1 | -3/+3 |
* | | Add warning for `rescue_from Exception` and `rescue_from StandardError` | Yuki Nishijima | 2014-06-19 | 1 | -0/+2 |
|/ |
|
* | ErrorsController shouldn't inherit ApplicationController, but ActionControlle... | Yuki Nishijima | 2014-06-19 | 1 | -1/+1 |
* | Create custom errors page on ActionController guides | Mauro George | 2014-06-19 | 1 | -0/+55 |
* | Fix typo in ActionController Overview | Ari Pollak | 2014-06-02 | 1 | -2/+2 |
* | "subhash" --> "sub-hash" | Akshay Vishnoi | 2014-04-19 | 1 | -1/+1 |
* | Update documentation to use Rails.application instead | Marcel Morgan | 2014-04-13 | 1 | -3/+3 |
* | Missing 'are' in note - [ci skip] | Afshin Mokhtari | 2014-04-12 | 1 | -1/+1 |
* | Added a warning about serializing data with JSON cookie jars [skip ci] | Godfrey Chan | 2014-03-19 | 1 | -0/+24 |
* | [ci skip] use secrets.yml instead of secret_token.rb in the action controller... | Brian Thomas Storti | 2014-02-27 | 1 | -3/+18 |
* | Update guides for new rendering options | Prem Sichanugrist | 2014-02-18 | 1 | -1/+1 |
* | Updated CHANGELOG, docs, guides and release notes. | Godfrey Chan | 2014-02-11 | 1 | -7/+12 |
* | Renamed session_serializer option to cookies_serializer | Godfrey Chan | 2014-02-11 | 1 | -16/+27 |
* | Modify the session serializer implementation | Guillermo Iguaran | 2014-01-30 | 1 | -11/+5 |
* | Fix documentation of new controller filters api [ci skip] | Kassio Borges | 2014-01-29 | 1 | -2/+2 |