1. 21 11月, 2014 1 次提交
  2. 14 11月, 2014 2 次提交
  3. 13 11月, 2014 6 次提交
  4. 12 11月, 2014 1 次提交
  5. 11 11月, 2014 1 次提交
    • D
      Move body to _body to prevent accessing directly. · dffb1211
      David Graham 提交于
      The `body` property may be used for Streams in the future. This also
      avoids the temptation to access `response.body` directly rather than
      going through a body consumer like `response.text()` or
      `response.json()`.
      dffb1211
  6. 03 11月, 2014 1 次提交
  7. 02 11月, 2014 4 次提交
  8. 01 11月, 2014 1 次提交
  9. 31 10月, 2014 16 次提交
  10. 30 10月, 2014 1 次提交
    • M
      Auto-detect available port when running headless tests · 79f74952
      Mislav Marohnić 提交于
      By default the test server tried to run on port 3000, which would fail
      with a misleading message if something else happened to occupy that port
      on the system (such as a Rails app).
      
      Now start incrementing the port number from 3900 and stop when the port
      is found to be available.
      79f74952
  11. 24 10月, 2014 6 次提交