I''ve got an area of my application that is going to vary from customer to customer so I''ve decided to put the view into the DB and render it using render :inline. That part is working fine. My challege is in loading sample views. I''d prefer to do this through fixtures as I would with some of the other "seed" data that I''ll be using for the site. The problem is that when I do a db:fixtures:load, the Erb is being run rather than loaded. Is there any way to turn off the Erb interpreter so I can get my Erb (rhtml) into the DB? Thanks, AndyV --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---