Skip to content

Tag Archives: ruby

Ruby Best Practices: A Review

One of my favorite simple pleasures is reading a technical or instructional book where the level of complexity perfectly matches my expertise.  I’ve been enjoying this exact experience while reading Greg Brown‘s new book, Ruby Best Practices. I have been programming professionally for over three years, with the last five months doing full time Ruby [...]

Good and Not So Good Rails Code

I’ve found I learn best by example. If you do too, these examples of good and not so good Rails code might be useful. This post is targeted at newer Rails programmers. If you’ve moved beyond the beginner stages you might not find much here for you. Onward! Let’s start with some code that’s not [...]