kirillshevch / logs

Mountable Rails Engine for viewing paginated logs from a browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logs

Gem Version CircleCI Maintainability

Mountable Rails Engine for viewing paginated logs from a browser

Installation

Add this line to your application's Gemfile:

gem 'logs'

And then execute:

$ bundle

Mount Engine:

config/routes.rb

Rails.application.routes.draw do
  mount Logs::Engine => '/logs'
end

Look up on /logs route.

Logs

License

The gem is available as open source under the terms of the MIT License.

About

Mountable Rails Engine for viewing paginated logs from a browser

License:MIT License


Languages

Language:Ruby 75.5%Language:HTML 12.7%Language:JavaScript 4.4%Language:CSS 4.0%Language:Haml 3.3%