| Commit message (Expand) | Author | Age | Files | Lines |
* | eagerly allocate the renderer object | Aaron Patterson | 2015-09-14 | 1 | -9/+5 |
* | initialize `@renderer` to avoid ivar warnings | Aaron Patterson | 2015-09-14 | 1 | -1/+8 |
* | add a lock when allocating the renderer | Aaron Patterson | 2015-09-14 | 1 | -1/+5 |
* | push content_type assigment in to metal | Aaron Patterson | 2015-09-08 | 1 | -4/+6 |
* | avoid useless string allocations | Aaron Patterson | 2015-09-08 | 1 | -1/+1 |
* | only call self.content_type= when there is a response | Aaron Patterson | 2015-08-26 | 1 | -3/+5 |
* | Pull `plain` content type handling up to `render` | Aaron Patterson | 2015-08-26 | 1 | -6/+2 |
* | stop passing the options hash to `_process_format` | Aaron Patterson | 2015-08-26 | 1 | -2/+2 |
* | Add deprecation warning for `render :text` | Prem Sichanugrist | 2015-07-17 | 1 | -0/+14 |
* | Deprecate `:nothing` option for render method | Mehmet Emin İNAÇ | 2015-05-28 | 1 | -0/+1 |
* | Add ActionController::Base.render | brainopia | 2015-01-22 | 1 | -0/+3 |
* | Add ActionController::Renderer | brainopia | 2015-01-22 | 1 | -0/+8 |
* | Removed single space padding from empty response body. | Godfrey Chan | 2014-07-10 | 1 | -6/+2 |
* | Do note remove `Content-Type` when `render :body` | Prem Sichanugrist | 2014-03-05 | 1 | -3/+1 |
* | Add `#no_content_type` attribute to `AD::Response` | Prem Sichanugrist | 2014-02-18 | 1 | -6/+4 |
* | Cleanup `ActionController::Rendering` | Prem Sichanugrist | 2014-02-18 | 1 | -11/+27 |
* | Introduce `render :html` for render HTML string | Prem Sichanugrist | 2014-02-18 | 1 | -2/+2 |
* | Introduce `render :plain` for render plain text | Prem Sichanugrist | 2014-02-18 | 1 | -2/+10 |
* | Introduce `render :body` for render raw content | Prem Sichanugrist | 2014-02-18 | 1 | -4/+13 |
* | #presence used | Akshay Vishnoi | 2013-11-14 | 1 | -5/+1 |
* | Remove remaining coupling with AV in MimeResponds | José Valim | 2013-09-09 | 1 | -2/+5 |
* | Remove BasicRendering and remove template functionality from AbsC::Rendering | José Valim | 2013-09-09 | 1 | -2/+6 |
* | render_to_string shouldn't play with response_body | Santiago Pastorino | 2013-09-04 | 1 | -4/+5 |
* | Move BasicRendering to AbstractController | Łukasz Strzałkowski | 2013-09-03 | 1 | -28/+0 |
* | Make Mime::TEXT default format in AbstractController | Łukasz Strzałkowski | 2013-09-03 | 1 | -4/+0 |
* | Fix formatting of error message | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+1 |
* | Change description of BasicRendering#render | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Simplify if statements | Łukasz Strzałkowski | 2013-08-25 | 1 | -6/+4 |
* | Describe BasicRendering shortly | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+4 |
* | Extend basic rendering, test it in railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -3/+16 |
* | Fist stab on basic rendering | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+18 |
* | Add #rendered_format method to controllers | Łukasz Strzałkowski | 2013-08-25 | 1 | -4/+4 |
* | Revert "Move setting content_type to AV" | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Move setting content_type to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
* | Hook up AV::Rendering on AV intialization | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+0 |
* | Move rendering from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Return nil for Mime::NullType#ref | Andrew White | 2013-04-10 | 1 | -1/+1 |
* | Reverts rendering behavior when format is unknown | Grzegorz Świrski | 2013-04-10 | 1 | -1/+1 |
* | format lookup for partials is derived from the format in which the template i... | Santiago Pastorino | 2012-02-22 | 1 | -1/+1 |
* | Move render_to_body logic to return a spaced string to AC::Rendering | Carlos Antonio da Silva | 2012-01-17 | 1 | -0/+4 |
* | Refactor render nothing/text => nil logic, and move to right place | Carlos Antonio da Silva | 2012-01-17 | 1 | -0/+4 |
* | Do not inherit from Rack::Response, remove a shit-ton of unused code. | José Valim | 2011-04-19 | 1 | -0/+11 |
* | Use Mime::Type references. | José Valim | 2011-02-08 | 1 | -1/+1 |
* | Fix indentation | Santiago Pastorino | 2010-11-20 | 1 | -24/+23 |
* | Rendering doesn't need RackDelegation | wycats | 2010-10-10 | 1 | -1/+0 |
* | Ensure controller filters are executed before stuff starts to happen. | José Valim | 2010-03-13 | 1 | -1/+1 |
* | Finish cleaning up rendering stack from views and move assigns evaluation to ... | José Valim | 2010-03-12 | 1 | -10/+11 |
* | Finally moved the find template logic to the views. | José Valim | 2010-03-08 | 1 | -29/+12 |
* | More refactoring. Split _normalize_args and _normalize_options concerns. | José Valim | 2010-03-08 | 1 | -6/+13 |
* | Move layout lookup to views. | José Valim | 2010-03-08 | 1 | -1/+1 |