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 trouble is where the Rails framework comes into play. I know you > need to put all the logic in a Model, but I've never written a Model > that wasn't specifically representing a table from the DB, so I'm just > not sure where to start.
Just write a class that has the logic you need. It's really that simple. > Does that make sense? Any help is appreciated > guys, thanks! Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- 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.

