Traceroute
Coverband
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
Traceroute | Coverband | |
---|---|---|
1 | 6 | |
886 | 2,327 | |
- | - | |
0.0 | 0.0 | |
2 months ago | 15 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
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
-
Rails application boilerplate for fast MVP development
add traceroute
Coverband
-
Dead code or unused code removal in ruby on rails.
Try https://github.com/danmayer/coverband
-
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?
SimpleCov - Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
Scientist - :microscope: A Ruby library for carefully refactoring critical paths.
MetricFu - A fist full of code metrics
Rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop]
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.
bundler-leak - Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile :gem::droplet:
Reek - Code smell detector for Ruby
Cane - Code quality threshold checking as part of your build
Fasterer - :zap: Don't make your Rubies go fast. Make them go fasterer ™. :zap:
Rubycritic - A Ruby code quality reporter