intention Now conditional logic asks questions, which sucks, but its always still in... Jared Carroll July 16, 2007 Web Rails
The Legal Alternative thoughtbot prides itself on exploring a variety of methods of boosting... Eric Mill July 13, 2007 Fun
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
Yes, We Heard You I’m sure you’re aware of this already, but the dramatization of the... Eric Mill July 2, 2007 Fun
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