rails/actionpack/test/template
2006-11-20 09:04:26 +00:00
..
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 Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after assets (closes #6454) [BobSilva/chrismear] 2006-10-22 23:41:11 +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 Extract template_changed_since? from compile_template? so plugins may override its behavior for non-file-based templates. Closes #6651. 2006-11-20 09:04:26 +00:00
date_helper_test.rb Improved resolution of DateHelper#distance_of_time_in_words for better precision (closes #5994) [Bob Silva] 2006-09-04 17:00:37 +00:00
deprecated_helper_test.rb Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs] 2006-11-06 09:40:30 +00:00
deprecated_instance_variables_test.rb test deprecated instance variables using to_s instead of inspect which touches other ivars 2006-10-18 00:04:47 +00:00
form_helper_test.rb Set ActionView::Base.default_form_builder once rather than passing the :builder option to every form or overriding the form helper methods. 2006-11-03 04:16:58 +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 Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now on. [Rick] 2006-10-24 03:22:48 +00:00
java_script_macros_helper_test.rb Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH] 2006-09-03 23:22:24 +00:00
javascript_helper_test.rb Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #6302) [sven@c3d2.de] 2006-10-09 00:34:43 +00:00
number_helper_test.rb Upgraded NumberHelper with number_to_phone support international formats to comply with ITU E.123 by supporting area codes with less than 3 digits, added precision argument to number_to_human_size (defaults to 1) (closes #6421) [BobSilva] 2006-10-22 23:47:18 +00:00
prototype_helper_test.rb Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs] 2006-11-06 09:40:30 +00:00
scriptaculous_helper_test.rb Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:35:27 +00:00
tag_helper_test.rb Added block-usage to TagHelper#content_tag [DHH] 2006-10-23 22:57:59 +00:00
text_helper_test.rb simple_format helper doesn't choke on nil. Closes #6644. 2006-11-19 09:57:16 +00:00
url_helper_test.rb Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (closes #6409) [BobSilva] 2006-10-22 23:54:41 +00:00