Traceroute
A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app (by amatsuda)
Coverband
Ruby production code coverage collection and reporting (line of code usage) (by danmayer)
Traceroute | Coverband | |
---|---|---|
1 | 6 | |
901 | 2,558 | |
0.0% | 0.2% | |
0.0 | 8.2 | |
over 1 year ago | 30 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Traceroute
Posts with mentions or reviews of Traceroute.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-06.
-
Rails application boilerplate for fast MVP development
add traceroute
Coverband
Posts with mentions or reviews of Coverband.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-09.
-
Dead code or unused code removal in ruby on rails.
Try https://github.com/danmayer/coverband
- How do I find all callbacks that could be executed before a controller action.
-
Gem for visualizing executed code
Interesting idea! Not the same thing, but it reminded me quite a bit of Coverband
-
How to Improve Code Quality on a Ruby on Rails Application
Find dead code with Coverband, which can be run in production.
-
Ruby's Got You Covered
There are many tools for measuring test coverage, but one is SimpleCov. It also supports branches coverage. To measure coverage of production code, check out Coverband, which you can set up to use oneshot lines mode.
-
Top 8 Tools for Ruby on Rails Code Optimization and Cleanup.
I'd add Coverband. Also, since you mention rack-mini-profiler, quick plug for rails-mini-profiler, which is my own spin on performance profiling for rails apps. Still WIP though.
What are some alternatives?
When comparing Traceroute and Coverband you can also consider the following projects:
Fasterer - :zap: Don't make your Rubies go fast. Make them go fasterer ™. :zap:
SimpleCov - Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
Rubycritic - A Ruby code quality reporter
Reek - Code smell detector for Ruby
Flay - Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.
Scientist - :microscope: A Ruby library for carefully refactoring critical paths.