rails/actionpack/lib/action_view/helpers
Thomas Fuchs 77c8e3a0fd effects.js and controls.js fixes
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4053 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-26 20:28:05 +00:00
..
javascripts effects.js and controls.js fixes 2006-03-26 20:28:05 +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 finish form_for change, allow hash as the second param: form_for :post, :url => { }. 2006-03-26 20:21:27 +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 Add :script option to in_place_editor to support evalScripts (closes #4194) [codyfauser@gmail.com] 2006-03-19 19:40:11 +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 Fix double url escaping of remote_function. Add :escape => false option to ActionView's url_for. 2006-03-22 19:41:39 +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 Fix double url escaping of remote_function. Add :escape => false option to ActionView's url_for. 2006-03-22 19:41:39 +00:00