Kategorie Programming 2010

All about programming.

Das Jahr wählen: 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010

April 2010

Incompatible character encodings - Rails patch for Ruby 1.9.1 | 08.04.2010

Eingestellt am 08. April 2010 um 14:50 Uhr » Programming

I wrote a patch for Rails where it fails on the markup() method to encode the text in utf-8

weiterlesen | Kommentare (1)

"Object is not missing constant" in rails / rake | 05.04.2010

Eingestellt am 05. April 2010 um 17:09 Uhr » Programming

I describe how I was able to fix the problem with "Object is not missing constant" in my rails application.

weiterlesen | kommentieren

Februar 2010

Metaprogramming in ruby Let your program extend itself on rutime | 19.02.2010

Eingestellt am 19. Februar 2010 um 01:14 Uhr » Programming

A little how_to extend a ruby class on runtime with help of reflection and meta programming.

weiterlesen | kommentieren