Configure cache stores
rely on RAM caching for devel, and optionally a memcached server in production
This commit is contained in:
parent
e60dc8c09d
commit
7f2346650f
4 changed files with 15 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -214,6 +214,9 @@ gem 'selectize-rails'
|
|||
# CVE-2017-9049, CVE-2017-9050
|
||||
gem 'nokogiri', '>= 1.8.1'
|
||||
|
||||
# memcached binary connector
|
||||
gem 'dalli'
|
||||
|
||||
# Use guard and spring for testing in development
|
||||
group :development do
|
||||
# to launch specs when files are modified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue