aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+1
* Add quotes to code in rdoc comment in ActionController [ci skip]Eddie Lebow2018-04-301-1/+1
* Include default headers by default in API modeKevin Deisz2018-04-061-6/+1
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Controller] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Add action_controller_api, action_controller_base on_load hookJulian Nadeau2017-04-101-0/+1
* Do not include default response headers for AC::MetalJon Moss2017-03-291-0/+6
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-4/+4
* Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-221-0/+1
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* [ci skip] Add 'params' formatting in ActionController::BaseAlex Kitchens2016-06-301-4/+4
* Implement helpers proxy in controller instance levelRafael Mendonça França2016-05-051-1/+1
* Move protected instance variable to the right placeRafael Mendonça França2016-05-051-3/+4
* Fix actionpack typos [ci skip]Tom Kadwill2016-05-041-1/+1
* eagerly allocate the renderer objectAaron Patterson2015-09-141-0/+1
* Merge pull request #21298 from rodzyn/remove_dead_codeRafael Mendonça França2015-09-011-4/+0
|\
| * Remove dead codeMarcin Olichwirowicz2015-08-191-4/+0
* | remove RackDelegation moduleAaron Patterson2015-08-261-1/+0
* | remove ivars from the "protected" listAaron Patterson2015-08-261-1/+1
|/
* stop using @_env in the controller instanceAaron Patterson2015-08-071-1/+1
* Merge pull request #21008 from svenwin/patch-1Yves Senn2015-08-011-1/+1
|\
| * Add documentation to get a running custom base controller [ci skip]Sven Winkler2015-07-231-1/+1
|/
* fixed sring to be string in ActiveRecord::Base params documentationColby Swandale2015-06-121-1/+1
* better clarity of params source in ActionController::Base documentation [ci s...Colby Swandale2015-06-111-3/+3
* Override default form builder for a controllerKevin McPhillips2015-04-131-0/+1
* Remove ActionController::HideActions (closes #18336)brainopia2015-01-061-1/+0
* :scissors:Rafael Mendonça França2014-11-261-1/+1
* getting the location of the serverdilpreet922014-11-261-2/+2
* When your templates change, browser caches bust automatically.Jeremy Kemper2014-08-171-0/+1
* Update Docs in favor to use render plain instead of text optionrobertomiranda2014-02-181-1/+1
* Require action_view explicitly in AC::BaseŁukasz Strzałkowski2013-12-081-0/+1
* Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-15/+3
* Use genderless pronouns in API docsGuillermo Iguaran2013-12-011-1/+1
* calculate the ivars to remove in advance as a set and cache them in aAaron Patterson2013-11-061-3/+10
* Typo fix [ci skip]Arun Agrawal2013-10-091-1/+1
* [ci skip] escape unintended url in docsChris Ciollaro2013-09-261-1/+1
* Fixing comment typo in ActionController::BaseAttila Domokos2013-09-131-1/+1
* Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-2/+1
* Move BasicRendering to AbstractControllerŁukasz Strzałkowski2013-09-031-1/+1
* Revert "Port all remaining self.protected_instance_variables to class methods"Łukasz Strzałkowski2013-09-021-6/+5
* Port all remaining self.protected_instance_variables to class methodsŁukasz Strzałkowski2013-08-291-5/+6
* Fist stab on basic renderingŁukasz Strzałkowski2013-08-251-0/+1
* Do not include action_view/layoutsŁukasz Strzałkowski2013-08-251-1/+0
* Change documentation of metal anonymous classŁukasz Strzałkowski2013-08-251-5/+10
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-1/+0
* Code formatting & typo fixesŁukasz Strzałkowski2013-08-251-1/+1
* Move anonymous class to the top, add documentationŁukasz Strzałkowski2013-08-251-4/+9