Tagged with programming

Setting up git with rails apps

- 2008-11-06 13:03:02

When I create a new rails app, I'm constantly going back to another project and stealing the .gitignore file from it to make sure that git doesn't know about certain files rails either updates frequently, or stores machine-specific data in. The latter is generally just config/database.yml, because I develop alongside my colleagues at Brightbox and we deploy via capistrano, ...

--More--

Create a blank rails app including plugins

- 2008-11-03 06:48:27

When I create a rails app from scratch I like to include certain plugins to help me write the app, such as the Rspec testing framework instead of the built-in Test::Unit and jQuery instead of prototype.

--More--

Keyboards

- 2008-10-14 13:59:01

Back in the day I swapped the keys on my 12" powerbook keyboard around to read macgenius across the middle row.

--More--

Alistapart Survey

- 2008-07-29 14:47:24

Another Concise Code Example

- 2008-04-26 15:54:09

This is just another example showing how I refactor code down to its bare minimum. The reason why I do this so much (and indeed I think why ruby is so easy to read compared to other languages) is because it makes my code more readable and less of a bugger to pick up after a while.

--More--