1. 29 9月, 2015 2 次提交
  2. 28 9月, 2015 1 次提交
  3. 15 9月, 2015 2 次提交
  4. 09 9月, 2015 8 次提交
  5. 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
  6. 03 9月, 2015 1 次提交
  7. 02 9月, 2015 1 次提交
  8. 30 8月, 2015 1 次提交
  9. 28 8月, 2015 6 次提交
  10. 27 8月, 2015 2 次提交
    • 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
    • A
      remove redefined method · c967c5eb
      Aaron Patterson 提交于
      Rack::Response::Helpers implements this method, so we can safely remove
      it
      c967c5eb
  11. 26 8月, 2015 2 次提交
  12. 25 8月, 2015 5 次提交
  13. 23 8月, 2015 7 次提交
  14. 22 8月, 2015 1 次提交
    • E
      Refactor to remove controller class from route to request · 4276b214
      eileencodes 提交于
      This refactoring moves the controller class name that was on the route
      set to the request. The purpose of this refactoring is for changes we
      need to move controller tests to integration tests, mainly being able to
      access the controller on the request instead of having to go through
      the router.
      
      [Eileen M. Uchitelle & Aaron Patterson]
      4276b214