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
Aaron Batalion e54c33bfc8 need to make sure the asset type is cached with it in Cache.. name is sufficient, not self
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-11-19 15:56:38 -08:00
..
active_record_helper.rb Use symbols for send and respond_to?. 2008-09-03 00:55:22 +02:00
asset_tag_helper.rb need to make sure the asset type is cached with it in Cache.. name is sufficient, not self 2008-11-19 15:56:38 -08:00
atom_feed_helper.rb Check whether last arg is a Hash instead of duck-typing against [] 2008-11-07 21:20:26 -05:00
benchmark_helper.rb Use a more sensible resolution on the new millisecond benchmarks 2008-09-05 14:58:34 +02:00
cache_helper.rb Get buffer for fragment cache from template's @output_buffer 2008-07-15 14:43:52 -05:00
capture_helper.rb JavaScriptGenerator should only sets output_buffer for the duration of the update block 2008-07-15 18:42:22 -07:00
date_helper.rb use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
debug_helper.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
form_helper.rb Merge docrails 2008-10-05 22:16:26 +01:00
form_options_helper.rb Remove the country_select helper. 2008-09-18 21:30:52 +02:00
form_tag_helper.rb Fixed that FormTagHelper generates illegal html if name contains e.g. square brackets [#1238 state:committed] 2008-11-04 18:24:52 +01:00
javascript_helper.rb Remove mention of long-dead define_javascript_functions 2008-11-18 20:11:55 +01:00
number_helper.rb Fixed i18n bulk translate issues in NumberHelper 2008-08-04 22:26:14 -05:00
prototype_helper.rb Implement submit_to_remote as a wrapper around a more generic button_to_remote 2008-10-07 00:12:20 +01: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 Ensure that calling content_tag_for in a helper doesn't cause duplicate output. 2008-08-29 20:52:01 +02:00
sanitize_helper.rb Require missing libraries and check for defined ActionController constant so ActionView can be used standalone 2008-08-26 15:13:28 -05:00
scriptaculous_helper.rb Merge docrails 2008-09-13 20:28:01 +01:00
tag_helper.rb Register 'checked' as an HTML boolean attribute. 2008-11-18 11:50:31 -08:00
text_helper.rb Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they're available if you want to use textilize and markdown and let autoload require them [DHH] 2008-11-17 18:31:36 +01:00
translation_helper.rb A little less hokus pokus 2008-10-28 16:51:08 +01:00
url_helper.rb modified current_page? to ignore extra parameters unless specified in options 2008-10-26 19:14:45 +01:00