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-05-31 13:48:47 -05:00
..
active_model_helper.rb Base options cant live in lazy loaded helpers as they then wont be available to set for config 2010-05-31 13:48:47 -05:00
asset_tag_helper.rb fix documentation typo 2010-05-18 19:29:17 -03: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 Added extra documentation for content_for helper 2010-05-15 15:33:30 +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 refactor evals and adds some __FILE__ and __LINE__ 2010-05-20 15:18:57 +02:00
form_options_helper.rb added support for html attributes in options_for_select [#2165] 2010-05-16 14:33:04 +02:00
form_tag_helper.rb HTML safety: fix textarea with nil content 2010-05-24 20:18:25 -07:00
javascript_helper.rb Merge branch 'master' into docrails 2010-03-26 15:10:24 -07:00
number_helper.rb Added default currency values to NumberHelper and pass them to I18n.translate 2010-05-17 17:39:33 +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 avoid auto_linking already linked emails; more robust detection of linked URLs 2010-05-24 11:25:24 +02:00
translation_helper.rb i18n: t() handles single keys returning an Array, also 2010-05-24 20:30:21 -07:00
url_helper.rb Merge branch 'master' of github.com:rails/rails 2010-04-26 23:32:30 -07:00