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/helpers
Prem Sichanugrist 103e18c87d Introduce render :body for render raw content
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.
2014-02-18 12:08:36 -05:00
..
tags Label only accepts :index and :namespace attributes from the input 2013-12-05 20:27:38 -02:00
active_model_helper.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
asset_tag_helper.rb Fix typo in image_tag documentation 2014-01-07 12:38:24 +01:00
asset_url_helper.rb
atom_feed_helper.rb Revert "Used Yield instead of block.call" -- this causes all of atom_feed_helper_test.rb to fail with "SystemStackError: stack level too deep". 2013-11-14 15:31:27 -08:00
cache_helper.rb
capture_helper.rb
controller_helper.rb
csrf_helper.rb
date_helper.rb implements new option :month_format_string for date select helpers [Closes #13618] 2014-02-15 10:27:15 +01:00
debug_helper.rb
form_helper.rb Switched to use display:none in extra_tags_for_form method. 2014-01-05 17:16:22 +00:00
form_options_helper.rb Typo and grammatical fixes [ci skip] 2013-12-02 19:35:02 +05:30
form_tag_helper.rb Switched to use display:none in extra_tags_for_form method. 2014-01-05 17:16:22 +00:00
javascript_helper.rb
number_helper.rb Fix documentation of number_to_currency helper 2013-12-04 10:27:14 -02:00
output_safety_helper.rb
record_tag_helper.rb
rendering_helper.rb Introduce render :body for render raw content 2014-02-18 12:08:36 -05:00
sanitize_helper.rb
tag_helper.rb Allocate one less object using html_safe during content_tag construction 2013-11-14 23:51:40 -05:00
tags.rb Make ActionView::Tags loading tread safe 2013-12-02 20:27:50 -02:00
text_helper.rb Fixed documentation. [ci skip] 2014-01-04 16:18:16 +06:00
translation_helper.rb Rails config for raise on missing translations 2014-01-27 08:03:46 -02:00
url_helper.rb Adding an documentation example and a test to button_to with path 2014-02-02 10:27:18 -06:00