fast blank to latest

This commit is contained in:
Sam 2013-04-02 09:28:26 +11:00
parent a81b1476ca
commit 073125ac30
2 changed files with 9 additions and 6 deletions

View File

@ -105,6 +105,9 @@ group :development do
gem 'pry-rails'
end
# this is an optional gem, it provides a high performance replacement
# to String#blank? a method that is called quite frequently in current
# ActiveRecord, this may change in the future
gem 'fast_blank', github: "SamSaffron/fast_blank"
# IMPORTANT: mini profiler monkey patches, so it better be required last

View File

@ -7,7 +7,7 @@ GIT
GIT
remote: git://github.com/SamSaffron/fast_blank.git
revision: 79df15181712f7e140d8443b7ab7a989fa289b88
revision: 5d63f521b228fe9aa386ed8b8bff280781b23004
specs:
fast_blank (0.0.1)
rake