1. 24 9月, 2010 2 次提交
  2. 09 9月, 2010 1 次提交
  3. 03 9月, 2010 1 次提交
  4. 02 9月, 2010 1 次提交
  5. 17 3月, 2010 1 次提交
  6. 27 2月, 2010 1 次提交
  7. 26 2月, 2010 1 次提交
  8. 22 2月, 2010 1 次提交
  9. 13 1月, 2010 1 次提交
  10. 07 1月, 2010 1 次提交
  11. 23 12月, 2009 1 次提交
  12. 21 12月, 2009 2 次提交
  13. 18 12月, 2009 1 次提交
  14. 15 10月, 2009 1 次提交
  15. 26 8月, 2009 1 次提交
  16. 07 8月, 2009 1 次提交
  17. 16 6月, 2009 1 次提交
  18. 28 5月, 2009 1 次提交
  19. 27 5月, 2009 1 次提交
    • Y
      Reduce the cost of using ActionController::Http significantly by: · 6bbe965c
      Yehuda Katz 提交于
        * Removing the dependency on AD::Request and AD::Response
        * Moving the logic for the request and response object
          into a new module that is included by default.
        * Changing Renderer and Redirector to use self.headers,
          self.content_type, and self.status, which have very basic
          default implementations on AC::Http. When RackConvenience
          is included (which it is by default on AC::Base), the full
          Request/Response logic is used instead of the simple logic.
      6bbe965c
  20. 13 5月, 2009 1 次提交