Monthly Archives: December 2006

Home office upgrade, new LCD!

Yesterday the new Dell 24” 2407WFP arrived for my home office, woohoo! I was really torn over which monitor to get, either the Dell 24” or Apple’s Cinema 23” display. The 30% off deal from Dell this week made it … Continue reading

Posted in Home, Misc | Tagged , , | 5 Comments

Rewriting a (large) PHP application in Rails, part 2

In my previous post on this topic I described the method we used to convert a legacy MySQL PHP database to a Rails conformant PostgreSQL hosted version. In this article I will tell a bit about how we converted the … Continue reading

Posted in Home, rails | Tagged | 7 Comments

Rewriting a (large) PHP application in Rails, part 1

In recent weeks I was busy converting a fairly large PHP application to Rails. The existing PHP application is about 65.500 lines of intermingled PHP and HTML/CSS code. Yep, a classic PHP application without any database abstraction layer, no templating, … Continue reading

Posted in Home, rails | Tagged | 16 Comments