Articles written by Tanel Suurhans

Tanel Suurhans

Tanel is an experienced Software Engineer with strong background in variety of technologies. He is extremely passionate about creating high quality software and constantly explores new technologies.


Ruby on Rails before_render filter

You probably have used, or at least seen, ActionController::Filters used in lots of Ruby on Rails based applications. Usually it’s related to some authentication/authorization, or benchmarking or something…

Custom dynamic error pages in Ruby on Rails

So you have finished building your Rails application, done some polishing and suddenly you notice that something went horribly wrong in production and you get the well-known default…

Make your Capistrano Growl

Last week, while trying to find some fancy recipes and snippets for Capistrano, I had an idea to use Growl for deployment notifications to let everyone important know…