The Rack Chuck middleware adds chuck norris facts in the headers of your rack-based web application.
Installation
Add this line to your application's Gemfile:
gem 'rack-chuck', github: 'delicious-development/rack-chuck'
And then execute:
$ bundle
Usage
In config/application.rb add:
config.middleware.use Rack::Chuck
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request