Shoulda Gets Busy with Your Controllers A while back we released the Shoulda Plugin to help with testing your... Tammer Saleh July 25, 2007 News Web Rails Testing Shoulda
Disambiguate Rails helpers Here at thoughtbot we strive to make explicit, agile code. We know the... Eric Torrey July 24, 2007 Web Rails
when things happen Recently in a Rails app, I ran into a strange bug. In this app, we had users... Jared Carroll July 20, 2007 Web Rails
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
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