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

Ruby Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Mac

Kevin Egstorf
Kevin Egstorf
26,590 Points

rails server trouble yosemite

Is anyone else having problems with starting the rails server after updating to yosemite?

at least i think that is what is causing problems since it is the only thing i have changed recently.

bundler is not working either

Kyle Daugherty
Kyle Daugherty
16,441 Points

What's the error? I had issues with starting the rails server due to Postgres connection issues after installing Yosemite.

6 Answers

Kang-Kyu Lee
Kang-Kyu Lee
52,045 Points

Hi Kevin. They said here it's a matter of spring - suggested commenting out spring from Gemfile and bundle install

but is your bundle install working?

edit: If not, you should reinstall ruby. Check here and here

Post the error please :-)...Mine works fine on yosemite.

Kevin Egstorf
Kevin Egstorf
26,590 Points

first error i get when starting server is:

bin/rails:6: warning: already initialized constant APP_PATH

And on existing projects when starting bundle install i get:

Error loading RubyGems plugin

Kevin Egstorf
Kevin Egstorf
26,590 Points

and tnx for your fast reply on this matter :)

Kevin Egstorf
Kevin Egstorf
26,590 Points

tnx for the reply, i think ill just reinstall seems easier then to resolve bugs.

Kevin Egstorf
Kevin Egstorf
26,590 Points

libyaml was the problem, did this ''rvm pkg install libyaml'' and it fixed my problem