Did a quick experiment with a new project and added the default sqlite database with rake db:migrate.
Now I want to get rid of it. I use rake db:drop and that will delete the file, but as soon as I restart the Rails app, the db is recreated. Aargh! I can't find any other file which has been modified which mighht cause the db to be created. How do I get rid of this permanently? -- gw -- 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 [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 -~----------~----~----~----~------~----~------~--~---

