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

Ctrl + C glitch

Ctrl + C does not close out the rails server in the cmd prompt for me when using windows. Any help?

3 Answers

Liban Shire
PLUS
Liban Shire
Courses Plus Student 4,147 Points

Try these steps: 1: Ctrl + pause 2: Ctrl + break 3: Ctrl + Z

anyone of those should work.

on windows, I use ctr + function + break. Then type 'y' and 'enter'

James Bullis
James Bullis
12,762 Points

I prefer to use Powershell instead of CMD. When I use Ctrl-Pause it shuts the program down and I have to open it up again to use it.