Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phoet/zazicki

reload middleware code in development
https://github.com/phoet/zazicki

Last synced: 26 days ago
JSON representation

reload middleware code in development

Awesome Lists containing this project

README

        

# Zazicki

Drop-In Gem to enable code reloading of custom Middleware.

See: http://stackoverflow.com/questions/20874222/reloading-rails-middleware-without-restarting-the-server-in-development/21323432

## Installation

Add this line to your application's Gemfile:

gem 'zazicki', group :development

And then execute:

$ bundle

Or install it yourself as:

$ gem install zazicki

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request