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-06-13 06:11:23 -03: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 Updating image_tag to support cid:content_id "URLs" 2010-06-07 21:53:31 -04: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 Fixed double output from cache in no caching mode 2010-06-08 14:47:02 -04: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 Updated all number helpers with :locale option. 2010-06-11 14:04:38 +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
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 content_tag_string shouldn't escape_html if escape param is false 2010-06-07 15:31:11 -04:00
text_helper.rb truncate documentation an examples added for :safe option 2010-06-13 06:11:23 -03: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