1. 16 8月, 2009 1 次提交
  2. 09 8月, 2009 1 次提交
  3. 07 8月, 2009 3 次提交
  4. 03 8月, 2009 1 次提交
  5. 26 6月, 2009 1 次提交
  6. 18 6月, 2009 1 次提交
  7. 23 5月, 2009 1 次提交
  8. 15 5月, 2009 1 次提交
  9. 14 5月, 2009 1 次提交
  10. 13 5月, 2009 1 次提交
  11. 12 5月, 2009 2 次提交
  12. 03 5月, 2009 1 次提交
  13. 02 5月, 2009 7 次提交
  14. 01 5月, 2009 1 次提交
  15. 28 4月, 2009 1 次提交
    • Y
      Refactor ActionView::Template · cecafc52
      Yehuda Katz + Carl Lerche 提交于
        ActionView::Template is now completely independent from template
        storage, which allows different back ends such as the database.
        ActionView::Template's only responsibility is to take in the
        template source (passed in from ActionView::Path), compile it,
        and render it.
      cecafc52
  16. 25 4月, 2009 1 次提交
  17. 23 4月, 2009 1 次提交
    • R
      * Add pluggable JSON backends with support for the JSON gem. [rick] · 3c4c6bd0
      rick 提交于
          Example: ActiveSupport::JSON.backend = "JSONGem"
      
        All internal Rails JSON encoding is now handled by ActiveSupport::JSON.encode().  Use of #to_json is not recommended, as it may clash with other libraries that overwrite it.  However, you can recover Rails specific functionality
        if you really want to use #to_json.
      
          gem 'json'
          ActiveSupport::JSON.backend = "JSONGem"
      
          class ActiveRecord::Base
            alias to_json rails_to_json
          end
      3c4c6bd0
  18. 09 4月, 2009 1 次提交
  19. 14 3月, 2009 1 次提交
  20. 09 3月, 2009 1 次提交
  21. 08 3月, 2009 2 次提交
  22. 07 3月, 2009 1 次提交
  23. 28 2月, 2009 1 次提交
  24. 25 2月, 2009 1 次提交
  25. 06 2月, 2009 1 次提交
  26. 03 2月, 2009 1 次提交
  27. 28 1月, 2009 2 次提交
  28. 23 1月, 2009 1 次提交
  29. 09 1月, 2009 1 次提交