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