SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 Ruby Code Quality Projects
-
SimpleCov
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
Have you wondered how much of the logic in your views is exercised in your test suite? Thanks to this change, now you can see that in tools like SimpleCov.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
Yep, that article is about very similar concepts but grounded in Spring as the framework.
I like what they do around package imports and it looks a lot like what we do at incident.io, with some rules about which packages can import what.
For people in the Ruby world who want a similar solution, Shopify provide an open-source framework called packwerk that is designed just for this:
-
undercover
undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports
-
-
skunk
A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage! (by fastruby)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Ruby Code Quality related posts
- Top 5 AI Tools for 10x productivity
- All you need is Rails (Engines): Compartmentalising your Monolith
- How to break up a rails monolith
- Evaluating More Coverage in Ruby 3.2
- Falha de cobertura: Divagações sobre testes de software
- Organizing Rails files by meaning
- How To Use Code Climate To Improve Software Quality
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa34a6550>
www.saashub.com | 3 Dec 2023
Index
What are some of the best open-source Code Quality projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | SimpleCov | 4,663 |
2 | CodeClimate | 2,444 |
3 | suture | 1,400 |
4 | packwerk | 1,361 |
5 | undercover | 670 |
6 | MetricFu | 615 |
7 | skunk | 478 |
8 | spellcheck-action | 38 |