Second Refactoring of Security Roles Refactoring role-based security code in Ruby. Tammer Saleh January 12, 2007 Web Rails
To Each His Own Use each is a simple Ruby convention with low cognitive overhead. Jared Carroll January 8, 2007 Web Ruby
When to Create? Tips on using Rails’ find_or_create_by feature. Matt Jankowski January 2, 2007 Web Rails
Keep Your Mongrels on a Leash A tool to help manage your Mongrel web processes for Ruby. Jon Yurek January 2, 2007 Web Ruby
What's the Deal with Rails' Polymorphic Associations? An intro to Rails polymorphic associations for Java developers. Jared Carroll December 27, 2006 Web Rails
SwitchTower Gotchas How to work around some common SwitchTower deployment problems. Matt Jankowski December 21, 2006 Web Rails
Using Wrapper Classes with ActiveRecord to Enforce Security Rules A technique for writing ActiveRecord code in a secure way. Tammer Saleh November 9, 2006 Web Rails
LDAP Server for ActiveRecord Models Here’s how to set up an LDAP server for your Ruby app. Tammer Saleh November 9, 2006 Web Rails
Command-Line Utility to Interrogate Models Here’s a little script to better understand your ActiveRecord models. Tammer Saleh October 19, 2006 Web Rails