aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/renderers.rb
Commit message (Expand)AuthorAgeFilesLines
* Use media_type instead of content_type internallyEugene Kenny2019-08-041-3/+3
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* renderers typo fix [ci skip]ota42y2016-12-271-1/+1
* Remove obsolete comment about class-level respond_toAndrew White2016-10-011-2/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* [ci skip] Fix typo Renderering --> RenderingAkshay Vishnoi2016-01-091-1/+1
* Group related methods togetherBenjamin Fleischer2016-01-031-67/+67
* Add ActionController:Renderers testBenjamin Fleischer2016-01-031-0/+9
* Test ActionController::Renderers::use_renderersBenjamin Fleischer2015-12-311-0/+34
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-7/+7
* stop calling deprecated methodsAaron Patterson2015-09-211-7/+7
* added description instead of remove usage [ci skip]Julio Lopez2015-07-111-1/+1
* Removed documentation that still mentioned using respond_with in placeRobert Evans2014-11-051-2/+1
* code gardening in ActionController::RenderersXavier Noria2014-09-041-7/+12
* Address CVE-2014-4671 (JSONP Flash exploit)Greg Campbell2014-07-091-1/+1
* Change the JSON renderer to enforce the 'JS' Content TypeLucas Mazza2014-07-021-1/+4
* Fix docs for ActionController::Renderers.addGuillermo Iguaran2014-05-261-1/+1
* Add ActionController::Renderers.remove.Zuhao Wan2014-05-201-0/+16
* ActionController::Renderers documentation fixStevie Graham2014-04-201-2/+2
* Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-1/+1
* Do not use instance variables if they are not reused elsewhereCarlos Antonio da Silva2013-09-061-2/+1
* Fail informatively in #respond_with when no appropriate #api_behavior rendere...Ben Woosley2013-08-171-0/+7
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-3/+3
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-1/+0
* Avoid calling content type multiple timesJosé Valim2012-04-291-4/+6
* Merge remote-tracking branch 'upstream/master'Olli Jokinen2011-12-011-11/+9
|\
| * Refactor to make renderers a SetJose and Yehuda2011-10-151-11/+9
* | Change mimetype to Mime::JS if JSONP is usedOlli Jokinen2011-07-281-1/+4
|/
* Slightly reorganize rendering stack.José Valim2011-04-181-3/+3
* removes support for render :updateXavier Noria2011-04-131-8/+1
* add some docs for ActionController::RenderersGabriel Horner2011-02-101-0/+37
* If a user wants json output then try best to render json output. In such case...Neeraj Singh2010-11-241-1/+1
* Remove unused constantSantiago Pastorino2010-11-221-2/+0
* Remove unneeded metaprogramming and method generation in favor of direct defi...Santiago Pastorino2010-11-221-24/+10
* renderer calls object.to_json when rendering :json => object [#5655 state:res...Diego Carrion2010-09-271-1/+1
* Always downstream given options in :json, :xml and :js renderers and add test...José Valim2010-04-221-2/+2
* It should be possible to render :json with optionswycats2010-04-201-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* All tests pass without memoizing view_contextCarlhuda2010-03-181-1/+1
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-1/+2
* Remove the renderer option from the hash.José Valim2010-02-241-1/+1