1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/helpers
Xavier Noria a594a22267 with_output_buffer cannot assume there's an output_buffer
[#4182 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-03-15 11:26:51 -07:00
..
active_model_helper.rb Making escaped things more readable 2010-03-14 12:07:15 -05:00
asset_tag_helper.rb Made asset_tag_helper use config.perform_caching instead of ActionController::Base.perform_caching 2010-03-12 21:33:39 +01:00
atom_feed_helper.rb ActionDispatch::Request deprecates #request_uri 2010-03-03 21:24:00 -08:00
cache_helper.rb Make @controller an internal ivar in the view 2010-01-22 10:19:01 -06:00
capture_helper.rb with_output_buffer cannot assume there's an output_buffer 2010-03-15 11:26:51 -07:00
csrf_helper.rb HTML-escape csrf meta contents 2010-02-04 17:45:43 -08:00
date_helper.rb Adds disable option to date_helpers generated hidden fields when html_options specifies it. ht by Marc Schütz 2010-03-05 13:49:04 -08:00
debug_helper.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
deprecated_block_helpers.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
form_helper.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
form_options_helper.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
form_tag_helper.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
javascript_helper.rb Deprecate block_called_from_erb? pending a solution for getting it into apps 2010-03-09 23:44:12 -08:00
number_helper.rb Remove some of the blank rescues from number helper. This makes the code easier to understand, as you're not left wondering what the rescue is actually doing. This does not change documented/tested behaviour. 2010-03-05 08:50:01 -08:00
prototype_helper.rb Finish cleaning up rendering stack from views and move assigns evaluation to controller (so plugins and/or controllers can overwrite just one method). 2010-03-12 20:39:53 +01:00
raw_output_helper.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
record_identification_helper.rb
record_tag_helper.rb API change: content_tag_for outputs prefixed class name 2009-10-08 14:13:49 -05:00
sanitize_helper.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
scriptaculous_helper.rb Reorg options_for_javascript and array_or_string_for_javascript 2010-01-30 16:13:49 -06:00
tag_helper.rb Making escaped things more readable 2010-03-14 12:07:15 -05:00
text_helper.rb simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino] 2010-02-12 17:24:04 -08:00
translation_helper.rb Bump i18n for new public I18n.normalize_keys 2010-02-25 15:06:11 -08:00
url_helper.rb Making escaped things more readable 2010-03-14 12:07:15 -05:00