aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-066-19/+19
* render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)Brandon Medenwald2016-06-091-1/+1
* Use `#performed?` to terminate controller callbacksJeff Kreeftmeijer2016-06-032-1/+8
* 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
* Move protected instance variable to the right placeRafael Mendonça França2016-05-051-3/+1
* Actioncable and Actionpack documentation typos [ci skip]Tom Kadwill2016-04-211-1/+1
* Break up a circular require between AP/AVSean Griffin2016-03-113-3/+6
* Merge pull request #24091 from mcfiredrill/fix-helper-method-docsRafael França2016-03-071-1/+2
|\
| * clarify that helper_method makes both methods available in the viewTony Miller2016-03-071-1/+2
* | Move Caching module to Abstract ControllerRafael Mendonça França2016-02-232-0/+205
|/
* fix permitted? conditional for `render` callsAaron Patterson2016-01-261-3/+6
* Fix undefined error for `ActionController::Parameters`Jon Moss2016-01-261-6/+3
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-1/+7
|\
| * allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-1/+7
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-12-201-2/+2
|\ \ | |/ |/|
| * Add missing punctuation mark [ci skip]Gaurav Sharma2015-11-181-2/+2
* | 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