Skip to content
railsengines.com

Sweet Staging

Access your Rails console, see logs, execute rake commands directly from the browser. Great addition to your Staging ENV

No ratings yet
Gem
sweet_staging
Repository
igorkasyanchuk/sweet_staging
License
MIT
Stars
54
Added
August 15, 2026

About

Access your Rails console, see logs, execute rake commands directly from the browser. Great addition to your Staging ENV.

We often need access to the staging.logs (or production), sidekiq.log, etc. And often direct access to the server is closed and you cannot get them. The idea of this gem is let developer or QA get access to the logs which you want to share.

What you get

  • on scroll put on pause, on scroll to the bottom continue scrolling
  • on selection put on pause
  • implement link to log line feature
  • specs
  • support for Ruby <2.5 (open3 gem looks like was extracted into a separate gem)

Installing it

ruby
# Gemfile
gem "sweet_staging"

Details

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

Discussion (0)

Sign in to join the discussion.

No comments yet.