skunk
Coverband
Our great sponsors
skunk | Coverband | |
---|---|---|
1 | 5 | |
386 | 2,070 | |
3.4% | - | |
5.8 | 7.4 | |
about 1 month ago | about 1 month 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.
skunk
-
How to Improve Code Quality on a Ruby on Rails Application
Skunk's main goal is to serve as a compass for the first steps in your refactoring adventure. Focus on the files with a high skunk_score with a decent code_coverage score. That means you can get started with files that have code quality problems but also have tests, which makes this step easier.
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?
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.
Traceroute - A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app
Rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop]
Reek - Code smell detector for Ruby
rails_best_practices - a code metric tool for rails projects
Barkeep - The friendly code review system.
Cane - Code quality threshold checking as part of your build
undercover - Actionable code coverage - detects untested code blocks in recent changes
bundler-leak - Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile :gem::droplet:
Pippi - pippi
Pronto - Quick automated code review of your changes