against convention In Rails we have these nice things we can use in our controllers called... Jared Carroll July 19, 2007 Web Rails
pure class Specifying your domain model associations in Rails is all done in Ruby and... Jared Carroll July 17, 2007 Web Rails
intention Now conditional logic asks questions, which sucks, but its always still in... Jared Carroll July 16, 2007 Web Rails
what Here’s one that might get you Rails developers: class Comment <... Jared Carroll July 12, 2007 Web Rails
ints or strings Occasionally when developing an app you have to break out an enumeration. ... Jared Carroll July 10, 2007 Web Rails
a compromise On a sidebar in the latest edition of Agile Web Development I noticed... Jared Carroll July 9, 2007 Web Rails
muck focking Most of the time in my tests I mock out all external resources, e.g. file... Jared Carroll July 6, 2007 Web Rails Testing
any? != ! empty? A common Ruby/Rails idiom used in views looks like the following: <% if... Jared Carroll July 5, 2007 Web Rails
no content for you! Conditional display of application components. Jared Carroll July 2, 2007 Web Rails
route it, route it, route it out loud How to test routes in Rails applications. Jared Carroll June 27, 2007 Web Rails