aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Remove extra execution of `uniq!` on action_methodsbogdanvlviv2018-08-221-1/+0
* Two fewer array allocations on action_methodsschneems2018-08-221-1/+4
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-2/+0
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Abstract Controller] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Clarified description of formats [ci skip]Brian Jones2017-05-191-1/+1
* Added missing punctuation [ci skip]Brian Jones2017-05-181-3/+3
* Specify only the body of the response is returned [ci skip]Brian Jones2017-05-181-1/+1
* Document accessors response_body, action_name, formats [ci skip]Brian Jones2017-05-171-0/+8
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+0
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-4/+4
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-7/+7
* Use `#performed?` to terminate controller callbacksJeff Kreeftmeijer2016-06-031-0/+7
* Revert "Make sure the cache is always populated"Rafael Mendonça França2016-05-201-5/+1
* Make sure the cache is always populatedAaron Patterson2016-05-201-1/+5
* Actioncable and Actionpack documentation typos [ci skip]Tom Kadwill2016-04-211-1/+1
* Break up a circular require between AP/AVSean Griffin2016-03-111-3/+1
* Add missing punctuation mark [ci skip]Gaurav Sharma2015-11-181-2/+2
* remove present? call; we do not need itAaron Patterson2015-11-021-1/+1
* Revert "ActionController::Base#process() now only takes an action name"Aaron Patterson2015-10-291-2/+2
* ActionController::Base#process() now only takes an action nameAaron Patterson2015-10-291-2/+2
* Remove not used requiresMarcin Olichwirowicz2015-09-011-1/+1
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* [ci skip] Don't use TrueClass, FalseClass in docsclaudiob2015-07-021-6/+0
* Remove mistaken end from controller_path doc [ci skip]Mehmet Emin İNAÇ2015-06-221-1/+1
* Remove ActionController::HideActions (closes #18336)brainopia2015-01-061-14/+2
* remove unneeded check since /_one_time_conditions/ is removedAditya Kapoor2015-01-051-2/+1
* Fix a few typos [ci skip]Robin Dupret2015-01-031-2/+2
* Better docs for AbstractControllerclaudiob2014-12-221-8/+12
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-0/+8
* Relpace `=~ Regexp.new str` with `.include? str` in AC::Base#_valid_action_name?Viktar Basharymau2014-06-191-1/+1
* Remove duplicated to_s method call.Guo Xiang Tan2014-05-251-1/+1
* docs, make `ActionNotFound` public API. [ci skip]Yves Senn2014-05-111-1/+2
* adding complete message in documentation [ci skip]Gaurav Sharma2014-05-111-3/+4
* Only accept actions without File::SEPARATOR in the name.Rafael Mendonça França2014-05-061-3/+25
* Get rid of extra local var that does not add to the logicCarlos Antonio da Silva2014-05-051-2/+2
* Capitalize the first letter of sentenceTatsuro Baba2013-03-181-1/+1
* fix uninitialized ivar warningsAaron Patterson2012-10-251-0/+10
* remove 'then' from conditional statementNihad Abbasov2012-10-141-2/+4
* copy edit[ci skip]Vijay Dev2012-05-231-1/+1
* Update documentation for AbstractController::BaseHenrik Hodne2012-05-201-3/+11
* avoid empty api pagesVijay Dev2012-04-081-2/+5
* AbstractController.action_methods should return a SetSantiago Pastorino2012-03-101-2/+3
* Fix AbstractController#controller_path docAlexey Vakhov2012-02-191-1/+1
* Fix AbstractController::Base#hidden_actions commentAlexey Vakhov2012-02-181-2/+2
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1