Tools we use: VIM

.

A big part of creating Web Applications is to write code. We spend a lot of time in text editor and therefore it has to be an extension of ourselves. We each have our own preference at Code Genome. Some of us like to use textmate, while others prefer emacs or a full IDE like RubyMine.

I personally prefer using VIM.

Simple User Request Tracking Using Redis

By budu.

Logging is an important part of any web application. Rails has a great logging mechanism, which is ideal to see what’s happening during development. It can also be useful in many other situations, but it has its limitations. Being text based, its...