$ 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
  encoding: unicode
  database: tmpees.development
  pool: 5
  timeout: 5000

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: postgresql
  database: tmpees.test
  pool: 5
  timeout: 5000

production:
  adapter: postgresql
  database: tmpees.production
  pool: 5
  timeout: 5000


Thank you for your patience with a noob.

-- 
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.

Reply via email to