Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

[docs] Adding a section about 'url_with_processing.' #87

Merged

Conversation

kevinmtrowbridge
Copy link

On a CMS that I host on Heroku, my users were uploading animated gifs, which could not be resized within the 25s Heroku timeout. delayed_paperclip made it easy to move the resizing into a worker thread.

However, then I had problems with giving effective feedback to the users while the image was being resized. So, I added the "x_processing" booleans to the models, which worked well in the admin area, but the "missing.png" would get stuck in the public facing caching layer.

So I dug into the code and discovered the undocumented 'url_with_processing' configuration -- which, enables you to use the method called ".processing?", but turn off the "missing.png" piece.

@ScotterC
Copy link
Collaborator

Really helpful. Thanks!

ScotterC added a commit that referenced this pull request May 16, 2014
…mentation

[docs] Adding a section about 'url_with_processing.'
@ScotterC ScotterC merged commit e751f3d into jrgifford:master May 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants