Tag Archives: tutorial

Install Imagemagick on Centos 5.5

Another quick post with some tips on installing the ImageMagick library on CENTOS 5.

Continue Reading

Install GIT on CENTOS 5

Quick post with some notes on how to install GIT on CENTOS 5 easily.

Continue Reading

Upload files using Paperclip on Ruby on Rails

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, [...]

Continue Reading