Billjk
Billjk

Reputation: 10686

Rails Error: New Project

I am trying to start a new project in Rails, but I keep getting the following error:

/Library/Ruby/Site/1.8/rubygems/dependency.rb:247:in `to_specs': Could not find railties (>= 0) amongst [] (Gem::LoadError)
        from /Library/Ruby/Site/1.8/rubygems/dependency.rb:256:in `to_spec'
        from /Library/Ruby/Site/1.8/rubygems.rb:1210:in `gem'
        from /usr/bin/rails:18

What do I do to fix this???

Upvotes: 0

Views: 566

Answers (1)

Sebi
Sebi

Reputation: 669

Try this :

sudo gem install railties

Upvotes: 5

Related Questions