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-26 00:55:22 +00:00
..
javascripts Update script.aculo.us to V1.5.3 [Thomas Fuchs] 2006-02-22 09:59:22 +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 The image_tag helper is not converting the options hash to symbols (closes #3615) [agkr@pobox.com] 2006-02-26 00:55:22 +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 Fix form_for brokenness due to a shortage of parenthesis 2006-02-12 00:41:50 +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 More pagination speed #1334 [Stefan Kaes] 2005-07-15 20:27:38 +00:00
prototype_helper.rb Refactor the Javascript proxy into a hierarchy for element/collection [DHH] 2006-02-14 04:39:44 +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