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

Deleted User

Ruby on Rails First App (PC)

Maybe it's just me but it seems the instructions are meant more for OSX users and not really geared toward PC users. Anyways, whatever the case if you get stuck like I did. Here is a pointer I'd like to share for future reference.

If you are having trouble setting up rails server, do the following.

The command cd treebook will lead you to the directory needed. Then type rails s and it should work from there.

Also I had to go into task manager and end the ruby32 exe file to get the terminate prompt up.

Edit: Actually if I had read the notes below the video I would've gotten it. Sorry.

3 Answers

A lot of Development nowadays is shown on linux or mac OS X. Windows is nice to but just not as nice as a unix terminal like mac has.

Deleted User

I suppose that makes sense.

Thanks for the feedback.

@Jared -

A couple of thoughts ...

  • I strongly suggest that all development be done in a VM, regardless of the host Operating System.
    • The easiest way to do that is to use TurnKey Linux's VMs.
    • IMHO, if someone doesn't use an OS to develop with every day, they are most likely unqualified to tell you what it can and can't do.