如何通过回形针使用种子数据 + S3
我正在尝试使用会员个人资料以及 S3 和回形针的会员个人资料图片为我的数据库添加种子,但它似乎不起作用。
我可以在应用程序中创建/编辑现有成员,以使用回形针 + S3 添加图片,它工作得很好,但播种却不起作用。我已经搜索过但找不到答案。
I'm trying to seed my database with member profiles and also member profile pictures with S3 and paperclip but it doesn't seem to be working.
I can create/edit existing members within the application to add pictures with paperclip + S3 and it works just fine but seeding it doesn't work. I have searched but can't find an answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道您的确切问题是什么,但您可以在您的 seeds.rb 文件中尝试类似的操作:
在您的 User.rb 文件中,您必须将 parperclip 配置为与 amazon s3 一起使用
您可以在 dogan kaya berktas 博客文章 详细信息s3.yml
I don't know what is your exact problem but you can try something like this in your seeds.rb file :
In your User.rb file, you must have parperclip configured to work with amazon s3
You could find on dogan kaya berktas blog post detail about s3.yml