1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/renderer
Prem Sichanugrist 8cd9f6d205 Introduce render :plain for render plain text
This is as an option to render content with a content type of
`text/plain`. This is the preferred option if you are planning to render
a plain text content.

Please see #12374 for more detail.
2014-02-18 12:08:36 -05:00
..
abstract_renderer.rb Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
partial_renderer.rb Improve readability of sentence in partial-renderer docs [ci skip] 2013-11-19 15:46:00 -08:00
renderer.rb Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
streaming_template_renderer.rb typos rectified [ci skip] 2013-12-12 11:29:23 +05:30
template_renderer.rb Introduce render :plain for render plain text 2014-02-18 12:08:36 -05:00