Commit memcache work. memcache is only enabled in production, and currently only...
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 23:12:35 +0000 (19:12 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 23:12:35 +0000 (19:12 -0400)
commit2658beb48f9c3310e84a2738b7c8293d4fc3dbd4
tree7d8228adb570462d4fd0e31d66517a172f228849
parent5d7239d388387fdae166801c7d26c4103d0d5b0c
Commit memcache work. memcache is only enabled in production, and currently only thing cached are election results. At least 5-fold render speed improvement...
app/models/election.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb

Benjamin Mako Hill || Want to submit a patch?