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
2010-03-16 11:10:31 +01: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 Add deprecation notices for <% %>. 2010-03-15 14:50:43 -07:00
capture_helper.rb link_to_remote -> link_to :remote => true 2010-03-15 23:05:12 -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
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 Add deprecation notices for <% %>. 2010-03-15 14:50:43 -07: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 Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH] 2007-05-14 17:30:35 +00:00
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 Change array entries to safe doesn't worth then the array is joined as a string losing the safe property of his entries [#4134 status:resolved] 2010-03-16 11:10:31 +01:00
url_helper.rb Fix link_to with block 2010-03-15 23:26:48 -07:00