1. 03 8月, 2012 1 次提交
    • X
      defines a private require-hub active_support/rails · 1a7b2e8f
      Xavier Noria 提交于
      This is a private place to put those AS features that are used
      by every component. Nowadays we cherry-pick individual files
      wherever they are used, but that it is not worth the effort
      for stuff that is going to be loaded for sure sooner or later,
      like blank?, autoload, concern, etc.
      1a7b2e8f
  2. 30 7月, 2012 1 次提交
  3. 12 5月, 2012 1 次提交
  4. 18 3月, 2012 1 次提交
  5. 01 1月, 2012 1 次提交
  6. 24 12月, 2011 2 次提交
  7. 16 12月, 2011 2 次提交
  8. 02 12月, 2011 2 次提交
  9. 22 10月, 2011 1 次提交
  10. 20 10月, 2011 1 次提交
  11. 07 4月, 2011 1 次提交
  12. 23 2月, 2011 1 次提交
  13. 20 12月, 2010 1 次提交
  14. 26 9月, 2010 1 次提交
  15. 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
  16. 21 7月, 2010 2 次提交
  17. 20 7月, 2010 1 次提交
  18. 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
  19. 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
  20. 04 3月, 2010 2 次提交
  21. 01 2月, 2010 1 次提交
  22. 30 1月, 2010 1 次提交
  23. 21 1月, 2010 3 次提交
  24. 17 1月, 2010 2 次提交
  25. 16 1月, 2010 3 次提交
  26. 05 1月, 2010 1 次提交
  27. 31 12月, 2009 2 次提交
  28. 29 12月, 2009 1 次提交
  29. 27 12月, 2009 1 次提交