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 trialTyler Oliver
8,306 PointsI can't get localhost to display the ruby rails server. I've had the same difficulty with a php dev server.
I can't get localhost to display the ruby rails server. I've had the same difficulty with a php dev server.
7 Answers
Jacob Israeli
Courses Plus Student 3,702 Pointsyou trippin' son. Have you tried rails s?
David Moore
13,916 PointsYou can start developing for free. From their site:
Nitrous.IO offers free accounts with basic functionality. Code on Nitrous.IO for as long as you want, and if you feel the need for more speed and a faster box with additional features, you can upgrade to take things to the next level.
Tyler Oliver
8,306 PointsIt always redirects to windows server iis.com. This is very frustrating, I can never understand how to set these servers up
Tyler Oliver
8,306 PointsRuby is such an annoying thing to set up
David Moore
13,916 PointsIf you are on Windows, I highly, highly, highly, highly recommend you use Nitrous.io. Your sanity will thank me.
Tyler Oliver
8,306 Pointsexcept nitrous.io is a paid program
Eddie Flores
9,110 PointsNitrous.io is not a paid program. You can pay to get upgrades, but I'm at 348 NoS and I haven't paid for a single thing. Just share with friends, family, and co-workers and you can get more credits to build up your box. It's completely free and works great for Ruby. I've gone through most of the tutorials with Nitrious.io and I can't complain. It also has awesome APIs where you can get connected directly to Heroku and use a bunch of cool tools.
If you use my referral code, I believe they give you extra NoS when you sign up. Haven't used it in a while, but I know they used to.
Ivan Cox
4,228 Pointsdid you try going to 127.0.0.1:3000 after starting up the server with rails s