5 Ways to Deal With Messy Rails Views
Your views are getting out of hand. It's impossible for another developer (or you in 6 months) to understand what's going on in them. In this »
Your views are getting out of hand. It's impossible for another developer (or you in 6 months) to understand what's going on in them. In this »
Ruby's #sort_by method is powerful, but it can be difficult to figure out how it works at first, especially when you want to sort by »
Syncing your local database with your production environment is a smart thing to do. Here are few reasons why: When tuning for speed, you're working with »
Updated 3/15/15: fig is now docker-compose. I also removed foreman in favor of single responsibility containers I'm not going to go into the details »
This is mostly a note to my future self who has by now forgotten how to get the system clipboard working with Vim. Maybe it'll help »