> So, back to the issue at hand, which is that the string encoder for > ActiveSupport::JSON converts "<" and ">" to '\074' and '\076', when it > should actually be encoding them as '\u003C' and '\u003E'. >
+1 If the current core philosophy is that to_json should always generate spec-valid JSON (as evidenced by http://dev.rubyonrails.org/changeset/7697), then http://dev.rubyonrails.org/changeset/6893, which caused this problem, was contrary to that philosophy. - Danny -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
