0.0
Low commit activity in last 3 years
No release in over a year
Mountable Rails Engine for displaying, tail and download logs from a browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Logs_page_view

Gem Version CircleCI Maintainability

Mountable Rails Engine for displaying, tail and download logs from a browser

This Gem is a fork kirillshevch/logs.

New features:

  • Add the new action for TAIL and DOWNLOAD log file.
  • Use bootstrap like front-end.
  • Optimise use RAM for load log file.

Installation

Add this line to your application's Gemfile:

gem 'logs_page_view'

And then execute:

$ bundle

Mount Engine:

config/routes.rb

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

Look up on /logs route.

Demo

Index page

Logs

Download log file

Logs

Tail log file page

Logs

License

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