aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""Godfrey Chan2014-09-261-2/+2
* Revert "Merge pull request #16888 from jejacks0n/render_template"Godfrey Chan2014-09-231-2/+2
* Changes default render behavior from file to template.jejacks0n2014-09-111-2/+2
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-2/+3
* documentation fixGaurav Sharma2014-05-241-2/+2
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-5/+0
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-0/+5
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-1/+1
* Variant negotiationLukasz Strzalkowski2014-02-131-1/+1
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-1/+5
* Renderer#_render_template should be privateRafael Mendonça França2013-11-191-7/+7
* Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-091-0/+7
* Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-7/+5
* Move skeleton methods from AV to AbsCŁukasz Strzałkowski2013-09-031-22/+0
* Return to using protected_instance_variables in AVŁukasz Strzałkowski2013-09-021-4/+0
* Fist stab on basic renderingŁukasz Strzałkowski2013-08-251-2/+0
* Add #rendered_format method to controllersŁukasz Strzałkowski2013-08-251-0/+4
* Add missing requires inside AVŁukasz Strzałkowski2013-08-251-0/+1
* Revert "Move setting content_type to AV"Łukasz Strzałkowski2013-08-251-2/+0
* Move setting content_type to AVŁukasz Strzałkowski2013-08-251-0/+2
* Use concat to avoid allocating additional arrayŁukasz Strzałkowski2013-08-251-1/+1
* Pass args to render's super methodŁukasz Strzałkowski2013-08-251-1/+2
* Improve AV::Rendering docsŁukasz Strzałkowski2013-08-251-2/+8
* Remove view_assigns from AVŁukasz Strzałkowski2013-08-251-7/+0
* Code formatting & typo fixesŁukasz Strzałkowski2013-08-251-35/+35
* Move protected_instance_variables & view_assigns to AbstractControllerŁukasz Strzałkowski2013-08-251-15/+4
* Remove 'api plugin' from docsŁukasz Strzałkowski2013-08-251-3/+0
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-251-17/+4
* Move rendering from AP to AVŁukasz Strzałkowski2013-08-251-0/+186