> When I use pp on an object in rails, it prints out a nice string > representation of the object. I am trying to pass objects from one > server to another and I am wondering if I can just pass this string > and > create an object on the other server. Any libraries/functions out > there > that can do this? Or any other way to do this (not necessarily using > pp).
If you really want to go that route you might look at converting it to YAML... but I'd also suggest looking at JSON, XML, XML-RPC, REST, active resource, etc... -philip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

