1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing CHANGELOG entry for 4a6f4b92ad

This commit is contained in:
Pratik Naik 2009-05-19 23:57:49 +02:00
parent 4a6f4b92ad
commit f503a5dc97

View file

@ -1,5 +1,10 @@
*Edge* *Edge*
* Change integration test helpers to accept Rack environment instead of just HTTP Headers [Pratik Naik]
Before : get '/path', {}, 'Accept' => 'text/javascript'
After : get '/path', {}, 'HTTP_ACCEPT' => 'text/javascript'
* Instead of checking Rails.env.test? in Failsafe middleware, check env["rails.raise_exceptions"] [Bryan Helmkamp] * Instead of checking Rails.env.test? in Failsafe middleware, check env["rails.raise_exceptions"] [Bryan Helmkamp]
* Fixed that TestResponse.cookies was returning cookies unescaped #1867 [Doug McInnes] * Fixed that TestResponse.cookies was returning cookies unescaped #1867 [Doug McInnes]