I'm adding data to a db and I only need to check for duplicated data within the last 30 minuets or so.
Data is getting added at about 10 entries per minuet so I only need search about 300 records. How can I get this in conditions with rails Model.find(:all, :conditions => [])?