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 trialLiam George
12,004 PointsCan't install Rails on a Mac
I can't seem to install Rails on my mac. I keep getting this message in Terminal:
Liams-Air:~ liamgeorge706$ rails -v
/Users/liamgeorge706/.rbenv/versions/2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:315:in to_specs': Could not find 'railties' (>= 0) among 27 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/Users/liamgeorge706/.rvm/gems/ruby-2.2.1:/Users/liamgeorge706/.rvm/gems/ruby-2.2.1@global', execute
gem envfor more information
from /Users/liamgeorge706/.rbenv/versions/2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:324:in
to_spec'
from /Users/liamgeorge706/.rbenv/versions/2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in gem'
from /Users/liamgeorge706/.rbenv/versions/2.2.2/bin/rails:22:in
<main>'
Liams-Air:~ liamgeorge706$
PLEASE HELP ME!
1 Answer
William Li
Courses Plus Student 26,868 PointsHi, Liam George , I'd suggest that you check out this new workshop Installing a Ruby on Rails Development Environment in OS X, it has the updated instruction on how to get the latest Rails up and running on OS X.