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
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
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
Kishore, any error code?
I am having the same setup as yours, work fine.
moses
Thanks just saved from searching around.