Articles in category Development:

Deploying Rails (2.0) to Mongrel with Capistrano 2.1

Tags: , ,
Posted 26. October 2007.

Capistrano 2.1 includes some major improvements over the 1.x branch, so everyone should start using it right away. Yet it doesn't work with Mongrel out of the box and it's most likely not backwards compatible with your old deploy recipes. Since there is no official documentation on how to get going with Rails and Mongrel, I put together these instructions.

Read more ... (801 words) 6 Comments.

A MySQL Abstraction Class For PHP

Tags: , , ,
Posted 31. December 2006.

Over the time I have been working with PHP, I built a library of useful classes for my projects. I have always wanted to publish this library freely. It will take some time to clean up the code base and comments, but if someone has use for it, then I will be glad to do it.

Read more ... (292 words)