1. 07 9月, 2012 1 次提交
  2. 30 8月, 2012 3 次提交
  3. 15 5月, 2012 1 次提交
  4. 02 3月, 2012 1 次提交
  5. 17 2月, 2012 1 次提交
  6. 02 12月, 2011 3 次提交
  7. 31 10月, 2011 1 次提交
  8. 13 10月, 2010 1 次提交
  9. 18 9月, 2010 1 次提交
  10. 27 8月, 2010 1 次提交
  11. 21 12月, 2009 1 次提交
  12. 27 10月, 2009 2 次提交
  13. 07 8月, 2009 2 次提交
  14. 03 8月, 2009 1 次提交
  15. 16 6月, 2009 1 次提交
  16. 30 5月, 2009 1 次提交
  17. 29 5月, 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. 22 5月, 2009 1 次提交
  21. 12 5月, 2009 2 次提交