Fixed that integration simulation of XHRs should set Accept header as well [Edward Frederick]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4634 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-07-31 06:18:34 +00:00
parent df7efd7e21
commit 63ad8b4d19
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
*SVN*
* Fixed that integration simulation of XHRs should set Accept header as well [Edward Frederick]
* TestRequest#reset_session should restore a TestSession, not a hash [Koz]
* Don't search a load-path of '.' for controller files [Jamis Buck]