使用
Ruby on Rails控制台,是否可以查询数据库以获取在某一天创建的所有记录?
就像是
date = "january 5 2013" users = User.find(:all,:conditions => {:created_at => date})@H_403_6@