rails--rails/actionpack/test/template
Jeremy Kemper 6efee90bf2 Missing :js template falls back to :html, so you don't have to explicitly specify template format everywhere, breaking old code
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9119 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-28 20:21:52 +00:00
..
active_record_helper_test.rb Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_forgery is used (closes #10739) [jeremyevans] 2008-01-11 16:25:23 +00:00
asset_tag_helper_test.rb Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to make it easier for plugin developers to inject multiple assets. Closes #10350. 2008-03-20 16:26:04 +00:00
atom_feed_helper_test.rb Allow users to declare other namespaces when using the atom feed helpers. Closes #10304 [david.calavera] 2008-01-13 00:11:39 +00:00
benchmark_helper_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
compiled_templates_test.rb Moved template handlers related code from ActionView::Base to ActionView::Template 2008-03-05 02:03:24 +00:00
date_helper_test.rb Allow html_options to be passed to all the date helpers. Closes #6000 [h-lame, Jakob S] 2008-03-02 04:40:54 +00:00
erb_util_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
form_helper_test.rb Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) [harlancrystal] 2008-03-24 21:32:50 +00:00
form_options_helper_test.rb Docfixes (closes #11356, #11172, #10523) 2008-03-20 02:15:29 +00:00
form_tag_helper_test.rb Added :confirm option to submit_tag (closes #11415) [miloops] 2008-03-24 21:24:40 +00:00
javascript_helper_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
number_helper_test.rb Fixed NumberHelper#number_with_precision to properly round in a way that works equally on Mac, Windows, Linux (closes #11409, #8275, #10090, #8027) [zhangyuanyi] 2008-03-24 21:12:55 +00:00
prototype_helper_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
record_tag_helper_test.rb Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow] 2008-03-05 01:26:24 +00:00
sanitize_helper_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
scriptaculous_helper_test.rb Ensure that :confirm doesn't need extra quotes when using drop_receiving_element. Closes #8299 [thechrisoshow] 2008-02-16 00:07:52 +00:00
tag_helper_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
template_finder_test.rb Whitespace + formatting 2008-03-25 21:27:57 +00:00
template_object_test.rb Missing :js template falls back to :html, so you don't have to explicitly specify template format everywhere, breaking old code 2008-03-28 20:21:52 +00:00
text_helper_test.rb Allow the #simple_format text_helper to take an html_options hash for each paragraph. Closes #2448 [Francois Beausoleil, thechrisoshow] 2008-03-24 02:29:30 +00:00
url_helper_test.rb Ruby 1.9 compat: text helper 2007-12-21 11:51:17 +00:00