Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat is the root cause of "Could not find rake-0.9.2 in any of the sources"?
    primarykey
    data
    text
    <p>I am going through the definitive <a href="http://ruby.railstutorial.org/chapters/static-pages#book_menu" rel="nofollow">ROR tutorial</a> as I am completely new to Rails.</p> <p>When I run rails -v I get:</p> <pre><code>Could not find rake-0.9.2 in any of the sources Run `bundle install` to install missing gems. </code></pre> <p>My Gemfile contains:</p> <pre><code>source 'http://rubygems.org' gem 'rails', '3.0.9' # Bundle edge Rails instead: # gem 'rails', :git =&gt; 'git://github.com/rails/rails.git' gem 'sqlite3', '1.3.3' gem 'gravatar_image_tag', '1.0.0.pre2' gem 'will_paginate', '3.0.pre2' gem 'polyglot', '0.3.2' gem 'rake', '0.9.2' group :development do gem 'rspec-rails', '2.6.1' gem 'annotate', '2.4.0' gem 'faker', '0.3.1' end group :test do gem 'rspec-rails', '2.6.1' gem 'webrat', '0.7.1' gem 'spork', '0.9.0.rc8' gem 'factory_girl_rails', '1.0' gem 'spork', '0.9.0.rc8' end gem 'autotest-standalone', :require =&gt; 'autotest' gem 'autotest-rails-pure' gem 'term-ansicolor' gem 'turn' # Use unicorn as the web server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+) # gem 'ruby-debug' # gem 'ruby-debug19', :require =&gt; 'ruby-debug' # Bundle the extra gems: # gem 'bj' # gem 'nokogiri' # gem 'sqlite3-ruby', :require =&gt; 'sqlite3' # gem 'aws-s3', :require =&gt; 'aws/s3' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators # and rake tasks are available in development mode: # group :development, :test do # gem 'webrat' # end </code></pre> <p>I've tried bundle install, rvmsudo gem install rake which returns:</p> <pre><code>Successfully installed rake-0.9.2 1 gem installed </code></pre> <p>One would imagine that would take care of it.</p> <p>I also tried rvmsudo gem install rails, uninstalling everything and starting over and this error keeps coming back sooner or later.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload