Posts Tagged ‘ruby’

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

Thursday, April 30th, 2009

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:
(more…)

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

Thursday, April 30th, 2009

After updating RubyGems I got the following error message:
(more…)

Installing sqlite3 for Rails on Windows XP

Wednesday, April 29th, 2009

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

(more…)