I am using the DBFunction plugin writen by Mark Van Holstyn, http://agilewebdevelopment.com/plugins/activerecord_database_functions It works wonderfully but I''m having an issue with testing. My development postgres database contains the necessary functions but they are missing from my test database. I''ve got a sql file which adds the functions to the db but something is removing them. Here''s what I''m experiencing. 1 I run my sql file and add the functions. 2 Run an individual unit-test :Pass 3 Run all test :Fail - No function matches the given name. And when I check the database the functions are indeed missing. Any ideas? -- 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 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 -~----------~----~----~----~------~----~------~--~---