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
Franco Brusatti d3cfee1182 removing generation of id in submit helper
[#6369 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-02-03 20:24:14 -02:00
..
asset_tag_helpers Allow registering javascript/stylesheet_expansions to existing symbols 2010-12-22 21:53:24 -02:00
active_model_helper.rb Start cleanup of deprecations in ActionView 2010-09-06 13:42:46 +02:00
asset_tag_helper.rb reorganised the the common asset helpers module into a class and have it include the id caching module, this class is now shared from the view instance to the asset include tag helpers (js and css) 2010-11-16 00:04:37 +01:00
atom_feed_helper.rb Cleanup deprecations in Action Dispatch 2010-09-06 13:41:12 +02:00
cache_helper.rb Issue one Cache#read command instead of two in the case of a fragment cache hit 2011-01-18 09:52:11 -08:00
capture_helper.rb Call as ERB::Util.html_escape since is not the module is not included here 2010-11-02 20:02:13 -02:00
csrf_helper.rb get csrf_meta_tag back to the generated layout in deference to existing printed material, chomp also the generated HTML to be faithful to the output before the refactor 2010-09-14 01:35:44 +02:00
date_helper.rb patching to ensure separator is printed with order [#5816 state:resolved] 2010-11-11 12:22:15 -02:00
debug_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
form_helper.rb removing generation of id in submit helper 2011-02-03 20:24:14 -02:00
form_options_helper.rb Improve select helpers by allowing a selected value of false. This is useful when using a select helper with a boolean attribute, and the attribute is false. (e.g. f.select :allow_comments) 2011-01-09 15:45:55 -08:00
form_tag_helper.rb button_tag should escape it content 2011-01-12 22:05:52 -02:00
javascript_helper.rb Tiny fixes to rdoc 2010-09-16 17:10:36 +04:00
number_helper.rb Fixed number_with_precision rounding error [#6182 state:resolved] 2010-12-18 10:00:37 +01:00
prototype_helper.rb Call html_escape in ERB::Util module and don't mix it in in the helpers 2010-10-18 13:59:56 -02:00
raw_output_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
record_tag_helper.rb Speed up content_tag_for by simplifying needed logic 2010-08-31 19:52:26 +09:00
sanitize_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
scriptaculous_helper.rb removed 'unless const_defined?' code smell 2010-06-21 23:34:45 +02:00
tag_helper.rb rewords a little the RDoc of the tag helper 2010-10-19 22:59:03 +02:00
text_helper.rb auto_link: avoid recognizing full width chars as a part of URI scheme 2011-02-01 14:04:42 -02:00
translation_helper.rb Allow back passing :rescue_format => nil and test added 2010-12-04 20:08:23 -02:00
url_helper.rb Allow customization of form class for button_to 2011-02-01 19:09:00 -02:00