select * from Xxx where id in (1,2,3,4,5) ; 和 select * from Xxx where id = 1; select * from Xxx where id = 2; select * from Xxx where id = 3; select * from Xxx where id = 4; select * from Xxx where id = 5; 应该有区别吧。
看看红会的微博就知道他们现在有多不得人心。
完整的代码可以看么。?
#8 楼 @mistbow http://6bey.scfapp.com/ 这个是你的吧。这里面的图片也是他们的。
http://weibotg.com/ 这也是你的?
#10 楼 @linjunhalida 不错 收藏
是不是 google 纪录了你之前进入过这个页面?google 也不会 100%github 第一啊
#14 楼 @gaicitadie 没对比 所以没感觉。
这帖子太深了
牛啊
佛教书真的可以让人平静么?
ActiveRecord 的办法,Mongoid 不熟。
class User < ActiveRecord::Base
after_create :set_default_name
private
def set_default_name
update_attribute(:name, "访客#{id}") if name.blank?
end
end
相对我更希望能有一本 rails 源码的,现在看 ruby 源码还是吃力。
@fsword 这个算是深入了吧。
怪不得没人回这贴子
恩,你看文档啊
是 Can Can
我擦 是 CanCan 啊
rails c 里面 执行 Cancan 呢
bundle 了么?