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-22 23:18:53 +00:00
..
javascripts Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse behavior can be obtained by passing false as an argument) 2005-11-19 06:59:07 +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 Make javascript_include_tag :default behave correctly with application.js, fixes #2986 2005-11-22 23:18:53 +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 FormHelper#form_for and FormHelper#fields_for that makes it easier to work with forms for single objects also if they don't reside in instance variables [DHH] 2005-11-13 11:13:11 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb FormHelper correctly passes its object through select, collection_select, country_select, and time_zone_select. 2005-11-22 01:32:40 +00:00
form_options_helper.rb FormHelper correctly passes its object through select, collection_select, country_select, and time_zone_select. 2005-11-22 01:32:40 +00:00
form_tag_helper.rb Added FormHelper#form_for and FormHelper#fields_for that makes it easier to work with forms for single objects also if they don't reside in instance variables [DHH] 2005-11-13 11:13:11 +00:00
java_script_macros_helper.rb * Updated docs for in_place_editor, fixes a couple bugs and offers extended support for external controls [Justin Palmer] closes #2870 2005-11-14 20:46:32 +00:00
javascript_helper.rb Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Added PrototypeHelper::JavaScriptGenerator and PrototypeHelper#update_page for easily modifying multiple elements in an Ajax response. 2005-11-14 22:28:47 +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
prototype_helper.rb Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerator instead of using iterators 2005-11-21 01:54:36 +00:00
scriptaculous_helper.rb Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Added PrototypeHelper::JavaScriptGenerator and PrototypeHelper#update_page for easily modifying multiple elements in an Ajax response. 2005-11-14 22:28:47 +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 Correct length for the truncate text helper. Closes #2913. 2005-11-18 01:25:39 +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 Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes #1961. 2005-11-15 09:42:32 +00:00