rails/actionpack/test
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
..
activerecord use ActiveRecordTestCase 2006-09-22 01:59:06 +00:00
controller test deprecated instance variables using to_s instead of inspect which touches other ivars 2006-10-18 00:04:47 +00:00
fixtures Deprecate @response 2006-09-29 08:26:45 +00:00
template Add support for converting blocks into function arguments in JavaScriptGenerator#call and JavaScriptProxy#call. 2006-10-19 22:03:27 +00:00
abstract_unit.rb set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation callers. off by default. on for Rails tests. 2006-09-04 03:38:13 +00:00
active_record_unit.rb Filters overhaul including meantime filter support for around filters. Closes #5949. 2006-09-22 03:41:03 +00:00
testing_sandbox.rb Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra] 2006-10-12 21:13:05 +00:00