Kategorie Programming 2010

All about programming.

Das Jahr wählen: 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024

November 2010

Monster Tiles Mein erstes iPhone Spiel | 03.11.2010

Eingestellt am 03. November 2010 um 12:22 Uhr » Programming

Mein erstes iPhone Spiel ist im App Store.

weiterlesen | Kommentare (2)

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 (2)

"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 | Kommentare (1)

Februar 2010

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

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

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

weiterlesen | (Kommentare geschlossen)