↧
You know your code is successful when…
Like many Ruby and Rails users, I rely on an open source software named Capistrano to deploy my apps to the web. I did a quick check today to see if I had the latest version of the Capistrano gem, and...
View ArticleUbuntu upgrade breaks RMagick on Ruby Enterprise Edition
I recently upgraded the server running 5 Blocks Out from Ubuntu version 8.0.4 to 10.04. Somewhere along the way the binding between the rmagick gem and the underlying imagemagick libraries broke,...
View ArticleActionController::RoutingError (undefined method ‘sub’ for nil:NilClass)
Or, “Man I’m glad Ruby on Rails is an open source framework”. Ruby on Rails normally provides pretty good debugging information for dealing with errors, but I ran into an odd error today that had no...
View Article