Hi, I'm using the Builder gem to transform an array/hash that contains serialized ruby. Builder's to_xs method seems to mangle serialized ruby though. I can get around this by encoding/decoding with base 64, but that doesn't seem like a good path to follow.
Builder is using this code for escaping: http://intertwingly.net/stories/2005/09/28/xchar.rb Any ideas on how to modify that, so serialized ruby will be escaped properly? Thanks, Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

