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:
parent
4a6f4b92ad
commit
f503a5dc97
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
*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]
|
||||
|
||||
* Fixed that TestResponse.cookies was returning cookies unescaped #1867 [Doug McInnes]
|
||||
|
|
Loading…
Reference in a new issue