search for: xml_serial

Displaying 4 results from an estimated 4 matches for "xml_serial".

Did you mean: xc_serial
2007 Sep 13
0
New DEPRECATION warning - xml_serialization.rb
...I''ve been developing a RoR application for a couple of months now, and haven''t made any recent upgrades (Aptana RadRails in MyEclipse IDE). All of a sudden, I''m getting the following warning messages: c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/ xml_serialization.rb:278: warning: Object#type is deprecated; use Object#class I''d appreciate if someone could tip me on how to fix this. Thanks, Chris. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Ra...
2006 May 19
2
Icecast2 Status Page Parser
Does anyone have a Perl or PHP Icecast2 Status Page Parser? Thanks. -greg. __________________________________________________________________________ Greg J. Ogonowski VP Product Development ORBAN / CRL, Inc. 1525 Alvarado St. San Leandro, CA 94577 USA TEL +1 510 351-3500 FAX +1 510 351-0500 greg@orban.com http://www.orban.com
2008 Aug 27
11
find_by_sql and xml_serializer problems
...ersions where components.componentid = ''" + component_id + "''" + " AND versions.componentid = ''" + component_id + "''") When I do a render :xml I get this: /var/lib/gems/1.8/gems/activerecord-2.1.0/lib/active_record/ serializers/xml_serializer.rb:308: warning: Object#type is deprecated; use Object#class Also the xml out put I get sorta looks like this: <components type="array"> <component> <branch type="NilClass">0</branch> <componentid type="integer">34...
2005 Aug 22
5
XML "Un-Builder?"
I''ve been unserializing XML in PHP with the XML_Serializer class, and I''m wondering if anyone knows of such a class for Ruby. Nothing fancy, just perhaps a simple way of converting arbitrary XML to a Ruby object. Maybe this has been implemented somewhere already? Thanks, Raymond