public
Clone URL: git://github.com/newbamboo/attachment_pu.git
name age message
file README Thu Apr 24 02:58:52 -0700 2008 fresh code from Stylale [dctanner]
file attachment_pu.rb Thu Apr 24 02:58:52 -0700 2008 fresh code from Stylale [dctanner]
README
# Install on Debian/Ubuntu

apt-get install libgd2-noxpm libgd2-dev
gem install inline

# For Merb

Put attachment_pu.rb in /lib and then in your model put the following:

    has_attachment :thumb => [400,400], :tiny => [128,128]