aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* better styling on #available_action? docsSebastian Martinez2011-05-061-2/+2
* Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-13/+25
* Implicit actions named not_implemented can be renderedSantiago Pastorino2011-04-021-0/+2
* Make action_method? public and change implicit rendering to override it instead.José Valim2011-03-301-15/+18
* Rewording existing commentNeeraj Singh2010-11-301-4/+3
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-0/+1
* oops, missed a uniqAaron Patterson2010-09-291-1/+1
* dry up action_methodsAaron Patterson2010-09-291-4/+4
* fixed capitalizationJoost Baaij2010-08-251-8/+8
* change rdoc to conform to api guidelinesJoost Baaij2010-08-251-11/+13
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Reload action_methods in AbstractController after defining new method.Piotr Sarnacki2010-08-041-0/+12
* ActiveRecord and ActionPack now use the new descendants implementation.José Valim2010-06-191-11/+2
* Missing method error doesn't specify which controller it is missing from [#44...Alan Harper2010-06-101-1/+1