1. 17 11月, 2012 1 次提交
  2. 04 11月, 2012 1 次提交
  3. 28 8月, 2012 2 次提交
    • P
      Implement ActionView::Template::Types · 67f55e28
      Piotr Sarnacki 提交于
      AV::Template::Types is a small abstraction to allow to specify template types
      that can be used in ActionView. When Action Pack is loaded it's replaced with
      Mime::Type.
      67f55e28
    • P
      Add ActionView::Base.default_formats · 45efb665
      Piotr Sarnacki 提交于
      default_formats array is used by LookupContext in order to allow
      rendering templates when :formats option is not passed. Previously it
      was always set to Mime::SET, which created dependency on Action Pack. In
      order to remove this dependency, Mime::SET is used only if
      ActionController is loaded.
      45efb665
  4. 22 8月, 2012 1 次提交
  5. 17 8月, 2012 1 次提交
  6. 03 8月, 2012 2 次提交
  7. 30 7月, 2012 1 次提交
  8. 12 5月, 2012 1 次提交
  9. 18 3月, 2012 1 次提交
  10. 01 1月, 2012 1 次提交
  11. 24 12月, 2011 2 次提交
  12. 16 12月, 2011 2 次提交
  13. 02 12月, 2011 2 次提交
  14. 22 10月, 2011 1 次提交
  15. 20 10月, 2011 1 次提交
  16. 07 4月, 2011 1 次提交
  17. 23 2月, 2011 1 次提交
  18. 20 12月, 2010 1 次提交
  19. 26 9月, 2010 1 次提交
  20. 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
  21. 21 7月, 2010 2 次提交
  22. 20 7月, 2010 1 次提交
  23. 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
  24. 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
  25. 04 3月, 2010 2 次提交
  26. 01 2月, 2010 1 次提交
  27. 30 1月, 2010 1 次提交
  28. 21 1月, 2010 3 次提交
  29. 17 1月, 2010 2 次提交
  30. 16 1月, 2010 1 次提交