Agile Development. more fun less stress.

Monit 5.0.1: 2 Errors during installation

Posted: May 6th, 2009 | Author: vid | Filed under: Development | Tags: , | No Comments »

I encountered following error while running ./configure for Monit 5.0.1:
Read the rest of this entry »


Ruby on Rails: Generate a version specific project

Posted: May 4th, 2009 | Author: vid | Filed under: Development | Tags: , | No Comments »

Short answer to a frequently asked question:
Read the rest of this entry »


Ruby: Convert Strings from UTF-8 to LATIN1 (ISO 8859-1) with Iconv

Posted: April 30th, 2009 | Author: vid | Filed under: Development | Tags: | No Comments »

I used VPIM to create VCards from employees in my database which stores the employee’s data UTF-8 encoded. Then I wanted to give the user the possibility to download them. And of course half of the employees’ names were corrupted because I didn’t convert them to LATIN1 (ISO 8859-1). so here’s what i came up with:
Read the rest of this entry »


RubyGems: undefined method ‘manage_gems’ for Gem:Module (NoMethodError)

Posted: April 30th, 2009 | Author: vid | Filed under: Development | Tags: , , , , | 63 Comments »

Update: There’s a more efficient solution to this problem here: The Easy Fix

After updating RubyGems I got the following error message:
Read the rest of this entry »


Installing sqlite3 for Rails on Windows XP

Posted: April 29th, 2009 | Author: vid | Filed under: Development | Tags: , , , | 1 Comment »

Here is a short description how to install sqlite3 with RubyGems on Windows XP.

Read the rest of this entry »


Restart a MySQL Server on Debian / Ubuntu Linux

Posted: April 24th, 2009 | Author: vid | Filed under: Development | Tags: , , , | No Comments »

Here are some basic commands for MySQL.

Read the rest of this entry »