rails--rails/actionpack/test
David Heinemeier Hansson aa20834222 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
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1307 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-05-19 16:00:04 +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 Added TextHelper#sanitize that can will remove any Javascript handlers, blocks, and forms from an input of HTML. This allows for use of HTML on public sites, but still be free of XSS issues. #1277 [Jamis Buck] 2005-05-09 11:24:18 +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