mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
fast blank to latest
This commit is contained in:
parent
a81b1476ca
commit
073125ac30
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user