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

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