Hello Kenneth, well documented case ;)
I'm not super happy with integrating ActiveSupport, there's lots of things in there. But you are right, the newer versions seem promising. What I could do is simply stay away from JSON in the core ruote classes so that people load their favourite JSON lib at will (like you are doing for the amqp/xmpp participants). Only two core ruote classes do use JSON (and mostly for parsing). Same thing for XML parsing, I should avoid it in the core classes. Pluggable XML library is sexy. So all in all, I guess "extras" classes can load active-support at will. I will avoid it for the core engine (for instance, ruota has no JSON/XML parsing at all). Is that "consensus" OK ? -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
