Flight delays application overhaul
In Flight delay information for United flights, I talked about an application I wrote to show United flight delays over time. I have now completely rewritten...
In Flight delay information for United flights, I talked about an application I wrote to show United flight delays over time. I have now completely rewritten...
I noticed the other day that methods defined using define_method have very strange behavior when given the wrong number of arguments. For example, here is a ...
I recently upgraded my blogging software, Mephisto, from 0.7.3 to 0.8.1. One thing I noticed is that they moved the cached files from public to a cache subfo...
On my current project, we use capistrano for all of our deployments. In the simplest case, you tell capistrano the URL of your repository, and then you deplo...
Our current application includes a lot of static content created by content editors. They check in static HTML files, and we include these files in various p...