Ruby on Rails
Friday, November 26, 2010
in your Gemfile delete line which have sqlite3-ruby
On Fri, Nov 26, 2010 at 10:32 AM, Adrian Berg <adrian.berg92@gmail.com> 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`.
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
--
Thanks:
Rajeev sharma
+919013155133
--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment