my app lives on heroku, and I have recently made some changes to the architecture.specifically the size of the images in users profiles has changed. like so:
I\'m using Paperclip and s3 to upload a simple Image file on article. I\'ve browse all these tutorials explaining on how to actually make a delayed job, for the images, but i feel that they\'re too ol
I\'m trying to upload to a portfolio app I\'ve built, specifically trying to find where to hook delayed_job into the process. It all works otherwise. Right now it returns undefined method \'call\' for
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'ve setup a system to automatically download and store a db dump from my Heroku deployed rails app. Everything is working great but when I download the dump and restore it to my local postgres serve
I have a route in my config which says that for a page, say /secure, there is a login required (done via authlogic). A before_filter in my controller takes care of that. That works fine, the page and
I am syndicating out my multi-media content (mp4 and images) toseveral clients. So I create one S3 object for every mp4 say \"my_content_that_pays_my_bills.mp4\" and let the client access the S3 URL f
I\'m on Heroku, and this is a portfolio thing which I\'m putting up on github for potential employers to look at, so obviously I don\'t want to stick my keys in a S3.yml file. I\'ve exported S3_KEY an
I\'m using paperclip to upload some text/csv files to an S3 bucket. I need to edit those files occasionally. How can I edit and re-save those?
I am stuck.I am using uploadify to upload multiple files to my s3 server.I would like to put each file into a folder that has a unique identifier.What I was hoping to do was to use this syntax to acco