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 Build a Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Set up Git and Add Gems

Localhost:3000 failed to load

Hey guys,

For some reason when I go to http://localhost:3000/ it keeps telling me it failed to load. It was working and then it just went away for some reason. So I quit my terminal and restarted VM by typing "vagrant up" and "vagrant ssh" into bash. Then I switched to my odot folder and typed "bin/rails server" and it says "cannot load such file --bundler/setup (LoadError)" And when I go to the URL it keeps saying failed to load. Anybody know what's going on there?

Are you in your rails project folder? Your terminal should be pointing at (navigated to) your project folder. From there run the 'Rails Server' command.

1 Answer

Try bundle install, just in case.