Archive for the ‘SQL’ Category

has_many :finder_sql

Monday, August 27th, 2007 Posted in ActiveRecord, SQL | 2 Comments »

SQL can be a beautiful thing. That being said, I do try to avoid using native SQL as much as possible when writing applications, because for non-DBA types, it really doesn't have the most readable syntax in the world. In ActiveRecord ...