1. 17 5月, 2010 1 次提交
    • W
      Significantly improved internal encoding heuristics and support. · 64d109e3
      wycats 提交于
      * Default Encoding.default_internal to UTF-8
      * Eliminated the use of file-wide magic comments to coerce code evaluated inside the file
      * Read templates as BINARY, use default_external or template-wide magic comments
        inside the Template to set the initial encoding
        * This means that template handlers in Ruby 1.9 will receive Strings encoded
          in default_internal (UTF-8 by default)
      * Create a better Exception for encoding issues, and use it when the template
        source has bytes that are not compatible with the specified encoding
      * Allow template handlers to opt-into handling BINARY. If they do so, they
        need to do some of their own manual encoding work
      * Added a "Configuration Gotchas" section to the intro Rails Guide instructing
        users to use UTF-8 for everything
      * Use config.encoding= in Ruby 1.8, and raise if a value that is an invalid
        $KCODE value is used
      
      Also:
      * Fixed a few tests that were assert() rather than assert_equal() and
        were caught by Minitest requiring a String for the message
      * Fixed a test where an assert_select was misformed, also caught by
        Minitest being more restrictive
      * Fixed a test where a Rack response was returning a String rather
        than an Enumerable
      64d109e3
  2. 16 5月, 2010 3 次提交
  3. 15 5月, 2010 2 次提交
  4. 03 5月, 2010 3 次提交
  5. 01 5月, 2010 1 次提交
  6. 30 4月, 2010 1 次提交
  7. 29 4月, 2010 1 次提交
  8. 27 4月, 2010 1 次提交
  9. 26 4月, 2010 1 次提交
  10. 25 4月, 2010 1 次提交
  11. 24 4月, 2010 1 次提交
  12. 23 4月, 2010 1 次提交
  13. 22 4月, 2010 2 次提交
  14. 18 4月, 2010 1 次提交
  15. 17 4月, 2010 1 次提交
  16. 16 4月, 2010 4 次提交
  17. 14 4月, 2010 2 次提交
  18. 10 4月, 2010 1 次提交
  19. 09 4月, 2010 2 次提交
  20. 06 4月, 2010 1 次提交
  21. 05 4月, 2010 1 次提交
  22. 04 4月, 2010 1 次提交
    • W
      * Change the object used in routing constraints to be an instance of · ab8bf9e1
      wycats 提交于
        ActionDispatch::Request rather than Rack::Request.
      
      * Changed ActionDispatch::Request#method to return a String, to be
        compatible with the Rack::Request superclass.
      
      * Changed ActionDispatch::Request#method to return the original
        method in the case of methodoverride and #request_method not to,
        to be compatible with Rack::Request
      ab8bf9e1
  23. 31 3月, 2010 3 次提交
  24. 27 3月, 2010 1 次提交
  25. 23 3月, 2010 2 次提交
  26. 20 3月, 2010 1 次提交