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

I am in the command prompt and installed awesome_print. OK, Typed irb. OK.. Typed 'require 'rubygems' returns =>false.

I am so confused. Where do you in stall this? From gitbash? From command line. I type irb and then require 'rubygems' and =>false is returned. And what directory am i supposed to be in. Sorry, but these lessons kind of suck for Windows - i didn't have any of these problems with PHP.

I am sure you figured this out by now, but when Rubygems => false it means they are already required on the windows system.

2 Answers

The false return means that the file is already loaded. It would have returned "true" had the file needed to be loaded.

Yup. And do some experiments on your own! If it returned false - did you try the next command? DId it work?

Use CMDER or Git Bash, you will get more similar look and behavior. And yes, Rails development sucks for Windows in general, but it's Windows' fault, so move to Linux or Mac as soon as you get the chance (even if it's through virtual machine) if you want to do coding seriously.

^^ What he said as well. Get a VM or a cheap used MacBook. World of difference.