[Rails] Re: Example or Tutorial of Rails XML

2010-01-27 Thread Marnen Laibow-Koser
Seirie wrote: If it helps any, I'm attempting to build an app that utilizes the twitter API. I know ppl have built tools for the interfacing with the twitter API specifically, but I'd rather deal with it myself using classic XML parsing. Don't reinvent the wheel. Use a Twitter library. I

[Rails] Re: Example or Tutorial of Rails XML

2010-01-27 Thread Marnen Laibow-Koser
Seirie wrote: Hey guys. Does anyone know where I can find a good tutorial or example on how exactly to work with XML in Rails. Now, I know the different technologies you can use (REXML, Builder, etc) and I know how do use these to parse through and create documents...where I specifically have

[Rails] Re: Example or Tutorial of Rails XML

2010-01-27 Thread Seirie
Excellent, all good advice, thanks guys. On Jan 27, 11:47 am, Marnen Laibow-Koser li...@ruby-forum.com wrote: Seirie wrote: Hey guys. Does anyone know where I can find a good tutorial or example on how exactly to work withXMLin Rails. Now, I know the different technologies you can use

[Rails] Re: Example or Tutorial of Rails XML

2010-01-26 Thread Seirie
If it helps any, I'm attempting to build an app that utilizes the twitter API. I know ppl have built tools for the interfacing with the twitter API specifically, but I'd rather deal with it myself using classic XML parsing. On Jan 26, 6:40 pm, Seirie sei...@gmail.com wrote: Hey guys. Does anyone

[Rails] Re: Example or Tutorial of Rails XML

2010-01-26 Thread Alpha Blue
Hi Seirie, I've been trying to help you find a tutorial that would fit your needs. Some of the tutorials are outdated. I did find a detailed PDF that is dedicated to XML and Rails framework. https://www6.software.ibm.com/developerworks/education/x-rubyonrailsxml/x-rubyonrailsxml-a4.pdf Let me