Anubhaw Prakash wrote: > Rajkumar Surabhi wrote: >> Hi, >> >> i want to use development database for my testing purpose. >> The problem is with, when test cases are run, it deletes the data before >> and after the test. but i dont want the data to be deleted. >> how to do this. > > Hi Rajkumar, > You can duplicate your development database as testing database and > specify the same in database.yml test environment. By doing this you > will get the desired result without loosing data from development > database. > > Thanks, > Anubhaw
Hi, But i don't want to use seperate databases for testing and development . i need to use single database only.how to do this by using single database -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.