mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
lru cache added
This commit is contained in:
parent
d8299914ce
commit
ccae619d9a
3
Gemfile
3
Gemfile
|
@ -118,6 +118,9 @@ gem "sprockets", :git => "git://github.com/SamSaffron/sprockets.git", :branch =>
|
||||||
# ActiveRecord, this may change in the future
|
# ActiveRecord, this may change in the future
|
||||||
gem 'fast_blank' #, github: "SamSaffron/fast_blank"
|
gem 'fast_blank' #, github: "SamSaffron/fast_blank"
|
||||||
|
|
||||||
|
# this provides a very efficient lru cache
|
||||||
|
gem 'lru_redux'
|
||||||
|
|
||||||
# IMPORTANT: mini profiler monkey patches, so it better be required last
|
# IMPORTANT: mini profiler monkey patches, so it better be required last
|
||||||
# If you want to amend mini profiler to do the monkey patches in the railstie
|
# If you want to amend mini profiler to do the monkey patches in the railstie
|
||||||
# we are open to it. by deferring require to the initializer we can configure disourse installs without it
|
# we are open to it. by deferring require to the initializer we can configure disourse installs without it
|
||||||
|
|
|
@ -251,6 +251,7 @@ GEM
|
||||||
thor (~> 0.15)
|
thor (~> 0.15)
|
||||||
libv8 (3.11.8.17)
|
libv8 (3.11.8.17)
|
||||||
listen (0.7.2)
|
listen (0.7.2)
|
||||||
|
lru_redux (0.0.6)
|
||||||
lumberjack (1.0.2)
|
lumberjack (1.0.2)
|
||||||
mail (2.4.4)
|
mail (2.4.4)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
|
@ -511,6 +512,7 @@ DEPENDENCIES
|
||||||
jquery-rails
|
jquery-rails
|
||||||
jshint_on_rails
|
jshint_on_rails
|
||||||
librarian (>= 0.0.25)
|
librarian (>= 0.0.25)
|
||||||
|
lru_redux
|
||||||
message_bus!
|
message_bus!
|
||||||
minitest
|
minitest
|
||||||
mocha
|
mocha
|
||||||
|
|
Loading…
Reference in New Issue
Block a user