A place for my personal musings, about programming, design or whatever come across my mind

clearing rails console

And so not to forget this again.
This is how to clear the console screen in rails, type this,
In Ubuntu,

system 'clear'

In Windows

system 'cls'

from stackoverflow

3 Comments
Kishore Mylavarapu
Kishore Mylavarapu

This is not working in windows command prompt. Tried in Windows 7 Enterprise edition with rails version 3.2.13. Any help?

kahfei
kahfei

Kishore, any error code?
I am having the same setup as yours, work fine.

moses
moses

Thanks just saved from searching around.

Leave A Comment