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 trialAndrew Goddard
40,807 PointsCMD 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
Andrew Goddard
40,807 PointsThanks 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
Treehouse Guest TeacherHey 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
39,199 PointsAndrew - That's a pretty neat hack
Do have you got a link for other's who might run into the same issue?