rails/actionpack/test/template
David Heinemeier Hansson 05230c13f6 Include Javascript tests in rake #1655 [courtney]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1767 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-08 05:34:13 +00:00
..
active_record_helper_test.rb r2822@asus: jeremy | 2005-07-04 21:14:30 -0700 2005-07-04 23:09:58 +00:00
asset_tag_helper_test.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_test.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
date_helper_test.rb Added :field_name option to DateHelper#select_(year|month|day) to deviate from the year/month/day defaults #1266 [Marcel Molina] 2005-07-02 18:38:22 +00:00
form_helper_test.rb Added that UrlHelper#mail_to will now also encode the default link title #749 [f.svehla@gmail.com] 2005-07-02 06:46:41 +00:00
form_options_helper_test.rb Added :prompt option to FormOptions#select (and the users of it, like FormOptions#select_country etc) to create "Please select" style descriptors #1181 [Michael Schuerig] 2005-07-03 12:23:16 +00:00
form_tag_helper_test.rb Added that the html options disabled, readonly, and multiple can all be treated as booleans. So specifying <tt>disabled => :true</tt> will give <tt>disabled="disabled"</tt>. #809 [mindel] 2005-03-20 14:49:37 +00:00
javascript_helper_test.rb Include Javascript tests in rake #1655 [courtney] 2005-07-08 05:34:13 +00:00
number_helper_test.rb Added :extension option to NumberHelper#number_to_phone #1361 [delynnb] 2005-06-16 06:33:10 +00:00
tag_helper_test.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_test.rb Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se] 2005-06-21 07:16:11 +00:00
upload_progress_helper_testx.rb Load models and frequency typo on upoad progress #1555 [Sean Treadway] 2005-07-01 08:31:30 +00:00
url_helper_test.rb Added that UrlHelper#mail_to will now also encode the default link title #749 [f.svehla@gmail.com] 2005-07-02 06:46:41 +00:00