.. |
active_record_helper_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
asset_tag_helper_test.rb
|
Skip complete URLs
|
2006-03-29 21:11:44 +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 |
compiled_templates_test.rb
|
New dependencies implementation
|
2006-08-08 21:21:04 +00:00 |
date_helper_test.rb
|
Added months and years to the resolution of DateHelper#distance_of_time_in_words, such that "60 days ago" becomes "2 months ago" (closes #5611) [pjhyett@gmail.com]
|
2006-08-05 21:34:18 +00:00 |
deprecated_instance_variables_test.rb
|
Deprecation: test deprecated instance vars in partials.
|
2006-08-26 05:58:16 +00:00 |
form_helper_test.rb
|
Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemper, Matt Lyon]
|
2006-07-18 15:42:22 +00:00 |
form_options_helper_test.rb
|
Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.
|
2006-05-09 05:19:32 +00:00 |
form_tag_helper_test.rb
|
Expanded :method option in FormHelper#form_tag to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH]
|
2006-05-28 01:04:27 +00:00 |
java_script_macros_helper_test.rb
|
Add support for the param_name parameter to the auto_complete_field helper. Fixes #5026 [david.a.williams@gmail.com]
|
2006-08-07 11:08:32 +00:00 |
javascript_helper_test.rb
|
Change link_to_function and button_to_function to (optionally) take an update_page block instead of a JavaScript string. Closes #4804.
|
2006-04-19 18:08:15 +00:00 |
number_helper_test.rb
|
Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes #5593) [murpyh@rubychan.de]
|
2006-07-05 01:04:32 +00:00 |
prototype_helper_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
scriptaculous_helper_test.rb
|
Fixed tests (closes #4087) [Rick Olson]
|
2006-03-05 16:35:27 +00:00 |
tag_helper_test.rb
|
Make test_tag_options pass (closes #5600) [shugo]
|
2006-08-05 21:38:03 +00:00 |
text_helper_test.rb
|
Update sanitize text helper to strip plaintext tags, and <img src=javascript:bang>. [Rick Olson]
|
2006-09-03 00:02:14 +00:00 |
url_helper_test.rb
|
Added :method option to UrlHelper#link_to, which allows for using other verbs than GET for the link. This replaces the :post option, which is now deprecated. Example: link_to "Destroy", person_url(:id => person), :method => :delete [DHH]
|
2006-05-28 00:33:53 +00:00 |