Skip to content

Instantly share code, notes, and snippets.

@bingomanatee
Created May 28, 2011 20:09
Show Gist options
  • Save bingomanatee/997182 to your computer and use it in GitHub Desktop.
Save bingomanatee/997182 to your computer and use it in GitHub Desktop.
Odd error when attempting to scaffold
rails generate scaffold Foo name: string
`to_specs': Could not find rails (>= 0) amongst [rake-0.8.7, rake-0.8.7, rubygems-update-1.8.4] (Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:256:in `to_spec'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1182:in `gem'
from /usr/local/bin/rails:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment