This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Thu Apr 24 02:58:52 -0700 2008 | [dctanner] |
| |
attachment_pu.rb | Thu Apr 24 02:58:52 -0700 2008 | [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]



