rails--rails/actionpack/test
David Heinemeier Hansson 473e5bde74 Fixed that compute_public_path should recognize external URLs, so image_tag("http://www.example.com/images/icon.gif") is not prefixed with the relative url path #1254 [victor-ronr-trac@carotena.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-05-19 18:06:12 +00:00
..
controller Added accessors to logger, params, response, session, and headers from the view, so you can write <% logger.info "stuff" %> instead of <% @logger.info "others" %> -- more consistent with the preferred way of accessing these attributes and collections from the controller 2005-05-19 16:00:04 +00:00
fixtures Added that render_partial called from a controller will use the action name as default #828 [Dan Peterson] 2005-04-17 09:25:54 +00:00
template Fixed that compute_public_path should recognize external URLs, so image_tag("http://www.example.com/images/icon.gif") is not prefixed with the relative url path #1254 [victor-ronr-trac@carotena.net] 2005-05-19 18:06:12 +00:00
abstract_unit.rb Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject.com] 2005-04-17 06:16:00 +00:00