CSS3 Horizontal Rules

I recently found myself devising styles for the "short story" posts on my personal site, which I decided to re-plumb, switching from WordPress to Octopress and GitHub—post about that experience forthcoming!

Default Style

Snazzier

In any event,...

» Read more

Tips for MongoDB Migrations in Rails

I wanted to share a quick and easy method for testing Rails migrations when using the MongoDB database. The flexibility of mongo and ruby makes this pretty straightforward. In this example, we'll be renaming a field in our example "books" collection...

» Read more