rails--rails/actionpack/test/template
David Heinemeier Hansson 1d4d037b0d Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5004 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-09-04 20:54:10 +00:00
..
active_record_helper_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
asset_tag_helper_test.rb Fixed that AssetTagHelper#image_tag and others using compute_public_path should not modify the incoming source argument (closes #5102) [eule@space.ch] 2006-09-04 20:43:38 +00:00
benchmark_helper_test.rb benchmark helper takes an optional log level, defaults to :info. Chose symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite. 2005-07-05 19:33:25 +00:00
compiled_templates_test.rb New dependencies implementation 2006-08-08 21:21:04 +00:00
date_helper_test.rb Improved resolution of DateHelper#distance_of_time_in_words for better precision (closes #5994) [Bob Silva] 2006-09-04 17:00:37 +00:00
deprecated_instance_variables_test.rb Deprecation: test deprecated instance vars in partials. 2006-08-26 05:58:16 +00:00
form_helper_test.rb Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemper, Matt Lyon] 2006-07-18 15:42:22 +00:00
form_options_helper_test.rb Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. 2006-05-09 05:19:32 +00:00
form_tag_helper_test.rb radio_button_tag generates unique id attributes. Closes #3353. 2006-09-03 19:32:31 +00:00
java_script_macros_helper_test.rb Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH] 2006-09-03 23:22:24 +00:00
javascript_helper_test.rb Change link_to_function and button_to_function to (optionally) take an update_page block instead of a JavaScript string. Closes #4804. 2006-04-19 18:08:15 +00:00
number_helper_test.rb Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes #5593) [murpyh@rubychan.de] 2006-07-05 01:04:32 +00:00
prototype_helper_test.rb Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com] 2006-09-04 20:54:10 +00:00
scriptaculous_helper_test.rb Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:35:27 +00:00
tag_helper_test.rb Make test_tag_options pass (closes #5600) [shugo] 2006-08-05 21:38:03 +00:00
text_helper_test.rb Fixed TextHelper#simple_format to deal with multiple single returns within a single paragraph (closes #5835) [moriq@moriq.com] 2006-09-04 19:26:32 +00:00
url_helper_test.rb button_to accepts :method so you can PUT and DELETE with it. Closes #6005. 2006-09-03 15:59:18 +00:00