摘要:
paperclip是rails的一个上传文件的包,简单学习了一下。 https://github.com/thoughtbot/paperclip,官方教程。 ImageMagick,教程中指出必须安装,我用的是Ubuntu 12.04LTS,提示已经安装好了。 使用方法: 在相应model中添加:class User { :medium => "300x300>", :thumb => "100x100>" }, :default_url => "/images/:style/missing.png"e 阅读全文
posted @ 2013-07-12 16:18
孤独的小马哥
阅读(381)
评论(0)
推荐(0)
摘要:
Rails 4废除了之前的attr_accessible机制,为了安全起见,使用了新的strong parameter。写代码遇到点小问题,简单了解一下。官方教程 http://edgeguides.rubyonrails.org/action_controller_overview.html#strong-parameters class PeopleController < ActionController::Base # This will raise an ActiveModel::ForbiddenAttributes exception # because it's. 阅读全文
posted @ 2013-07-12 16:08
孤独的小马哥
阅读(1528)
评论(0)
推荐(0)

浙公网安备 33010602011771号