projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ed7cd
)
Add memcache-client for live site
author
Tom Hughes
<tom@compton.nu>
Sun, 6 Nov 2011 11:14:38 +0000
(11:14 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 14 Nov 2011 09:42:58 +0000
(09:42 +0000)
Gemfile
patch
|
blob
|
history
Gemfile.lock
patch
|
blob
|
history
diff --git
a/Gemfile
b/Gemfile
index 3705bc798e26bc13cf981afdd5d7e47058424fa0..21b628832c6d5b66862a6b978fb5c4e027f716e5 100644
(file)
--- a/
Gemfile
+++ b/
Gemfile
@@
-35,6
+35,7
@@
gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
gem 'httpclient'
# Load memcache in case we are using it
+gem 'memcache-client'
gem 'memcached'
# Gems needed for running tests
diff --git
a/Gemfile.lock
b/Gemfile.lock
index a48649f4da66961910edec723587b5ab47e0694d..d2b08ccf3ef4965ee73e3bcb340160657a677fa2 100644
(file)
--- a/
Gemfile.lock
+++ b/
Gemfile.lock
@@
-59,6
+59,7
@@
GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
+ memcache-client (1.8.5)
memcached (1.3.5)
mime-types (1.17.2)
multi_json (1.0.3)
@@
-151,6
+152,7
@@
DEPENDENCIES
dynamic_form
httpclient
libxml-ruby (>= 2.0.5)
+ memcache-client
memcached
oauth-plugin (>= 0.4.0.pre7)
open_id_authentication (>= 1.1.0)