mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +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
|
||||
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
|
||||
# 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
|
||||
|
|
|
@ -251,6 +251,7 @@ GEM
|
|||
thor (~> 0.15)
|
||||
libv8 (3.11.8.17)
|
||||
listen (0.7.2)
|
||||
lru_redux (0.0.6)
|
||||
lumberjack (1.0.2)
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
|
@ -511,6 +512,7 @@ DEPENDENCIES
|
|||
jquery-rails
|
||||
jshint_on_rails
|
||||
librarian (>= 0.0.25)
|
||||
lru_redux
|
||||
message_bus!
|
||||
minitest
|
||||
mocha
|
||||
|
|
Loading…
Reference in New Issue
Block a user