Archive

Rapid Rails Part 2: Rapid in the literal sense

Posted on Tue 1 Apr, 2008

This is part 2 of the Rapid Rails series. Part 1 featured tips on how to work more efficiently with Rails by making the most of the bundled and related command line tools. This part discusses how to make your Rails application perform faster, with particular focus on server optimisation. Why? Because systems administration requires a very different skill set to programming, and I’ve been often been expected to manage sysadmin tasks on my Rails contracts—and I bet you have too!

I’ve included real-world e…

Continue reading → | Tagsprogramming, sysadmin, server, rails, rapidrails

Rapid Rails Part 3: Desktop mastery

Posted on Mon 21 Apr, 2008

Welcome to Rapid Rails Part 3: Desktop mastery, the third article in my series focussing on making Rails (and yourself) faster.

A good programmer recognises when to reuse and therefore reduce code. A great programmer applies this tendency to their own workflow. Whether you use an IDE or text editor, working with Rails can be made more pleasant and efficient by observing commonly performed tasks and simplifying them.

The examples given below have a heavy bias toward TextMate, Vim and Mac OS. If you work in Windows or Linux, at the very least consider the following 10 ideas.

  1. Ensure …
Continue reading → | Tagsprogramming, rails, rapidrails