Tim Uckun wrote: > The tests want to execute "delete * from TABLENAME" and this causes > problems when the table is actually a view. > > Is there an easy way to deal with this issue?
Name the fixtures.yml file after the actual target table, not the view. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

