下面是我们使用Rake任务的例子: 1.给列表中的用户发送邮件 2.每晚数据的计算和报告 3.过期或重新生成缓存 4.备份数据和svn版本(how's this : subversion repository) 5.运行数据处理脚本(sort of,how much is called this ) 6.Pouring drinks to get a good buzz on(一句玩笑,是这两位仁兄的风格) 这篇文章中,我们将讨论为什么要创建Rake,和他怎么样帮助我们的rails应用.最好你可…
ActiveRecord::Relation是rails3中添加的.rails2中的finders, named_scope, with_scope 等用法,在rails3统一为一种Relation用法. 以下是返回ActiveRecord::Relation的方法: bind create_with distinct eager_load extending from group having includes joins limit lock none offset order preloa…