Deploying Hubot to Heroku like a boss

Posted on Tuesday, November 01, 2011
How to get running Hubot on heroku in the right way

How to add API throttle to your rails app

Posted on Monday, August 08, 2011
Simple API throttling with Rack::Throttle and Redis

Upgrading to Rails 3.1.0.rc5 (from rc4)

Posted on Tuesday, August 02, 2011
Upgrading from Rails 3.1.0.rc4 to 3.1.0.rc5 don't have to be simple

Difference between class_inheritable_attribute and class_attribute

Posted on Thursday, July 07, 2011
What is the difference beetween between class_inheritable_attribute and class_attribute methods and how to get rid of rails 3.1 depracation warning

Building your own Hoptoad app clone with Errbit, VMware Cloud Foundry and MongoDB

Posted on Friday, July 01, 2011
A simple Getting Started Tutorial VMware Cloud Foundry.

Rails 3.1 and slow Asset Pipeline

Posted on Saturday, June 25, 2011
Is your application extremely slow after upgrading to Rails 3.1? It's (probably) your fault!

Blogging like a hacker using Jekyll, Compass and foreman

Posted on Friday, June 17, 2011
How to add some magic to static Jekyll blog development.

Rails 2.2, bundler, rack and pow

Posted on Thursday, June 16, 2011
How to set up Ruby on Rails 2.2 with bundler, rack and Pow

Mounting Grape API inside rails application

Posted on Friday, January 07, 2011
Grape is a REST-like API micro-framework for Ruby. It is built to complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily provide APIs.

Differences between Proc.new and lambda in ruby

Posted on Monday, December 27, 2010
Proc.new and lambda does almost the same job. They provide a dynamically created inline method. But they are slightly different.

Ruby doesn’t have class methods

Posted on Thursday, December 23, 2010
What does "def self.foo" realy do...

Ruby Timeout::Error is not a StandardError

Posted on Tuesday, December 21, 2010
Quite strange but it is true (for ruby 1.8)

RailsAdmin

Posted on Sunday, December 19, 2010
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.

My Gemfile

Posted on Sunday, December 19, 2010
For each new rails project I almost always put same gems to the Gemfile with initial commit. Here is my gemfile compiled from a few recent projects. Hope some of you find something new for your projects.

fuubar-cucumber

Posted on Thursday, October 21, 2010
The instafailing Cucumber progress bar formatter