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-09-09 08:43:02 +00:00
..
javascripts Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #1730 [court3nay/Thomas Fuchs] 2005-07-14 11:38:55 +00:00
active_record_helper.rb Added note about how pre-packaged error functionality can be easier to recreate yourself than attempt to overly tailor #1489 2005-09-03 07:43:15 +00:00
asset_tag_helper.rb Fixed all AssetHelper methods to work with relative paths, such that javascript_include_tag('stdlib/standard') will look in /javascripts/stdlib/standard instead of '/stdlib/standard/' #1963 2005-09-08 16:39:06 +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 Added :use_short_month option to select_month helper to show month names as abbreviations 2005-08-22 14:47:16 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Fix docs #2136 [coffee2code] 2005-09-09 08:11:53 +00:00
form_options_helper.rb Updated the options_for_select to deal with the fact that Strings now implement :first 2005-09-03 21:30:54 +00:00
form_tag_helper.rb Added additional documentation to FormTagHelper #1788 [jon@instance-design.co.uk] 2005-07-22 06:47:03 +00:00
javascript_helper.rb Allow link_to_remote to use any DOM-element as the parent of the form elements to be submitted #2137 [erik@ruby-lang.nl] 2005-09-09 08:10:20 +00:00
number_helper.rb Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000", instead of "$1,000." #2122 [sd@notso.net] 2005-09-09 08:43:02 +00:00
pagination_helper.rb More pagination speed #1334 [Stefan Kaes] 2005-07-15 20:27:38 +00:00
tag_helper.rb Added that nil options are not included in tags, so tag("p", :ignore => nil) now returns <p /> not <p ignore="" /> but that tag("p", :ignore => "") still includes it #1465 [michael@schuerig.de] 2005-07-09 17:28:35 +00:00
text_helper.rb Fixed SQL Server test #1678 [Tom Ward] 2005-07-09 16:59:35 +00:00
upload_progress_helper.rb Made Upload Progress work with Prototype 1.4.0 and add some documentation for it #1847, #1876 [Thomas Fuchs/Sean Treadway] 2005-08-27 06:30:33 +00:00
url_helper.rb Fixed that onclick would be overridden even when special features werent used 2005-09-08 17:54:16 +00:00