Server Gem Listen

Automatically restart Rails server after changes in gem sources. If you want to watch for changes in local gems you may want to use lightweight alternative require_reloader.
Achtung: this gem not for actual development or production usage. You can use this gem for quick 'scientific' experiments with core or something like this.

Installation
gem install server-gem-listen
Usage
Execute the command below under your project root:
server-gem-listen
This will launch rails s wrapped with gem watcher.
License
Server Gem Listen is released under the MIT License.