flyerhzm-metric_fu

flyerhzm-metric_fu gem combines metric_fu gem with rails_best_practices gem


Install


sudo gem install flyerhzm-metric_fu

Usage

1. make metric_fu gem work in your rails app. See metric_fu gem http://metric-fu.rubyforge.org/ for documentation, or the HISTORY file for a change log.

2. change metric_fu gem to flyerhzm_metric_fu gem.


config.gem 'flyerhzm-metric_fu', :lib => 'metric_fu'

The usage of flyerhzm-metric_fu gem is the same as metric_fu gem. And you will see rails_best_practices output. See rails_best_practices gem http://github.com/flyerhzm/rails_best_practices