Skip to content

Instantly share code, notes, and snippets.

@nickws
Created September 16, 2011 11:07
Show Gist options
  • Save nickws/1221874 to your computer and use it in GitHub Desktop.
Save nickws/1221874 to your computer and use it in GitHub Desktop.
Cannot find rails
vagrant@gentoo32 /vagrant/emotio $ rails s
/home/vagrant/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find rails (>= 0) amongst [actionpack-3.1.0, activemodel-3.1.0, activerecord-3.1.0, activeresource-3.1.0, activesupport-3.1.0, addressable-2.2.6, arel-2.2.1, bcrypt-ruby-3.0.1, bcrypt-ruby-2.1.4, builder-3.0.0, bundler-1.0.18, capybara-1.0.1, capybara-webkit-1.0.0.beta4, carrierwave-0.5.7, childprocess-0.2.2, coffee-script-2.2.0, coffee-script-source-1.1.2, coffeebeans-1.0.1, curb-0.7.15, curb-openuri-0.2.1, database_cleaner-0.6.7, devise-1.3.4, diff-lcs-1.1.3, erubis-2.7.0, execjs-1.2.6, factory_girl-2.1.0, factory_girl_rails-1.2.0, faraday-0.6.1, ffi-1.0.9, guard-0.7.0, guard-rspec-0.4.5, guard-spork-0.2.1, haml-3.1.3, hike-1.2.1, hpricot-0.8.4, htmlentities-4.3.0, i18n-0.6.0, jquery-rails-1.0.14, json-1.6.0, json_pure-1.6.0, launchy-2.0.5, mail-2.3.0, metaclass-0.0.1, mime-types-1.16, mocha-0.10.0, multi_json-1.0.3, multi_xml-0.2.2, multipart-post-1.1.3, nifty-generators-0.4.6, nokogiri-1.5.0, oa-core-0.2.6, oa-oauth-0.2.6, oauth-0.4.5, oauth2-0.4.1, orm_adapter-0.0.5, pg-0.11.0, polyglot-0.3.2, rack-1.3.2, rack-cache-1.0.3, rack-mount-0.8.3, rack-ssl-1.3.2, rack-test-0.6.1, rack-webconsole-0.1.2, rails-erd-0.4.5, rake-0.9.2, rdoc-3.9.4, rmagick-2.13.1, rspec-2.6.0, rspec-core-2.6.4, rspec-expectations-2.6.0, rspec-mocks-2.6.0, rspec-rails-2.6.1, ruby-graphviz-0.9.21, rubyzip-0.9.4, sass-3.1.7, selenium-webdriver-2.6.0, spork-0.9.0.rc8, sprockets-2.0.0, thor-0.14.6, tilt-1.3.3, treetop-1.4.10, tzinfo-0.3.29, uglifier-1.0.3, warden-1.0.5, xpath-0.1.4] (Gem::LoadError)
from /home/vagrant/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
from /home/vagrant/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems.rb:1210:in `gem'
from /home/vagrant/.rvm/gems/ruby-1.9.2-p290/bin/rails:18:in `<main>'
vagrant@gentoo32 /vagrant/emotio $ which gem
/home/vagrant/.rvm/rubies/ruby-1.9.2-p290/bin/gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment