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

Andrew Goddard
Andrew Goddard
40,807 Points

CMD Alternatives for Ruby on Rails Project

Hi guys,

I work on a Windows laptop and find the CMD to be pretty frustrating to use. It might be a case of user malfunction but I'm getting through your console lessons fine using the console you guys provide, and I remember it being mentioned that there are better alternatives to the Windows CMD out there.

My question then is: can I download and use an alternative console on my laptop and still do all the things I need to in the Ruby on Rails project?

Thanks,

Andrew

5 Answers

James Barnett
James Barnett
39,199 Points

Andrew - Check out Console2 for a great CMD replacement

Andrew Goddard
Andrew Goddard
40,807 Points

Thanks for the advice, guys - I'll keep those in mind.

My main problem was that I couldn't pause the server - my laptop doesn't have the pause or break buttons. I looked around online and found that you can write ruby script/rails server to make Ctrl + C work, so I seem to be up and running.

Thanks

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Andrew, I'm not sure what other consoles you're looking at but if you want to get in to a more unix like approach of developing rails apps on windows, take a look at vagrant (http://www.vagrantup.com/). It gives you command line access and shortcuts to a linux virtual machine.

James Barnett
James Barnett
39,199 Points

Andrew - That's a pretty neat hack :star:

Do have you got a link for other's who might run into the same issue?