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
Neeraj Singh a003a39bac removing the extra assignment statement [#4432 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-30 13:20:14 +02:00
..
active_model_helper.rb Rename fieldWithErrors style to field_with_errors. Remove unused alert style. 2010-04-24 15:02:12 -07:00
asset_tag_helper.rb Fix a typo in the documentation. [#4318 state:resolved] 2010-04-12 21:45:39 -07:00
atom_feed_helper.rb Update various documentation examples to use new routing DSL 2010-04-04 17:34:13 +01:00
cache_helper.rb perform_caching should be accessed through the controller here 2010-04-17 23:40:03 -03:00
capture_helper.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
csrf_helper.rb HTML-escape csrf meta contents 2010-02-04 17:45:43 -08:00
date_helper.rb removing the extra assignment statement [#4432 state:resolved] 2010-04-30 13:20:14 +02: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 Let capture handle the yielding. 2010-04-12 10:55:43 +02:00
form_options_helper.rb Mark the result of grouped_options_for_select as HTML safe [#4322 state:committed] 2010-04-16 15:05:41 -07:00
form_tag_helper.rb image_path -> path_to_image in a couple of places, plus motivation for path_to_image in rdoc 2010-04-09 11:10:26 -07:00
javascript_helper.rb Merge branch 'master' into docrails 2010-03-26 15:10:24 -07:00
number_helper.rb Fix error in number_with_precision with :significant option and zero value [#4306 state:resolved] 2010-04-01 07:25:14 +02:00
prototype_helper.rb Fix prototype grep depending on JSON encoding regexp as JavaScript regexp 2010-04-27 22:52:37 -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 Updated documentation for block helpers in record_tag_helper.rb 2010-03-12 16:50:14 +01: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 adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
text_helper.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
translation_helper.rb Changed translate helper so that it doesn’t mark every translation as safe HTML. Only keys with a "_html" suffix and keys named "html" are considered to be safe HTML. All other translations are left untouched. 2010-04-13 17:35:10 -07:00
url_helper.rb HWIA symbolize_keys now returns a hash so no need to do this anymore 2010-04-22 09:07:53 -07:00