rails/actionpack/test/template
Sam Stephenson 351a224d90 Add support for converting blocks into function arguments in JavaScriptGenerator#call and JavaScriptProxy#call.
Add JavaScriptGenerator#literal for wrapping a string in an object whose #to_json is the string itself.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5323 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-10-19 22:03:27 +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 test deprecated instance variables using to_s instead of inspect which touches other ivars 2006-10-18 00:04:47 +00:00
form_helper_test.rb Fixed that FormHelper#radio_button didn't respect an :id being passed in (closes #6266) [evansj] 2006-10-09 00:53:59 +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 Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #6302) [sven@c3d2.de] 2006-10-09 00:34:43 +00:00
number_helper_test.rb Fixed that NumberHelper#number_to_delimiter should respect precision of higher than two digits (closes #6231) [phallstrom] 2006-10-09 00:59:19 +00:00
prototype_helper_test.rb Add support for converting blocks into function arguments in JavaScriptGenerator#call and JavaScriptProxy#call. 2006-10-19 22:03:27 +00:00
scriptaculous_helper_test.rb Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:35:27 +00:00
tag_helper_test.rb Add <%= escape_once html %> to escape html while leaving any currently escaped entities alone. Fix button_to double-escaping issue. [Rick] 2006-10-18 16:42:19 +00:00
text_helper_test.rb Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred Stienstra] 2006-10-14 00:31:30 +00:00
url_helper_test.rb Add <%= escape_once html %> to escape html while leaving any currently escaped entities alone. Fix button_to double-escaping issue. [Rick] 2006-10-18 16:42:19 +00:00