I have this rails find that i need to get the id as well but if i put the id in the :select wont it effect the query and is there another way to get the id
@past_requests = Request.find_all_by_artist(name, :conditions => ["showdate < ?", Time.now], :select => "distinct venue, showdate")