Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
B

browserlog

> 编程语言
Open source

Development halted. Watch rails logs live in your browser.

165 stars0 likes2 views
WebsiteGitHub

About

Development halted. Watch rails logs live in your browser.

Project status

This project has been archived and its development halted. I don't have much interest in maintaining it anymore. Feel free to fork and have fun :)

Browserlog

[][codeclimate] [travis]: http://travis-ci.org/dieb/browserlog [codeclimate]: https://codeclimate.com/github/dieb/browserlog [coveralls]: https://coveralls.io/r/dieb/browserlog

Browserlog is a live web log viewer for rails apps.

Features

  • Auto-refresh

Installation

The simplest way to install Browserlog is to use Bundler.

ruby
gem 'browserlog', '~> 0.0.2'

Browserlog is bundled as a Rails engine. Mount it on config/routes.rb.

ruby
MyApp::Application.routes.draw do
  mount Browserlog::Engine => '/logs'
end

With this setup logs/development, logs/staging, logs/production and logs/test are automatically available on the browser.

Note for production environments

For most production environments, it's recommended to not serve logs without authentication. While an authentication scheme is not yet ready, this gem blocks by default any requests to logs/* in such production environment (i.e. RAILS_ENV=production).

In case you want to allow those logs to be displayed under production (e.g. staging servers), use the following initializer:

ruby
# config/initializers/allow_logs_on_production.rb
Browserlog.config.allow_production_logs = true

Supported Rails Versions

  • Rails >= 3.2.18 and 4.1.1

Issues· 5 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Ruby

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言