flyerhzm / rails_best_practices

a code metric tool for rails projects
http://rails-bestpractices.com
MIT License
4.16k stars 276 forks source link

Optimize methods of Klass for performance. #274

Closed pocke closed 8 years ago

pocke commented 8 years ago

I benchmarked in gitlab repository. https://github.com/gitlabhq/gitlabhq try 3 times.

Command

$ rails_best_practice

Before

pocke commented 8 years ago

Hmm, travis ci failed.

Travis says the followings.

Gem::InstallError: activesupport requires Ruby version >= 2.2.2.

ActiveSupport 5 requires ruby 2.2.2 or later. but rubies version on CI aren't larger than 2.2.2.

flyerhzm commented 8 years ago

@pocke great, thanks, I'll fix failures on travis later.