Sha256: 2ae06918dbd110988427aca99631a37c61c15e6b1e600e239e5478bc9d0fcc31

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# Server Gem Listen 
[![Gem](https://img.shields.io/gem/v/server-gem-listen.svg)](https://rubygems.org/gems/server-gem-listen) [![Maintainability](https://api.codeclimate.com/v1/badges/c2ed6ff9dbf6a06694f3/maintainability)](https://codeclimate.com/github/vavgustov/server-gem-listen/maintainability)

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](https://github.com/teohm/require_reloader).  

> **Warning:** this gem not for actual development or production usage. You can use it for quick 
'scientific' experiments with core or something like this. I would recommend setting up an isolated 
environment using something from rbenv/docker/vagrant.

![image](https://user-images.githubusercontent.com/312873/34501834-c411abb0-f021-11e7-9ce0-34abdc1ae1cb.png)
 
## 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](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
server-gem-listen-0.2.4 README.md