Debug Rails with ruby/debug

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

Scout Monitoring - Performance metrics and, now, Logs Management Monitoring with Scout Monitoring
Get early access to Scout Monitoring's NEW Ruby logging feature [beta] by signing up now. Start for free and enable logs to get better insights into your Rails apps.
www.scoutapm.com
featured
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
  • rubygems

    Library packaging and distribution for Ruby.

    source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.0.0" gem "rails", "~> 7.0.0" gem "sprockets-rails" gem "pg", "~> 1.1" gem "puma", "~> 5.0" gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] end

  • Scout Monitoring

    Performance metrics and, now, Logs Management Monitoring with Scout Monitoring. Get early access to Scout Monitoring's NEW Ruby logging feature [beta] by signing up now. Start for free and enable logs to get better insights into your Rails apps.

    Scout Monitoring logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

    source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.0.0" gem "rails", "~> 7.0.0" gem "sprockets-rails" gem "pg", "~> 1.1" gem "puma", "~> 5.0" gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] end

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

  • Wrestling with Rails Installation

    2 projects | dev.to | 27 Nov 2021
  • Grape-Swagger-Rails not displaying graphic when viewing route

    2 projects | /r/rails | 23 Jun 2021
  • Add full-text search with MongoDB Atlas and MERN

    3 projects | dev.to | 16 Aug 2022
  • Get started with the MERN stack: Build a blog with MongoDB Atlas

    4 projects | dev.to | 17 Jun 2022
  • A Swiss Army Knife for Zsh Unix shell

    6 projects | dev.to | 12 Jan 2022

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