Articles Tagged with activerecord
Zip code proximity search is a common component of any site that has some sort of local features. This article will take a search solution provided at The Code Project and modify it to work with ActiveRecord.
It's common to have audit columns (date created, user modified, etc.) on tables. This article will demonstrate a simple way to deal with this relational pattern using AR.