Heading to Ruby East A few of us are going to be trekin’ down to the Penn State campus for Ruby... Tammer Saleh September 26, 2007 News Web
i did not know that Here’s something I discovered the other day: ActiveRecord infers model... Jared Carroll September 21, 2007 Web Rails
its not your responsibility Sometimes in Rails you ask yourself: how do I test this? One example is... Jared Carroll September 19, 2007 Web Rails Testing
time to step up Testing views in Rails applications. Jared Carroll September 16, 2007 Web Rails Testing
for the record Ok, I just want to set this one in stone. Rails’ polymorphic associations. ... Jared Carroll September 12, 2007 Web Rails
no need Ruby’s modules give us opportunities to eliminate unnecessary classes from... Jared Carroll September 10, 2007 Web Ruby
let's get ready to rumble We’re happy to be sponsoring Rails Rumble with what we think is one of the... Chad Pytel September 6, 2007 News Web
Brittle Tests Thoughts on ActionMailer fixtures in rails. Tammer Saleh September 6, 2007 Web Rails Testing
do we need that In Ruby there’s 2 ways to add behavior to a class: inheritance modules ... Jared Carroll September 5, 2007 Web Ruby