Paying Down Technical Debt

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
  • SimpleCov

    Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites

    Ensure that you have sufficient test coverage. You can use code coverage analysis tools like SimpleCov to gain insight into gaps in your coverage.

  • SaaSHub

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

    SaaSHub logo
  • bullet

    help to kill N+1 queries and unused eager loading

    Audit the queries in your application. Are there any that are unnecessarily complex or inefficient? Do you have any N+1's? A tool like Bullet can help to find inefficient queries at the outset and prevent issues in production.

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

  • Evaluating More Coverage in Ruby 3.2

    1 project | dev.to | 14 Jan 2023
  • Falha de cobertura: Divagações sobre testes de software

    1 project | dev.to | 11 Dec 2022
  • My First Code Commit in Ruby

    2 projects | dev.to | 29 Dec 2022
  • How to test all workers in one big loop?

    2 projects | /r/rails | 2 Dec 2021
  • Question about wrapping instance vars in attr_reader

    3 projects | /r/ruby | 16 Feb 2021

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