rails/actionpack/test/template
2007-10-26 05:32:30 +00:00
..
active_record_helper_test.rb Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins, mikong, mislav] 2007-10-23 17:57:47 +00:00
asset_tag_helper_test.rb Remove more potential clashes with asset methods and resource routes. Closes #9928 [gbuesing] 2007-10-19 02:46:41 +00:00
atom_feed_helper_test.rb Fix tests for atom feed 2007-09-21 23:42:59 +00:00
benchmark_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
compiled_templates_test.rb Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Closes #9372 2007-08-29 03:14:15 +00:00
date_helper_test.rb Update tests for ActiveSupport's JSON escaping change. [rick] 2007-10-26 05:32:30 +00:00
form_helper_test.rb FormHelper's auto_index should use #to_param instead of #id_before_type_cast. Closes #9994 [mattly] 2007-10-26 04:48:19 +00:00
form_options_helper_test.rb Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, ruben] 2007-10-15 06:52:00 +00:00
form_tag_helper_test.rb Expand form helper test coverage. Closes #9950 [robinjfisher] 2007-10-22 21:17:20 +00:00
javascript_helper_test.rb Update tests for ActiveSupport's JSON escaping change. [rick] 2007-10-26 05:32:30 +00:00
number_helper_test.rb Fix number_to_human_size when using different precisions. Closes #7536. [RichardStrand, mpalmer] 2007-08-05 01:00:54 +00:00
prototype_helper_test.rb Update tests for ActiveSupport's JSON escaping change. [rick] 2007-10-26 05:32:30 +00:00
sanitize_helper_test.rb Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] 2007-10-10 17:35:10 +00:00
scriptaculous_helper_test.rb Allow ability to disable request forgery protection, disable it in test mode by default. Closes #9693 [lifofifo] 2007-09-28 15:55:45 +00:00
tag_helper_test.rb The tag helper may bypass escaping. 2007-09-24 08:13:55 +00:00
text_helper_test.rb Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] 2007-10-10 17:35:10 +00:00
url_helper_test.rb Test link_to 'back', :back 2007-10-16 05:06:55 +00:00