1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/template
2007-07-09 22:07:39 +00:00
..
active_record_helper_test.rb Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208, #7212. 2007-06-13 01:34:16 +00:00
asset_tag_helper_test.rb Support for non heterogeneous arrays when serializing to xml. Unless guessable from array name the type name will be included as attribute 2007-07-09 22:07:39 +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 Ensure compiled template tests pass on windows where there are no symlinks. [skaes] 2007-05-27 07:21:01 +00:00
date_helper_test.rb Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237, #7238. 2007-06-13 01:20:55 +00:00
form_helper_test.rb Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237, #7238. 2007-06-13 01:20:55 +00:00
form_options_helper_test.rb Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237, #7238. 2007-06-13 01:20:55 +00:00
form_tag_helper_test.rb Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSilva/rebecca/josh] 2007-06-23 16:58:31 +00:00
java_script_macros_helper_test.rb auto_complete_field takes a :method option so you can GET or POST. Closes #8120. 2007-05-26 00:32:52 +00:00
javascript_helper_test.rb Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237, #7238. 2007-06-13 01:20:55 +00:00
number_helper_test.rb Deprecation: remove deprecated human_size helper alias. Use number_to_human_size instead. 2007-03-13 05:18:49 +00:00
prototype_helper_test.rb Improve Action View test coverage. Closes #7241, #7243, #7244. 2007-06-08 04:00:15 +00:00
scriptaculous_helper_test.rb Removed deprecated parameters_for_method_reference concept (legacy from before named routes) [DHH] Added record identification with polymorphic routes for ActionController::Base#url_for and ActionView::Base#url_for [DHH] 2007-05-12 21:12:31 +00:00
tag_helper_test.rb Fixed that content_tag with a block will just return the result instead of concate it if not used in a ERb view #7857, #7432 [michael.niessner] 2007-05-02 22:30:41 +00:00
text_helper_test.rb Improve Text Helper test coverage. Closes #7274. 2007-06-08 04:05:35 +00:00
url_helper_test.rb Fixed that link_to with an href of # when using :method will not allow for click-through without JavaScript (closes #7037) [stevenbristol/josh] 2007-06-23 17:11:01 +00:00