msgbartop
Useful MOSS 2007 and Ruby and Rails stuff
msgbarbottom

25 Feb 09 How to: install php zip on mac osx leopard

$sudo pecl install zip

that’s all

18 Feb 09 How to: Install Memcached on Ubuntu for Rails

sudo aptitude install memcached

sudo aptitude install libmemcache-dev

sudo gem install RubyInline

sudo gem install memcache-client

in application.rb

Uncomment the protect_from_forgery

in environment.rb

CACHE = MemCache.new ‘localhost:11211′, :namespace => ‘your_app’

config.action_controller.session = {
:session_key => ‘_your_app_session’,
:secret      => ‘yoursecrectkey’,
:cache       => CACHE,
:expires=>900  }

config.action_controller.session_store = :mem_cache_store

Tags: ,

This blog is multi language by p.osting.it's Babel