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-11-10 22:08:20 +00:00
..
javascripts Change javascript_include_tag :defaults to not use script.aculo.us loader, which facilitates the use of plugins for future script.aculo.us and third party javascript extensions, and provide register_javascript_include_default for plugins to specify additional JavaScript files to load. Removed scriptaculous.js, slider.js and builder.js 2005-11-01 06:34:40 +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 Change javascript_include_tag :defaults to not use script.aculo.us loader, which facilitates the use of plugins for future script.aculo.us and third party javascript extensions, and provide register_javascript_include_default for plugins to specify additional JavaScript files to load. Removed scriptaculous.js, slider.js and builder.js 2005-11-01 06:34:40 +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 Misc doc fixes (typos/grammar/etc). Closes #2445. 2005-10-12 03:43:28 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Ensure radio_button works as expected with values other than strings. 2005-10-14 02:07:51 +00:00
form_options_helper.rb options_for_select allows any objects which respond_to? :first and :last rather than restricting to Array and Range. Closes #2824. References [2126]. 2005-11-10 22:08:20 +00:00
form_tag_helper.rb Make xyz_tag(..., :id => "foo") work again 2005-10-12 01:05:29 +00:00
java_script_macros_helper.rb Misc doc fixes (typos/grammar/etc). Closes #2445. 2005-10-12 03:43:28 +00:00
javascript_helper.rb Added support for the queue option on visual_effect 2005-10-29 15:01:39 +00:00
number_helper.rb Misc doc fixes (typos/grammar/etc). Closes #2445. 2005-10-12 03:43:28 +00:00
pagination_helper.rb More pagination speed #1334 [Stefan Kaes] 2005-07-15 20:27:38 +00:00
tag_helper.rb Wrap javascript_tag contents in a CDATA section and add a cdata_section method to TagHelper. Closes #1691. 2005-10-12 22:47:39 +00:00
text_helper.rb The auto_link text helper accepts an optional block to format the link text for each url and email address. References #2628. 2005-11-10 06:04:50 +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 Fix docs (closes #2725) 2005-11-07 09:36:43 +00:00