Skip to content
railsengines.com

Rails Live

See in live what is happening on server in real-time. Track all activities

No ratings yet
Gem
rails_live
Repository
igorkasyanchuk/rails_live
License
MIT
Stars
15
Added
August 09, 2026

About

See in live what is happening on server in real-time. Track all activities.

Watch application activities in real-time using them gem. Live stream for all events which you want to monitor.

What you get

  • enabled - enable or disable gem (default: true).
  • automatic_routes_mount - automatically mount engine routes in your app (default: true).
  • http_basic_authentication_enabled - Enable HTTP_BASIC authentication (default: false).
  • http_basic_authentication_user_name - HTTP_BASIC authentication user name.
  • http_basic_authentication_password - HTTP_BASIC authentication password.

Mounting it

ruby
# Gemfile
gem "rails_live"

# config/routes.rb
mount RailsLive::Engine, at: "/rails-live"

Details

15 stars on GitHub · MIT licensed · maintained by igorkasyanchuk. Source: https://github.com/igorkasyanchuk/rails_live

Discussion (0)

Sign in to join the discussion.

No comments yet.