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

Stumbling out the starting blocks with ruby

I have followed all the prompts start a rails server but when I but the 0.0.0.0:3000 into the browser I get: Error 108 (net::ERR_ADDRESS_INVALID): Unknown error.

Any ideas?

5 Answers

You done anything else before? Ruby for a first time can't be a good place to start. Best to start with HTML surely.

I've already done a bit of HTML and CSS that's not the problem!

Both the rvm and 0.0.0.0 only apply if you are working on a OS X or Linux.

On windows the way to start rails is to type rails s webbrick will then tell you the address it's starting on. By default you can access the rails web server webbrick on 127.0.0.1:3000.

Use CTRL-C you will stop the webbrick server.

My suggestion would be to start with the Learn Ruby on Rails learning adventure.