0.02
No commit activity in last 3 years
No release in over 3 years
This gem uses several different methods to help QA the code in your rails app
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.1.0
~> 3.2.2
~> 0.7.1
 Project Readme

Rails Code QA

Installation

Add the following to your gemfile

gem 'rails_code_qa'

Add the following to your test/test_helper.rb file

require 'simplecov'
SimpleCov.start 'rails'

Usage:

#Everything:
rake rcqa

#Just tests and coverage:
rake rcqa:test

#Just Flog:
rake rcqa:flog

#Just Flay:
rake rcqa:flay

Features

Ruby 1.8.x

No longer supported

Ruby 1.9.x

  • Runs tests with simplecov
  • Runs Flog
  • Runs Flay

Copyright (c) 2009-2013 Nathan Humbert, released under the MIT license