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
2005-10-09 16:56:23 +00:00
..
javascripts Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails generator to include the new .js files [Thomas Fuchs] 2005-10-09 16:56:23 +00:00
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 Don't prepend the asset host if the string is already a fully-qualified URL 2005-09-30 19:10:20 +00:00
benchmark_helper.rb benchmark helper takes an optional log level, defaults to :info. Chose symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite. 2005-07-05 19:33:25 +00:00
cache_helper.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
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 Initial 2004-11-24 01:04:44 +00:00
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 Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fngtps.com] 2005-10-01 05:43:53 +00:00
javascript_helper.rb Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7 2005-09-28 08:20:47 +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 Forced newer versions of RedCloth to use hard breaks [DHH] 2005-10-02 20:24:53 +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