I have successfully been able to create the xml I needed as a view, but how do I go from that to storing it as a record in the database?
On Mon, Nov 3, 2008 at 5:44 PM, Frederick Cheung <[EMAIL PROTECTED] > wrote: > > > > On Nov 3, 9:51 pm, "casey.ellett" <[EMAIL PROTECTED]> wrote: > > Forgive my ignorance, but I have searched for a while and cannot find > > anything that would help me move in the right direction. > > I need to generate xml that will then be recored in the database so > > that I can pull out at a later date. > > Every bit of info I could find shows how to create the xml and display > > it through a .rxml view. > Check out the builder library - it's what rxml templates use. > > Fred > > > > I also have to be able to assemble the data points for the xml from > > several different tables (I basically need to pull all of the has_one > > and has_many relationships for a particular table and construct the > > xml with them). > > > > A push in the right direction would be awesome. > > > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

