Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 wen 界面上传图像。我正在使用 CarrierWave。它在我的本地窗口机器上工作得很好。在 heroku 我收到以下错误消息: Errno::EACCES (Permission denied - /app/bboads/tmp):
我认为您正在尝试将图片上传到您的public/文件夹。Heroku 不允许你这样做。您需要在 Amazon 的 S3 服务上创建一个存储桶并上传到该存储桶。
public/
这是一个类似的问答