Skip to content

Commit dea54f6

Browse files
committed
Kill dalli and memcached
1 parent c15e37e commit dea54f6

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ rvm:
33
- 2.1.2
44
bundler_args: "--without development production autotest"
55
services:
6-
- memcached
76
- mongodb
87
- redis-server
98
before_install:

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ gem 'jquery-rails', '= 2.0.3'
3333
gem 'haml', '3.1.7'
3434
gem 'hamlbars', '1.1.0' #haml support for handlebars/ember.js
3535

36-
# Memcached
37-
gem 'dalli'
38-
gem 'memcachier'
39-
4036
# Postgres
4137
gem 'pg'
4238

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ GEM
171171
httparty (~> 0.10)
172172
json
173173
curb (0.8.5)
174-
dalli (2.7.2)
175174
database_cleaner (1.3.0)
176175
debug_inspector (0.0.2)
177176
debugger-linecache (1.2.0)
@@ -352,7 +351,6 @@ GEM
352351
treetop (~> 1.4.8)
353352
mail_view (2.0.4)
354353
tilt
355-
memcachier (0.0.2)
356354
memoizable (0.4.2)
357355
thread_safe (~> 0.3, >= 0.3.1)
358356
method_source (0.8.2)
@@ -736,7 +734,6 @@ DEPENDENCIES
736734
color
737735
compass-rails
738736
createsend
739-
dalli
740737
database_cleaner
741738
dotenv-rails
742739
ember-rails!
@@ -769,7 +766,6 @@ DEPENDENCIES
769766
local_time
770767
mail
771768
mail_view
772-
memcachier
773769
mini_magick
774770
mixpanel
775771
mongo

config/environments/production.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
config.cache_classes = true
44
config.consider_all_requests_local = false
55
config.action_controller.perform_caching = true
6-
config.cache_store = :dalli_store
76
config.force_ssl = true
87
config.action_controller.asset_host = ENV['CDN_ASSET_HOST']
98
config.action_mailer.asset_host = ENV['CDN_ASSET_HOST']

vagrant/coderwall-box/scripts/postinstall.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearc
143143
dpkg -i elasticsearch-$ES_VERSION.deb
144144
rm -rf ~/elasticsearch-$ES_VERSION.deb
145145

146-
# Memcached
147-
apt-get -y install memcached
148-
149146
# Add /opt/ruby/bin to the global path as the last resort so
150147
# Ruby, RubyGems, and Chef/Puppet are visible
151148
echo 'PATH=$PATH:/opt/ruby/bin' > /etc/profile.d/vagrantruby.sh

0 commit comments

Comments
 (0)