Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Introduce `render :body` for render raw content | Prem Sichanugrist | 2014-02-18 | 1 | -2/+4 | |
| | | | | | | | | | | | | This is an option for sending a raw content back to browser. Note that this rendering option will unset the default content type and does not include "Content-Type" header back in the response. You should only use this option if you are expecting the "Content-Type" header to not be set. More information on "Content-Type" header can be found on RFC 2616, section 7.2.1. Please see #12374 for more detail. | |||||
* | typos rectified [ci skip] | Aayush khandelwal | 2013-12-12 | 1 | -1/+1 | |
| | ||||||
* | Improve readability of sentence in partial-renderer docs [ci skip] | Mac Martine | 2013-11-19 | 1 | -1/+1 | |
| | ||||||
* | Fix default rendered format problem when calling render method without ↵ | kennyj | 2013-07-15 | 1 | -1/+1 | |
| | | | | :content_type option. Closes #11393. | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 5 | -0/+788 | |