rails--rails/actionpack/test
Thomas Fuchs a3b045a73e Add support for the param_name parameter to the auto_complete_field helper. Fixes #5026 [david.a.williams@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4713 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-07 11:08:32 +00:00
..
activerecord Fix problem with unloaded ARStore sessions being loaded when they are garbage collected, causing problems if there were AR objects in the session. 2006-03-08 16:53:34 +00:00
controller Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. 2006-08-07 06:11:56 +00:00
fixtures Added automated timestamping to AssetTagHelper methods for stylesheets, javascripts, and images when Action Controller is run under Rails [DHH] 2006-03-29 20:57:53 +00:00
template Add support for the param_name parameter to the auto_complete_field helper. Fixes #5026 [david.a.williams@gmail.com] 2006-08-07 11:08:32 +00:00
abstract_unit.rb Added new infrastructure support for REST webservices. 2006-03-05 18:59:58 +00:00
active_record_unit.rb
testing_sandbox.rb