gpt4 book ai didi

ruby-on-rails - 回形针更改默认路径和 HashMap 像名称

转载 作者:行者123 更新时间:2023-12-04 05:33:30 25 4
gpt4 key购买 nike

我是 Rails 的新手,使用 Paperclip,我已经在我的模型上进行了设置,没有任何问题。我只是不喜欢它现在为我的图像生成的路径 (:root_path/system/users/avatars/000/000/001) 我真的不明白。如何将我的图像的默认路径修改为更友好的路径?我如何散列图像名称?

最佳答案

在你的模型中,你可以这样设置默认路径、样式和url:

has_attached_file :avatar,
:styles => { :large => "500x500>", :medium => "300x300>", :thumb => "100x100>" },
:path => ":rails_root/public/images/:id/:style/:filename",
:url => "/images/:id/:style/:filename"

关于ruby-on-rails - 回形针更改默认路径和 HashMap 像名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24195254/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com