Is it possible to have Rails autoreload the browser when code is saved?

Kind of like how `grunt serve` works. When I save a file that Grunt is watching the browser auto-reloads.

Is there a way to set `rails server` to do this also?

2 thoughts on “Is it possible to have Rails autoreload the browser when code is saved?”

Leave a Comment