aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing string to define callback.yui-knk2015-12-161-1/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-11-151-5/+5
|\
| * adding missing `.` Gaurav Sharma2015-11-151-5/+5
* | 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
* specify deprecated waring, follow the standard conventionsGaurav Sharma2015-10-281-1/+1
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-062-10/+5
* move file sending to the response objectAaron Patterson2015-10-051-2/+2
* stop calling deprecated methodsAaron Patterson2015-09-212-4/+4
* push content_type assigment in to metalAaron Patterson2015-09-081-4/+4
* avoid useless string allocationsAaron Patterson2015-09-081-1/+0
* Remove not used requiresMarcin Olichwirowicz2015-09-011-1/+1
* Set the content-type to `text/html` if the options[:html] is trueakihiro172015-08-291-2/+2
* Remove useless conditionalAaron Patterson2015-08-261-1/+1
* remove useless codeAaron Patterson2015-08-261-1/+0
* only call self.content_type= when there is a responseAaron Patterson2015-08-261-1/+12
* Pull `plain` content type handling up to `render`Aaron Patterson2015-08-261-2/+3
* stop passing the options hash to `_process_format`Aaron Patterson2015-08-261-2/+2
* Initialize symbols instead of mapping to_sym on the set of stringsMarcin Olichwirowicz2015-08-151-2/+2
* Freeze string literals when not mutated.schneems2015-07-192-2/+2
* [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
* Raise ArgumentError if an unrecognised callback is skippedIain Beeston2015-04-031-3/+3
* Removed non-standard and unused require 'active_support/deprecation' from par...Vipul A M2015-02-271-2/+0
* fix NameError in `skip_filter`. callback doesn't exist.yuuji.yaginuma2015-02-271-1/+1
* Deprecate `AbstractController::Callbacks#skip_action_callback`Iain Beeston2015-02-241-0/+1
* Merge pull request #11790 from printercu/patch-3Rafael Mendonça França2015-02-121-7/+8
|\
| * ActionController#translate also lookups shortcut without action nameMax Melentiev2013-10-221-1/+5
| * ActionController#translate supports symbolsprintercu2013-09-251-6/+3
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-2/+2
* | fix typo in `_filter` deprecation message. [ci skip]Yves Senn2015-01-301-5/+5
* | Deprecate all *_filter callbacks in favor of *_action callbacksAbdelkader Boudih2015-01-081-5/+27
* | Merge pull request #18404 from claudiob/rebase-14549Rafael Mendonça França2015-01-081-0/+10
|\ \
| * | Add test/doc for :if/:except in skip_before_actionclaudiob2015-01-081-0/+5
| * | Add test case and documentation for skip_before_filter.Lauro Caetano2015-01-081-0/+5
* | | Remove ActionController::HideActions (closes #18336)brainopia2015-01-061-14/+2
|/ /
* | remove unneeded check since /_one_time_conditions/ is removedAditya Kapoor2015-01-051-2/+1
* | Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-031-1/+1
|\ \
| * | Throw :abort halts default CallbackChainsclaudiob2015-01-021-1/+1
* | | Fix a few typos [ci skip]Robin Dupret2015-01-032-3/+3
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-01-033-18/+24
|\ \ \ | |/ / |/| |
| * | Better docs for AbstractControllerclaudiob2014-12-223-18/+24
* | | Merge pull request #8740 from amatsuda/missing_source_fileRafael Mendonça França2015-01-021-1/+1
|\ \ \ | |/ / |/| |
| * | replace use of MissingSourceFile with LoadErrorAkira Matsuda2013-01-041-1/+1
* | | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* | | give a better error message for misspelled helpersXavier Noria2014-10-251-1/+11
* | | remove deprecated `MissingHelperError` proxy.Yves Senn2014-08-141-3/+0
* | | Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-302-3/+11
* | | Relpace `=~ Regexp.new str` with `.include? str` in AC::Base#_valid_action_name?Viktar Basharymau2014-06-191-1/+1