ruby rails installation problem

Posted by CHID on Stack Overflow See other posts from Stack Overflow or by CHID
Published on 2010-12-25T16:49:04Z Indexed on 2010/12/25 16:54 UTC
Read the original article Hit count: 207

Filed under:

Hi i am installing ruby on rails.

I installed version 3.0.0 and then wanted to update it to version 3.0.1

So i removed the executable files by giving

gem uninstall rails

Then i again tried installing by giving

gem install rails -v 3.0.1

It says

Succesfully installed rails-3.0.1
1 gem installed
Installing ri documentaion details for rails -3.0.1
File not found: lib

I tested by giving

rails -v

Now it is saying an error called

Could not find gem 'sqlite3-ruby (>= 0, runtime)' in any of the gem sources list
ed in your Gemfile.
Try running `bundle install`.

Can anyone tell me what i am missing. I am using WINDOWS 7

© Stack Overflow or respective owner

Related posts about ruby-on-rails