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
she's a beauty Recently I was writing an action in one of my controllers that needed to do a... Jared Carroll June 8, 2007 Web Rails
null ain't false This one come up today at the shop. Say you have the following table: users... Jared Carroll June 7, 2007 Web Rails
features and bugs While attending RailsConf a few weeks ago the first non-keynote session I saw... Jared Carroll June 1, 2007 Web Rails