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
2005-06-16 06:17:51 +00:00
..
javascripts Fixed Form.disable in Prototype #1317 [Wintermute] 2005-05-19 16:45:53 +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 Fixed image_tag so an exception is not thrown just because the image is missing and alt value can't be generated #1395 [Marcel] 2005-06-16 06:04:23 +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 CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for. See documentation in helper #837 [Tobias Luetke] 2005-03-14 23:37:38 +00:00
date_helper.rb Allow distance_of_time_in_words to work with any value that responds to #to_time (like dates) #969 2005-06-14 15:19:03 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Fixed that FormHelper#checkbox should return a checked checkbox if the value is the same as checked_value #1286 [Florian Weber] 2005-05-19 17:27:08 +00:00
form_options_helper.rb Its Iraq, not Irak #1443 [ivan] 2005-06-16 05:05:43 +00:00
form_tag_helper.rb Added FormTagHelper#image_submit_tag for making submit buttons that uses images 2005-05-03 14:30:53 +00:00
javascript_helper.rb Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson] 2005-05-19 19:08:16 +00:00
number_helper.rb Fixed documentation #1214 2005-04-30 08:50: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 a third parameter to TextHelper#auto_link called href_options for specifying additional tag options on the links generated #1401 [tyler.kovacs@gmail.com] 2005-06-16 06:00:18 +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