1. 18 3月, 2012 1 次提交
  2. 01 1月, 2012 1 次提交
  3. 24 12月, 2011 2 次提交
  4. 16 12月, 2011 2 次提交
  5. 02 12月, 2011 2 次提交
  6. 22 10月, 2011 1 次提交
  7. 20 10月, 2011 1 次提交
  8. 07 4月, 2011 1 次提交
  9. 23 2月, 2011 1 次提交
  10. 20 12月, 2010 1 次提交
  11. 26 9月, 2010 1 次提交
  12. 28 7月, 2010 1 次提交
    • W
      Add a header that tells Internet Explorer (all versions) to use the best... · 123eb25f
      wycats 提交于
      Add a header that tells Internet Explorer (all versions) to use the best available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugin.
      
      This guarantees that the best available standards support will be used on the client.
      123eb25f
  13. 21 7月, 2010 2 次提交
  14. 20 7月, 2010 1 次提交
  15. 03 6月, 2010 1 次提交
    • W
      Removing Metal from Rails 3. · ed34652d
      wycats 提交于
      If you have existing Metals, you have a few options:
      * if your metal behaves like a middleware, add it to the
        middleware stack via config.middleware.use. You can use
        methods on the middleware stack to control exactly where
        it should go
      * if it behaves like a Rack endpoint, you can link to it
        in the router. This will result in more optimal routing
        time, and allows you to remove code in your endpoint
        that matches specific URLs in favor of the more powerful
        handling in the router itself.
      
      For the future, you can use ActionController::Metal to get
      a very fast controller with the ability to opt-in to specific
      controller features without paying the penalty of the full
      controller stack.
      
      Since Rails 3 is closer to Rack, the Metal abstraction is
      no longer needed.
      ed34652d
  16. 30 5月, 2010 1 次提交
    • W
      Removing Metal from Rails 3. · 45e60283
      wycats 提交于
      If you have existing Metals, you have a few options:
      * if your metal behaves like a middleware, add it to the
        middleware stack via config.middleware.use. You can use
        methods on the middleware stack to control exactly where
        it should go
      * if it behaves like a Rack endpoint, you can link to it
        in the router. This will result in more optimal routing
        time, and allows you to remove code in your endpoint
        that matches specific URLs in favor of the more powerful
        handling in the router itself.
      
      For the future, you can use ActionController::Metal to get
      a very fast controller with the ability to opt-in to specific
      controller features without paying the penalty of the full
      controller stack.
      
      Since Rails 3 is closer to Rack, the Metal abstraction is
      no longer needed.
      45e60283
  17. 04 3月, 2010 2 次提交
  18. 01 2月, 2010 1 次提交
  19. 30 1月, 2010 1 次提交
  20. 21 1月, 2010 3 次提交
  21. 17 1月, 2010 2 次提交
  22. 16 1月, 2010 3 次提交
  23. 05 1月, 2010 1 次提交
  24. 31 12月, 2009 2 次提交
  25. 29 12月, 2009 1 次提交
  26. 27 12月, 2009 1 次提交
  27. 23 12月, 2009 3 次提交