Tagged Questions
5
votes
1answer
3k views
How to upload images on heroku server using attachment_fu plugin
I have an app in Heroku, I need simple file storage for uploaded images for this I
used send_data using attachment_fu plugin.
After that I have used the tmp/ directory to write this file and want to ...
1
vote
1answer
279 views
Rails : Trouble installing attachement_fu on Heroku
I'm trying to deploy an app on heroku.
My trouble is to install hattachement_fu plugin.
I ran the following command to install it directly on the server.
heroku plugins:install ...
0
votes
1answer
714 views
Heroku and Refinerycms: Application failed to start ~ attachment_fu problem
Ok so I'm trying to get Refinerycms working with Heroku, and I'm new at all of this. I've set up an amazon s3 account and added keys and ids to the amazon_s3.yml files.
When launched on Heroku at ...