Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phoet/zazicki
- Owner: phoet
- Created: 2014-02-11T04:16:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T00:46:41.000Z (over 10 years ago)
- Last Synced: 2024-09-15T09:22:42.738Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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