Skip to content

Instantly share code, notes, and snippets.

@claytonzaugg
Created November 25, 2015 23:39
Show Gist options
  • Save claytonzaugg/772cf207cc30f4b71062 to your computer and use it in GitHub Desktop.
Save claytonzaugg/772cf207cc30f4b71062 to your computer and use it in GitHub Desktop.
command line after running rails server
/Users/clayton/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'railties' (>= 0) among 14 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/Users/clayton/.rvm/gems/ruby-2.2.2@serenity:/Users/clayton/.rvm/gems/ruby-2.2.2@global', execute `gem env` for more information
from /Users/clayton/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:324:in `to_spec'
from /Users/clayton/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
from /usr/local/bin/rails:22:in `<main>'
@tim-lynn-clark
Copy link

I had figured RVM would be the easiest to get you up and running. I have no idea what is up with your OS X setup at this point or why you are running into so many issues, Ruby and Rails are usually cake to install on a Mac.

I would try the solution here http://stackoverflow.com/questions/21731252/ruby-on-rails-rvm-use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment