Build Status

Bestie

Utility gem to enforce generic best practice for rails application

Installation

Add this line to your application's Gemfile:

gem 'bestie'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bestie

Usage

In applicaiton's Rakefile, add

load 'tasks/bestie.rake'

Rake tasks are available after including the gem:

Configure individual quality check

RuboCop

bundle exec rails g rubo_cop:config

SimpleCov

bundle exec rails g simple_cov:config

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lonelyplanet/bestie.