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

Cant seem to access /statuses/ on Ruby on Rails

Hi guys,

I've never done anything like Ruby on Rails of back end programming which is why I'm doing it! I'm a bit stuck though.

I've done everything Jason has done in his video:

http://teamtreehouse.com/library/programming-2/build-a-simple-version-of-facebook/getting-started-with-rails/generate-a-rails-application

But I seem to be getting an error when trying to access localhost:3000/statuses/ .. I'm pretty stumped. I've included a screen shot!

http://puu.sh/1U99B

Edit, here's a screenshot of the command prompt too:

http://puu.sh/1U9jA

Thanks, Vaughan

3 Answers

Hey Vaughan!

I've notified the Teaching Team that you need some help, but I believe you're at a point in the Project where you'll learn how to fix that error in the next set of videos :D Watch a few more and see if that helps!

Don't hesitate to email us at help@teamtreehouse.com if you have any questions!

Best,

Elizabeth

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Vaughan,

Also, try downloading and installing NodeJS on Windows. That may get rid of the ExecJS error - http://nodejs.org/download/.

Thank you Elizabeth and thank you very much Jason, that worked perfectly. I can continue now!