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 Build a Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Generate a Scaffold

Cmd win8 Prompt is running slow

I'm using win8 cmd prompt locally and after generate scaffold and FB:migrate there is always a long lag time (mins not seconds) where the cursor blinks. Is this normal? In the video it seems it's only split seconds. I also tried VM with Cmdr - same result.

Ps - on surface pro 3, i5. I liked using Git Bash console...does that work as an alternate to cmd?

2 Answers

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Yes, you can use Git Bash. Also, you should never use Windows for Rails development. I suggest installing your own Linux on virtual machine like VMWare Player or, if you're courageous, dual boot. Treehouse VM doesn't really make things easier.

Thanks - I'll give Linux on VMWare a try first. Never is a strong word - why is that? why should you never use Windows for Rails development? What code is good on a Windows machine?

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Ruby and Rails have lots of issues on Windows machines. You get more errors and less support online because no developer in their right mind uses Windows for Rails, so they can't help you much when you ask online. It's technically possible, but trust me, it's painful.

Ezekiel dela Peña
Ezekiel dela Peña
6,231 Points

My group in our Software Engineering class once tried developing Ruby on Rails in Windows and It took like a week to fix an issue regarding postgreSQL. Which is very time consuming. Try using Linux use VMWare.