代码之家  ›  专栏  ›  技术社区  ›  efleming

Rails 3.0.1和回形针-图像未调整大小

  •  1
  • efleming  · 技术社区  · 14 年前

    我的模型上有以下代码:

    has_attached_file :photo, :styles => { :small => "150x150#" }, :storage => :s3, :s3_credentials => "#{RAILS_ROOT}/config/s3.yml", :path => "/photo/:id/:style/:filename", :s3_headers => { 'Cache-Control' => 'max-age=315576000', 'Expires' => 10.years.from_now.httpdate }

    上载图像时,仅保存原始图像,样式不起作用。没有生成小文件。

    2 回复  |  直到 13 年前
        1
  •  0
  •   Tony    13 年前

    你只需要把宝石更新到最新最伟大的

        2
  •  0
  •   Alex Epelde    14 年前

    假设您的S3凭据正常,也许您应该尝试为这个小文件设置一个文件类型。例如:styles=>:small=>“150x150”,:png