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
Sam Stephenson a551ba2c01 Sync Prototype; closes #1539
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1558 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-29 05:20:51 +00:00
..
javascripts Sync Prototype; closes #1539 2005-06-29 05:20:51 +00:00
active_record_helper.rb r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 2005-06-12 05:33:23 +00:00
asset_tag_helper.rb Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag to control options like the title of the link #1430 [kevin.clark@gmail.com] 2005-06-21 06:52:05 +00:00
benchmark_helper.rb Dont benchmark if the logger has been turned off 2005-05-02 07:05:15 +00:00
cache_helper.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
capture_helper.rb Added option to pass in parameters to CaptureHelper#capture, so you can create more advanced view helper methods #1466 [duane.johnson@gmail.com] 2005-06-21 06:43:14 +00:00
date_helper.rb r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700 2005-06-17 13:42:23 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Fixed radio_button to work with numeric values #1352 [demetrius] 2005-06-16 06:34:08 +00:00
form_options_helper.rb Added cuba to country list #1351 [todd] 2005-06-16 06:36:09 +00:00
form_tag_helper.rb Changed the default name of the input tag generated by FormTagHelper#submit_tag from "submit" to "commit" so it doesnt clash with form.submit() calls in Javascript #1271 2005-06-21 05:26:40 +00:00
javascript_helper.rb Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway] 2005-06-28 17:42:51 +00:00
number_helper.rb Added :extension option to NumberHelper#number_to_phone #1361 [delynnb] 2005-06-16 06:33:10 +00:00
pagination_helper.rb Improved the message display on the exception handler pages #963 [Johan Sorensen] 2005-03-31 14:46:11 +00:00
tag_helper.rb Fixed TagHelper such that :name and 'name' keys in the options doesn't result in two attributes #1455 [take_tk] 2005-06-16 05:04:17 +00:00
text_helper.rb Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se] 2005-06-21 07:16:11 +00:00
upload_progress_helper.rb Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway] 2005-06-28 17:44:16 +00:00
url_helper.rb Added button_to as a form-based solution to deal with harmful actions that should be hidden behind POSTs. This makes it just as easy as link_to to create a safe trigger for actions like destroy, although it's limited by being a block element, the fixed look, and a no-no inside other forms. #1371 [tom@moertel.com] 2005-06-16 06:17:51 +00:00