Squash Your Ruby and Rails Bugs Faster

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Ruby on Rails

    Ruby on Rails

    Coincidentally, the default Puma configuration in the most recent Rails release is similar to what's shown here (thanks to Nate Matykiewicz for the tip).

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Delayed::Job

    Database based asynchronous priority queue system -- Extracted from Shopify

    Let's look at an example using Delayed Job, a popular and easy-to-manage queueing backend for Active Job. Delayed Job provides a setting to enable queueing. By default, the setting is true and jobs are queued as per usual. However, if set to false, jobs run immediately.

  • Awesome Print

    Pretty print your Ruby objects with style -- in full color and with proper indentation

    awesome_print and table_print create rich, readable inspections of Ruby data structures, including Active Record models. You can use either gem in code or from the console.

  • Better Errors

    Better error page for Rack apps

    better_errors replaces the standard Rails error page with an enhanced stack backtrace, parameter list, and an interactive console where you can probe the stack frame and variables at the scene of the exception. You can also tie source code links to your favorite editor. Here is code to tie better_errors to Visual Studio Code:

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

  • Gnarly Learnings from March

    3 projects | dev.to | 2 Apr 2021
  • Rails 8.0.0.beta1 Released

    1 project | news.ycombinator.com | 26 Sep 2024
  • Switch Ruby's default parser from parse.y to Prism

    2 projects | news.ycombinator.com | 16 Sep 2024
  • Moving From auto_strip_attributes to normalizes

    2 projects | dev.to | 31 Aug 2024
  • Rails Guides 7.2 in Spanish Translated with OpenAI

    2 projects | dev.to | 20 Aug 2024

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