--
人肉静态类型编译器
这图片是个占位符,说明有个 img 标签载入图片失败。
注册就 有机会 获得 15G 的空间
我不敢
#3 楼 @goinaction 你对了,原来我一直写了个 bug。
我一般这么写
UPDATE 这是错的
def test_nil_to_hash(hash = {})
hash["follow"]
end
当然,nil 能 to_h 更完备了。
原文访问没什么困难就别全文转载了。
复制粘贴还把原文里的链接丢了
SY 过多导致视觉模糊……
#3 楼 @gelihai1991 这篇看来要更新了…
$('#new_post').on('submit', function(event){
event.preventDefault(); // <- 加这句
有意思,卷笔刀
那就是 action 里面要转一下类型了。
@product = Product.new(params[:product].merge(:category_ids => params[:product][:category_ids].map(&:to_i))
在终端试试直接赋值一个整数数组保存会有什么情况
controller 逻辑过多应该抽取到 Model 或者 lib