Category

ruby

1 min read

Depending on transient values in Rake

Calatrava has a reasonably complex build system to enforce its opinions. One of these opinions is that the environment you’re building for should be configurable. You set the environment by...

Read Article
4 min read

Patterns for Bundler and rvm

A couple of long standing problems in the world of Ruby have been dealing with all the gems that are so easy to toss into your project and the differences...

Read Article
1 min read

Find Mutual Follows, Redux

Previously, I’ve mentioned that I’ve written a script that will show a Twitter user who they and another Twitter user both follow.

Read Article
1 min read

Finding Mutual Follows

When you’re a Twitter’er you will often be in a situation where someone follows you, and you’re wondering, ‘Who is this person? Do I know them?’ Well, I can’t answer...

Read Article
7 min read

Automatic Deployment for Rails

For the Rails applications we’re building at work, as well as all the standard continuous integration features, we also automatically deploy our applications. That is, every time we submit code...

Read Article