rails/actionpack/lib/action_view/helpers
2006-03-18 19:02:23 +00:00
..
javascripts Prefer application/xml over text/xml for charset reasons 2006-03-13 02:05:59 +00:00
active_record_helper.rb Treat timestamps like datetimes for scaffolding purposes (closes #3388) [Maik Schmidt] 2006-01-21 23:46:56 +00:00
asset_tag_helper.rb Fixed that default image extension was not appended when using a full URL with AssetTagHelper#image_tag (closes #4032, #3728) [rubyonrails@beautifulpixel.com] 2006-03-02 01:54: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 Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#content_for and CaptureHelper#capture #3287 [Brian Takita] 2006-02-26 19:47:50 +00:00
date_helper.rb Fix form_for use of datetime_select and date_select as well as a few stylistic upgrades to AR 2005-12-21 06:16:42 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] 2006-02-26 07:23:42 +00:00
form_options_helper.rb Introduce :selected option to the select helper. Allows you to specify a selection other than the current value of object.method. Specify :selected => nil to leave all options unselected. Closes #2991. 2005-11-23 21:59:20 +00:00
form_tag_helper.rb Added :disable_with option to FormTagHelper#submit_tag to allow for easily disabled submit buttons with different text [DHH] 2005-12-30 19:41:25 +00:00
java_script_macros_helper.rb Added various InPlaceEditor options, #3746, #3891, #3896, #3906 2006-02-21 10:52:35 +00:00
javascript_helper.rb Dont repeat the button_to method 2006-01-16 05:04:19 +00:00
number_helper.rb Refactor human_size to exclude decimal place if it is zero. 2006-01-19 05:31:48 +00:00
pagination_helper.rb trivial documentation patch for #pagination_links [Francois Beausoleil] closes #4258 2006-03-16 06:38:08 +00:00
prototype_helper.rb Added :function option to PrototypeHelper#observe_field/observe_form that allows you to call a function instead of submitting an ajax call as the trigger (closes #4268) [jonathan@daikini.com] 2006-03-18 16:08:09 +00:00
scriptaculous_helper.rb allow RJS enum values to be passed to visual_effect() and other scriptaculous helpers #4080 [Rick Olson] 2006-03-05 06:42:58 +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 Make auto_link handle nil by returning quickly if blank? 2005-12-30 18:45:04 +00:00
url_helper.rb Fixed UrlHelper#current_page? to behave even when url-escaped entities are present (closes #3929) [jeremy@planetargon.com] 2006-03-18 19:02:23 +00:00