📜 ⬆️ ⬇️

rails_best_practices

rails_best_practices is a GEM for checking the quality of a rail application code in accordance with the ihower presentation in Rails Best Practices from Kungfu RailsConf .

GitHub source code: http://github.com/flyerhzm/rails_best_practices

Before:
image

After applying the practice:
image
')
Installation

sudo gem install rails_best_practices --source gemcutter.org

Using

In the root directory of your rails application

rails_best_practices .

Source: https://habr.com/ru/post/101607/


All Articles