Merb 0.9.0 - only for developer 2 comments

Posted by stephane Thu, 14 Feb 2008 21:02:00 GMT

Following the next version of Merb, I’m a bit surprised by the way this new version came out:

Merb 0.9.0

Help of developers is needed for going on 1.0, then install it and try it.

Included :

  • merb-core
  • merb-action-args
  • merb-assets
  • merb-gen
  • merb-haml
  • merb-mailer
  • merb-parts
  • merb-more
  • merb
then
merb-gen myapp

Install ruby memcached on MacOSX 2 comments

Posted by stephane Tue, 12 Feb 2008 21:13:00 GMT

Classical way, download following archives and compile it in the order. Xcode has to be installed.

tar xzf *.tar.gz
cd 
./configure
make 
sudo make install
  1. lib need for server: lib event. download
  2. the server: memcached. download
  3. the client lib written in c: libmemcached. download
  4. the ruby binding:
    sudo gem install memcached
    or with leopard:
    sudo env ARCHFLAGS="-arch i386" gem install memcached

Older posts: 1 2