RoR Debugbar

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • laravel-debugbar

    Debugbar for Laravel (Integrates PHP Debug Bar)

  • Hey Julien, very nifty!

    Can you comment on the inspiration/ similarity with the Laravel Debugbar [1]? I noticed your GH says "Laravel by Night" :)

    [1] https://github.com/barryvdh/laravel-debugbar

  • firelogger.py

    Python library for FireLogger - a logger console integrated into Firebug

  • Third-party panels, API for third-party panels: https://django-debug-toolbar.readthedocs.io/en/latest/panels...

    Firelogger.py//middleware.py: https://github.com/binaryage/firelogger.py/blob/master/firep...

    Distributed tracing w/ OpenTelemetry, Jaeger; Metrics with ~JMX

    W3C Trace Context v1: https://www.w3.org/TR/trace-context-1/#overview

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Peek

    Take a peek into your Rails applications. (by peek)

  • There's peek[1], albeit not exactly the same thing

    [1] - https://github.com/peek/peek

  • rails_panel

    Chrome extension for Rails development

  • This seems pretty similar to https://github.com/dejan/rails_panel. Was that your inspiration?

  • rack-mini-profiler

    Profiler for your development and production Ruby rack apps.

  • Author of peek here. Honestly, I got burnt out. We stopped using this internally at GitHub which made it difficult to continue working on. Rails was going through its identity crisis with asset pipelines.

    https://github.com/MiniProfiler/rack-mini-profiler gets you most of the way there and comes by default in the Gemfile for new Rails applications.

  • callstacking-rails

    Rails client for Call Stacking - your insurance policy for tracking down those hard-to-find production bugs.

  • Very cool project. Similar to the Ruby on Rails debugger that I wrote, which allows you to see all of the methods that are called for a given request (and param values, return values, etc).

    https://callstacking.com/

  • ruby-lsp

    An opinionated language server for Ruby

  • Some details from https://github.com/Shopify/ruby-lsp

    > NOTE: starting with v0.7.0, it is no longer recommended to add the ruby-lsp to the bundle. The gem will generate a custom bundle in .ruby-lsp/Gemfile which is used to identify the versions of dependencies that should be used for the application (e.g.: the correct RuboCop version).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts