| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed documentation that still mentioned using respond_with in place | Robert Evans | 2014-11-05 | 1 | -2/+1 |
* | code gardening in ActionController::Renderers | Xavier Noria | 2014-09-04 | 1 | -7/+12 |
* | Address CVE-2014-4671 (JSONP Flash exploit) | Greg Campbell | 2014-07-09 | 1 | -1/+1 |
* | Change the JSON renderer to enforce the 'JS' Content Type | Lucas Mazza | 2014-07-02 | 1 | -1/+4 |
* | Fix docs for ActionController::Renderers.add | Guillermo Iguaran | 2014-05-26 | 1 | -1/+1 |
* | Add ActionController::Renderers.remove. | Zuhao Wan | 2014-05-20 | 1 | -0/+16 |
* | ActionController::Renderers documentation fix | Stevie Graham | 2014-04-20 | 1 | -2/+2 |
* | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 1 | -1/+1 |
* | Do not use instance variables if they are not reused elsewhere | Carlos Antonio da Silva | 2013-09-06 | 1 | -2/+1 |
* | Fail informatively in #respond_with when no appropriate #api_behavior rendere... | Ben Woosley | 2013-08-17 | 1 | -0/+7 |
* | Multiple changes to 1,9 hash syntax | AvnerCohen | 2012-10-27 | 1 | -3/+3 |
* | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/core_ext/object/blank in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Removing ==Examples and last blank lines of docs from actionpack | Francesco Rodriguez | 2012-05-15 | 1 | -1/+0 |
* | Avoid calling content type multiple times | José Valim | 2012-04-29 | 1 | -4/+6 |
* | Merge remote-tracking branch 'upstream/master' | Olli Jokinen | 2011-12-01 | 1 | -11/+9 |
|\ |
|
| * | Refactor to make renderers a Set | Jose and Yehuda | 2011-10-15 | 1 | -11/+9 |
* | | Change mimetype to Mime::JS if JSONP is used | Olli Jokinen | 2011-07-28 | 1 | -1/+4 |
|/ |
|
* | Slightly reorganize rendering stack. | José Valim | 2011-04-18 | 1 | -3/+3 |
* | removes support for render :update | Xavier Noria | 2011-04-13 | 1 | -8/+1 |
* | add some docs for ActionController::Renderers | Gabriel Horner | 2011-02-10 | 1 | -0/+37 |
* | If a user wants json output then try best to render json output. In such case... | Neeraj Singh | 2010-11-24 | 1 | -1/+1 |
* | Remove unused constant | Santiago Pastorino | 2010-11-22 | 1 | -2/+0 |
* | Remove unneeded metaprogramming and method generation in favor of direct defi... | Santiago Pastorino | 2010-11-22 | 1 | -24/+10 |
* | renderer calls object.to_json when rendering :json => object [#5655 state:res... | Diego Carrion | 2010-09-27 | 1 | -1/+1 |
* | Always downstream given options in :json, :xml and :js renderers and add test... | José Valim | 2010-04-22 | 1 | -2/+2 |
* | It should be possible to render :json with options | wycats | 2010-04-20 | 1 | -1/+1 |
* | adds missing requires for Object#blank? and Object#present? | Xavier Noria | 2010-03-28 | 1 | -0/+1 |
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 1 | -1/+1 |
* | Finish cleaning up rendering stack from views and move assigns evaluation to ... | José Valim | 2010-03-12 | 1 | -1/+2 |
* | Remove the renderer option from the hash. | José Valim | 2010-02-24 | 1 | -1/+1 |
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -3/+7 |
* | Rename RenderOptions to Renderers | David Heinemeier Hansson | 2009-12-20 | 1 | -0/+91 |