in your Gemfile delete line which have sqlite3-ruby
On Fri, Nov 26, 2010 at 10:32 AM, Adrian Berg wrote:
> $ rake db:create
> (in /home/adrian/sites/tmpee)
> Could not find gem 'sqlite3-ruby (>= 0, runtime)' in any of the gem
> sources listed in your Gemfile.
> Try running `bundle install`.
>
> S
$ rake db:create
(in /home/adrian/sites/tmpee)
Could not find gem 'sqlite3-ruby (>= 0, runtime)' in any of the gem
sources listed in your Gemfile.
Try running `bundle install`.
So I ran bundle install and got the same error.
This is my config/database.yml file:
development:
adapter: postgresql
2 matches
Mail list logo