rails--rails/actionpack/test
Rick Olson 904df818d6 Move ActionController::Routing.optimise_named_routes to ActionController::Base.optimise_named_routes. Now you can set it in the config.
ActionController::Routing::DynamicSegment#interpolation_chunk should call #to_s on all values before calling URI.escape.  [Rick]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7724 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-03 05:47:41 +00:00
..
activerecord Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
controller Move ActionController::Routing.optimise_named_routes to ActionController::Base.optimise_named_routes. Now you can set it in the config. 2007-10-03 05:47:41 +00:00
fixtures Fixed that render template did not honor exempt_from_layout (closes #9698) [pezra] 2007-09-30 22:59:24 +00:00
template Fixed that strip_tags blows up with invalid html (closes #9730) [lifo] 2007-09-29 20:19:33 +00:00
abstract_unit.rb Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ and after_dispatch callbacks, and warm up to non-CGI requests. 2007-09-26 01:24:07 +00:00
active_record_unit.rb
testing_sandbox.rb