.. |
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
|
Rails 1.9 compat: asset tag helper tests
|
2007-12-21 12:26:51 +00:00 |
atom_feed_helper_test.rb
|
Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]
|
2008-01-02 19:45:53 +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
|
Ruby 1.9 compat: compiled templates test
|
2007-12-21 12:26:27 +00:00 |
date_helper_test.rb
|
Fix failing date helper test. Closes #10664 [Wesley Moxam]
|
2008-01-02 18:09:52 +00:00 |
erb_util_test.rb
|
Add tests for html_escape, and remove an unneeded backslash (closes #10511) [fxn]
|
2007-12-16 23:53:45 +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
|
Add :default option to time_zone_select. Closes #10590.
|
2007-12-21 22:18:07 +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
|
Fix that auto_link looks for ='s in url paths (Amazon urls have them). Closes #10640 [bgreenlee]
|
2007-12-28 20:59:30 +00:00 |
url_helper_test.rb
|
Ruby 1.9 compat: text helper
|
2007-12-21 11:51:17 +00:00 |