Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Andrew Lee
14,448 Pointsrails new treebook
having a hard time creating treebook. this error shows up.
Andrews-iMac:workspace andyrewlee$ rvm use 1.9.3
Using /Users/andyrewlee/.rvm/gems/ruby-1.9.3-p484
Andrews-iMac:workspace andyrewlee$ rails new treebook
/Library/Ruby/Site/2.0.0/rubygems/dependency.rb:298:in to_specs': Could not find 'railties' (>= 0) among 11 total gem(s) (Gem::LoadError)
from /Library/Ruby/Site/2.0.0/rubygems/dependency.rb:309:into_spec'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_gem.rb:47:in gem'
from /usr/bin/rails:22:in<main>'
1 Answer
Jerome Johnson
6,716 Pointsnot sure of your exact issue, but this could be helpful: http://stackoverflow.com/questions/9212116/rails-could-not-find-railties
Andrew Lee
14,448 PointsAndrew Lee
14,448 Pointsthank you! reinstalling rails did the trick