aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Vary: Accept` header when renderingst00122019-07-261-0/+4
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Keep `:api: plugin` methods in the doc [ci skip]Ryuta Kamizono2017-10-201-3/+3
* Make internal methods in `AbstractController::Rendering` to privateRyuta Kamizono2017-10-021-0/+1
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-13/+3
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Abstract Controller] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Extract variant setter to process methodJon Moss2017-01-021-4/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* removes requires already present in active_support/railsXavier Noria2016-10-271-2/+0
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-6/+6
* render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)Brandon Medenwald2016-06-091-1/+1
* Move protected instance variable to the right placeRafael Mendonça França2016-05-051-3/+1
* Break up a circular require between AP/AVSean Griffin2016-03-111-0/+1
* fix permitted? conditional for `render` callsAaron Patterson2016-01-261-3/+6
* Fix undefined error for `ActionController::Parameters`Jon Moss2016-01-261-6/+3
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-1/+7
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* move file sending to the response objectAaron Patterson2015-10-051-2/+2
* stop calling deprecated methodsAaron Patterson2015-09-211-1/+1
* push content_type assigment in to metalAaron Patterson2015-09-081-4/+4
* avoid useless string allocationsAaron Patterson2015-09-081-1/+0
* 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
* Fix a few typos [ci skip]Robin Dupret2015-01-031-1/+1
* Better docs for AbstractControllerclaudiob2014-12-221-6/+7
* Check if the `request` variable isn't nil when calling render_to_stringJoan Karadimov2014-02-201-1/+3
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-2/+2
* Require action_view to fix missing constantPhilipe Fatio2014-02-071-0/+1
* Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-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-0/+1
* | Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+2
|/
* calculate the ivars to remove in advance as a set and cache them in aAaron Patterson2013-11-061-8/+2
* use a set and reject to avoid array allocationsAaron Patterson2013-11-061-4/+11
* each_with_object on the view_assigns hashAaron Patterson2013-11-061-3/+1
* use slice to avoid range allocationAaron Patterson2013-11-061-1/+3
* these variables are also privateAaron Patterson2013-11-061-0/+1
* instance_variables returns symbols, so we should use symbols in our listAaron Patterson2013-11-061-1/+1
* Make AC standalone rendering workSantiago Pastorino2013-09-101-2/+5
* Remove BasicRendering testsJosé Valim2013-09-091-9/+1
* Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-091-0/+7
* Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-31/+12