rails--rails/actionpack/lib/action_view/helpers
Marcel Molina b54560600b Have text helpers use built in Regexp.escape rather than home grown alternative
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2350 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-26 20:49:52 +00:00
..
javascripts
active_record_helper.rb Added :multipart option to ActiveRecordHelper#form to make it possible to add file input fields #2034 [jstirk@oobleyboo.com] 2005-09-11 08:39:23 +00:00
asset_tag_helper.rb Fixed that auto_discovery_link_tag couldn't take a string as the URL 2005-09-22 11:37:16 +00:00
benchmark_helper.rb
cache_helper.rb
capture_helper.rb Simplify content_for implementation 2005-07-24 15:27:47 +00:00
date_helper.rb Added :disabled option to all data selects that'll make the elements inaccessible for change #2167, #253 [eigentone] 2005-09-11 05:58:00 +00:00
debug_helper.rb
form_helper.rb Added in-place editing support in the spirit of auto complete with ActionController::Base.in_place_edit_for, JavascriptHelper#in_place_editor_field, and Javascript support from script.aculo.us #2038 [Jon Tirsen] Moved auto-completion and in-place editing into the Macros module and their helper counterparts into JavaScriptMacrosHelper 2005-09-11 07:52:53 +00:00
form_options_helper.rb Updated the options_for_select to deal with the fact that Strings now implement :first 2005-09-03 21:30:54 +00:00
form_tag_helper.rb Fixed docs #1884 2005-09-11 09:13:05 +00:00
java_script_macros_helper.rb Split macros test into their own suite 2005-09-11 08:40:46 +00:00
javascript_helper.rb Doc fix #2197 2005-09-17 06:39:54 +00:00
number_helper.rb Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000", instead of "$1,000." #2122 [sd@notso.net] 2005-09-09 08:43:02 +00:00
pagination_helper.rb More pagination speed #1334 [Stefan Kaes] 2005-07-15 20:27:38 +00:00
tag_helper.rb Optimized tag_options to not sort keys, which is no longer necessary when assert_dom_equal and friend is available #1995 [skae]. Added assert_dom_equal and assert_dom_not_equal to compare tags generated by the helpers in an order-indifferent manner #1995 [skae] 2005-09-20 07:54:55 +00:00
text_helper.rb Have text helpers use built in Regexp.escape rather than home grown alternative 2005-09-26 20:49:52 +00:00
upload_progress_helper.rb Make upload progress not throw JavaScript errors when there is no progress bar #2208 [Thomas Fuchs] 2005-09-16 08:44:38 +00:00
url_helper.rb Optimized tag_options to not sort keys, which is no longer necessary when assert_dom_equal and friend is available #1995 [skae]. Added assert_dom_equal and assert_dom_not_equal to compare tags generated by the helpers in an order-indifferent manner #1995 [skae] 2005-09-20 07:54:55 +00:00