Monthly Archives: April 2007

If your WordPress 2.1 is slow…

I just debugged a strange issue with this WordPress 2.1 blog. It’s running 2.1.2 to be exact, but I think the problem manifests itself with all 2.1.x versions. My site was running really slow – 40-50 seconds per page load. … Continue reading

Posted in Blogging | 5 Comments

Tip: Monitor your website and your Rails apps

You probably want to make sure your websites are up, especially your personal and corporate site. Of course you want all your Rails apps to be up all the time as well. It is a 24-7 world we live in … Continue reading

Posted in Rails | 4 Comments

The best way to understand continuations

I was reading up about Procs due to an interesting error in some code: warning: tried to create Proc object without a block So I picked up my copy (and got a nice little workout in the process) of The … Continue reading

Posted in Rails, Ruby | Comments Off