Weblog
This gem makes Rails environment log tail available through the Web.
Installation
Add this line to your application's Gemfile:
gem 'weblog'
And then execute:
$ bundle
Or install it yourself as:
$ gem install weblog
Usage
In your application.rb file add
config.middleware.use Weblog::Middleware, password: 'secret'
Restart the server and navigate to http://yourserver/weblog
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