Rails has_and_belongs_to_many conveniences The other day, I was developing an ordering system. In this system, an order... Eric Torrey August 14, 2007 Web Rails
it's the wiz and nooobody beats it Wizard workflows in web apps. Jared Carroll August 6, 2007 Web Rails
Managing Client Expectations with Code Introducing the mile marker plugin. Chad Pytel August 2, 2007 Web Rails
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