depends Sometimes in an app you need to do something in SQL and not in your app’s... Jared Carroll July 31, 2007 Web Rails SQL
simplier restful One of the biggest features in the latest version of Rails is RESTful routes.... Jared Carroll July 26, 2007 Web Rails
It's the little things... Sometimes it’s the little things that really make coding fun. We used to use... Tammer Saleh July 26, 2007 Web Rails
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