"Advanced Sass" was retired on March 24, 2020.

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

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

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

6 Answers

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.

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

and tnx for your fast reply on this matter :)

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

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