Server Gem Listen Gem Build Status

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.

image

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.