Squash::Padrino
This gem is Deprecated! Use squash-rack
Integrates squash logging into your padrino apps.
Installation
Add this line to your application's Gemfile:
gem 'squash_padrino'
And then execute:
$ bundle
Or install it yourself as:
$ gem install squash_padrino
Usage
Add the following to your padrino app's config/boot.rb:
require 'squash/padrino/rack'
Squash::Ruby.configure :api_key => 'my_app_api_key',
:api_host => 'https://my_squash_host',
:environment => Padrino.env
Padrino::Application.use Squash::Padrino::Rack
Contributing
- Fork it ( https://github.com/DylanGriffith/squash-padrino/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request