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
2006-02-04 19:58:45 +00:00
..
javascripts Update to Prototype 1.5.0_rc0 2006-01-18 23:14:47 +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 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 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 Add :builder => option to form_for and friends. Closes 3268. 2006-02-04 19:58:45 +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 Fix typo in function name mapping in auto_complete_field. Closes #3446. 2006-01-13 01:37:30 +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 More pagination speed #1334 [Stefan Kaes] 2005-07-15 20:27:38 +00:00
prototype_helper.rb Add :builder => option to form_for and friends. Closes 3268. 2006-02-04 19:58:45 +00:00
scriptaculous_helper.rb Add the ability to call JavaScriptGenerator methods from helpers called in update blocks 2006-01-23 17:09:15 +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 IE bug with link_to "something", :post => true (closes #3443) [Justin Palmer] 2006-01-21 23:36:38 +00:00