rails--rails/actionpack/test/template
Jeremy Kemper b1ce7e4d4a Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-10 05:54:46 +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 Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +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 Deal with nested fields_for too [DHH] 2007-12-02 01:10:50 +00:00
form_options_helper_test.rb Remove Great Britain from the Country select helper to ensure consistency with iso 3166's long_names. Closes #6872 [Koz] 2007-12-05 05:55:26 +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 Don't escape forward slashes with String#to_json, our unicode encoding of < and > prevent the XSS problems. [tpope] Closes #10273 2007-12-02 08:45:35 +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 Don't escape forward slashes with String#to_json, our unicode encoding of < and > prevent the XSS problems. [tpope] Closes #10273 2007-12-02 08:45:35 +00:00
sanitize_helper_test.rb Refactor sanitizer helpers into HTML classes and make it easy to swap them out with custom implementations. Closes #10129. [rick] 2007-11-26 03:45:54 +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