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 on Rails Development Environment in OS X

Johnny Torres
Johnny Torres
1,338 Points

Localhost:3000 appears except when I do through the VM treehouse.

I'm trying to make the to-do list application on Rails currently.

If I do not use the Treehouse VM, I can access localhost:3000

If I do use the Treehouse VM, I cannot access localhost:3000

Should I spend my time trying to properly sync the Treehouse VM, or should I just proceed building the to-do list using the locally installed rails environment? If so, how would I know when to differentiate from the tutorial?

Any insights are appreciated!

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

I want to make sure, it seems like you're asking if you build your app on your local computer, or the TH Workspaces? If that's the case, I would develop it on either or. If you develop on the TH Workspaces, there is a preview button on the top of the menu that will open a new tab to preview your work, as if it was localhost:3000

Johnny Torres
Johnny Torres
1,338 Points

Thanks for clearing that up a bit! I'll go ahead and proceed without the Treehouse VM.