rails--rails/actionpack/test/template
Jeremy Kemper 7f32a85464 Fix date helper :include_blank regression. Closes #3811. [mhw]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5759 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-20 18:39:41 +00:00
..
active_record_helper_test.rb Bob's raining patches: fixes date_helper bugs and usability issues. References #3811. 2006-12-06 19:15:24 +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
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 Fix date helper :include_blank regression. Closes #3811. [mhw] 2006-12-20 18:39:41 +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 Premature commit 2006-11-30 22:01: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 Work around a cross-platform number_to_precision inconsistency in unit tests. Closes #6315. [jesperron] 2006-12-17 01:00:29 +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
tag_helper_test.rb Added block-usage to TagHelper#content_tag [DHH] 2006-10-23 22:57:59 +00:00
text_helper_test.rb Fix HTML::Node to output double quotes instead of single quotes. Closes #6845 [mitreandy] 2006-12-14 20:56:03 +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