Rails 7 introduces a new debugging gem

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Byebug

    Debugging in Ruby

    We commonly use byebug for debugging our code which is an easy-to-use, feature-rich ruby debugger. This gem is introduced in Rails 5. It offers features like Stepping, Breaking, Evaluating and Tracking.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Ruby on Rails

    Ruby on Rails

    We can found this documentation for installing byebug with ruby's most popular framework ruby on rails which was marged in this pull request

  4. debug

    Debugging functionality for Ruby (by ruby)

    But Rails 7 is replacing byebug with ruby's own gem debug which was merged in this pull request on Sep 8, 2021.

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

  • The Mythical IO-Bound Rails App

    3 projects | news.ycombinator.com | 25 Jan 2025
  • Introducing the `script` Folder in Rails 8 and a New Gem for Browser-Based Data Migration

    4 projects | dev.to | 20 Dec 2024
  • Optimizing Ruby's JSON, Part 1

    9 projects | news.ycombinator.com | 18 Dec 2024
  • Organizing YAML files by creating directories like `config/x` in Rails

    3 projects | dev.to | 20 Oct 2024
  • What's New in Ruby on Rails 8

    13 projects | news.ycombinator.com | 7 Oct 2024

Did you know that Ruby is
the 12th most popular programming language
based on number of references?