Archive: February 2006

Antonio Cangiano has a good review of some rails hosting packages at http://www.antoniocangiano.com/articles/2006/01/01/rails-hosting

Some examples of Rails applications
The guy of the DontTrustThisGuy blog wanted to share his code of a basic statistics application he built for a client that offers a website affiliate program. So he wrote a post entitled "I’m on Rails: Coding Statistics" where he shows a good illustration of how to tackle a cumbersome project relatively easily. He gave 3 functions:

» Read More

RMagick is a complete interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. For details on how to install and use and for more info about RMagik see the user's guide.

Working with RMagick is very easy. Here are some examples:

» Read More