1. 19 9月, 2015 6 次提交
  2. 15 9月, 2015 1 次提交
  3. 05 9月, 2015 1 次提交
    • A
      stop inheriting from Rack::Request · 529136d6
      Aaron Patterson 提交于
      Just include the modules necessary in the Request object to implement
      the things we need.  This should make it easier to build delegate
      request objects because the API is smaller
      529136d6
  4. 03 9月, 2015 1 次提交
  5. 30 8月, 2015 1 次提交
  6. 27 8月, 2015 1 次提交
    • M
      Code cleanup · fa216dc3
      Marcin Olichwirowicz 提交于
      Cleanup for `ActionDispatch::Http::Parameters` - no need for required libraries
      and remove not used private method.
      
      Apparently this method was used in `ActionDispatch::Http::Request` - fixed
      by calling `Request::Utils` explicitly (as was done in other parts of the codebase)
      fa216dc3
  7. 26 8月, 2015 1 次提交
  8. 25 8月, 2015 3 次提交
  9. 23 8月, 2015 6 次提交
  10. 22 8月, 2015 2 次提交
  11. 08 8月, 2015 2 次提交
    • A
      deprecate the env method on controller instances · 05934d24
      Aaron Patterson 提交于
      people should be accessing request information through the request
      object, not via the env hash.  If they really really want at the env
      hash, then they can get it off the request.
      05934d24
    • A
      stop using @_env in the controller instance · 81cfdf24
      Aaron Patterson 提交于
      Actions are processed through `dispatch`, so they should have the
      request set on them before any user land code can be executed.  Lets
      stop setting _env on the controller, and give access to it through the
      `env` method.
      81cfdf24
  12. 07 8月, 2015 6 次提交
  13. 06 8月, 2015 2 次提交
  14. 22 7月, 2015 1 次提交
  15. 07 6月, 2015 1 次提交
  16. 29 5月, 2015 1 次提交
  17. 27 5月, 2015 2 次提交
  18. 26 5月, 2015 1 次提交
  19. 24 5月, 2015 1 次提交