July 26 11
Recently I created a small Rails app as a sales/marketing site for the startup I am working at. The site is very basic with just a few models and controllers. We time came to deploy the site, Capistrano felt to big, but we didn’t want to have to manually ssh in every time we had [...]
August 11 10
What are you suppose to do on this page? What are you suppose to do on this page? Now it could be Yahoo! doesn’t consider themselves a search company. The problem is, everyone else does.
October 6 09
Recently after upgrading a Rails app to Rails 2.3.4 I noticed my Soap service calls throwing errors. After a little investigation I found this commit: The problem is that since String#underscore lowercases the string, any Hashes created using Hash.from_xml with xml that contain any capital letters in the node names will break when updating to [...]