Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] most_appropiate_url changed to be part of Paperclip::UrlGenerator,... #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 20, 2012

  1. [Fix] most_appropiate_url changed to be part of Paperclip::UrlGenerat…

    …or, tested across rails versions and added Rails 3.2 to test suite. Paperclip version bumped to 2.7.
    
      - Main issue - `attachment`_updated_at was not being updated, new Paperclip (> 2.4.5) assigns the updated_at of the `attachment`, when S3 took too long, or the queue takes longer than a second to pick the image up, the `attachment`_updated_at and instance.updated_at get out of sync, and the url generated (with :updated_at in the hash_data - default), will not find the newly created images.
    tommeier committed Mar 20, 2012
    Configuration menu
    Copy the full SHA
    98a8b9e View commit details
    Browse the repository at this point in the history