Last Updated: February 25, 2016
·
3.035K
· mgamer

Reload Rails Console

So you're running Rails console using 'rails console' command, changed some source code and want that changes reflected in the console without having to restart it?

Just reload the console using this command:

reload!