aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_controller_overview.md
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-04-141-1/+1
|\
| * [ci skip] Wrap with double quotationyui-knk2015-04-101-1/+1
* | [ci skip] Downcases filter namesyui-knk2015-04-101-3/+3
|/
* Merge pull request #18459 from cantino/action_controller_guide_editsRafael Mendonça França2015-03-111-45/+44
|\
| * Edits for grammar and clarity, with help from georgeclaghorn and robin850.Andrew Cantino2015-03-111-45/+44
* | [ci skip] escape under scoreyui-knk2015-02-131-1/+1
* | - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
|/
* Add a note about non-buffering servers for AC::LiveAditya Kapoor2014-12-271-0/+5
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-151-2/+2
* Remove custom errors page section from the guidesYuki Nishijima2014-11-281-58/+1
* [ci skip] No need to indent here (AC overview).Juanito Fatas2014-10-251-6/+6
* Improve the warning a bit [ci skip]Rafael Mendonça França2014-10-161-1/+1
* Merge pull request #15827 from yuki24/another-improvements-for-dynamic-error-...Rafael Mendonça França2014-10-161-1/+3
|\
| * A warning line should look like a warning sectionYuki Nishijima2014-06-191-1/+3
* | [guides] Use `match ..., via: :all` in the custom exceptions app [ci skip]Yuki Nishijima2014-09-061-3/+3
* | Add warning for `rescue_from Exception` and `rescue_from StandardError`Yuki Nishijima2014-06-191-0/+2
|/
* ErrorsController shouldn't inherit ApplicationController, but ActionControlle...Yuki Nishijima2014-06-191-1/+1
* Create custom errors page on ActionController guidesMauro George2014-06-191-0/+55
* Fix typo in ActionController OverviewAri Pollak2014-06-021-2/+2
* "subhash" --> "sub-hash"Akshay Vishnoi2014-04-191-1/+1
* Update documentation to use Rails.application insteadMarcel Morgan2014-04-131-3/+3
* Missing 'are' in note - [ci skip]Afshin Mokhtari2014-04-121-1/+1
* Added a warning about serializing data with JSON cookie jars [skip ci]Godfrey Chan2014-03-191-0/+24
* [ci skip] use secrets.yml instead of secret_token.rb in the action controller...Brian Thomas Storti2014-02-271-3/+18
* Update guides for new rendering optionsPrem Sichanugrist2014-02-181-1/+1
* Updated CHANGELOG, docs, guides and release notes.Godfrey Chan2014-02-111-7/+12
* Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-16/+27
* Modify the session serializer implementationGuillermo Iguaran2014-01-301-11/+5
* Fix documentation of new controller filters api [ci skip]Kassio Borges2014-01-291-2/+2
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-0/+22
* Log which keys were set to nil in deep_mungeLukasz Sarnacki2014-01-281-0/+4
* Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-1/+1
* [ci skip] Add missing flash message in block filter example.Juanito Fatas2014-01-011-2/+5
* Fix typo [ci skip]Sıtkı Bağdat2013-12-181-1/+1
* sync example and documentation for strong_parameters hash whitelisting.Yves Senn2013-11-261-5/+7
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\
| * Update action_controller_overview.md [ci skip]Harshad Sabne2013-11-151-1/+1
* | removes redundant curly brackets in example code [ci skip]Xavier Noria2013-11-081-1/+1
* | Fix undefined method error for NilClasscorwinkelly2013-10-231-1/+1
* | Update workaround for "Outside the Scope of Strong Parameters" corwinkelly2013-10-221-3/+1
|/
* Use ActiveRecord::Base#update! instead of #update_attributes!Zachary Scott2013-09-281-1/+1
* Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-061-22/+22
* cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-2/+2
* ActionController::Live documentation in the guides.wangjohn2013-07-131-0/+86
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-061-1/+1
|\
| * cookies are encrypted starting Rails 4Neeraj Singh2013-06-291-1/+1
* | Specify request method in guides [ci skip]Mihail Evsyukov2013-07-041-1/+1
* | Using preferred find_by syntax in guidesCristian Planas2013-07-011-1/+1
|/
* Mention Content-Type for JSON params parsing.Gustavo Delfino2013-06-241-1/+1