Debug Rails with ruby/debug

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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
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
  1. 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

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. 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 know that Ruby is
the 12th most popular programming language
based on number of references?