Rails will create a "development.sqlit3" file if one doesn't exist -
note that this is not actually a sqlite3 database, just a file with
that name.

Are you building a site that does not use ActiveRecord? If that is the
case, setup your environment to exclude the ActiveRecord framework
(see comments in environment.rb).

If it is a version control issue, i.e.not wanting to include sqlite3
files in your repository, then ignore the files (.gitignore if using
git)

On Jul 27, 11:58 am, Greg Willits <[email protected]>
wrote:
> 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 viahttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to