MetricFu
Coverband
Our great sponsors
MetricFu | Coverband | |
---|---|---|
1 | 6 | |
613 | 2,220 | |
0.0% | - | |
0.0 | 2.2 | |
over 1 year ago | 20 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.
MetricFu
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.
Rubycritic - A Ruby code quality reporter
Rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop]
Pronto - Quick automated code review of your changes
Traceroute - A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app
Cane - Code quality threshold checking as part of your build
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
undercover - Actionable code coverage - detects untested code blocks in recent changes