Install Imagemagick on Centos 5.5
Another quick post with some tips on installing the ImageMagick library on CENTOS 5.
Another quick post with some tips on installing the ImageMagick library on CENTOS 5.
Quick post with some notes on how to install GIT on CENTOS 5 easily.
Paperclip is an awesome plugin to handle file uploads in Ruby on Rails. I’ve been using in a couple of projects lately and I thought I’d talk a bit about it. First of all, you need to install the plugin on your project by doing: script/plugin install git://github.com/thoughtbot/paperclip.git from your project main directory. After this, [...]