adamwiggins (owner)

Revisions

gist: 103372 Download_button fork
public
Public Clone URL: git://gist.github.com/103372.git
Embed All Files: show embed
config/environments/development.rb #
1
2
3
4
5
6
7
class MemCache
  def self.cache
    @@cache ||= MemCache.new('localhost:11211')
  end
end