-
Notifications
You must be signed in to change notification settings - Fork 8
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
Is this being maintained? #1
Comments
I am using it, it's in production at http://www.dealbase.com. We're currently using Paperclip 2.2.2. I keep meaning to upgrade Paperclip, so I'll see about it. However, you should also look at the latest Paperclip, because I thought it was implied that they had added a similar solution. |
Hi Chris, thanks for the reply. I've since narrowed the bug down to the fact the code is being executed via script/runner. When I run the same code via script/console everything is fine, so it doesn't appear to be an issue either with your code or Paperclip. Essentially, while running in script console I get this output if I 'puts' the URLTempfile instance. File:/var/folders/mJ/mJmuThQ9GryZJ-V3L1vJLk+++TI/-Tmp-/urlupload.3752.0 whereas when run via script runner I get File:0x21ea0e4 Will investigate further :) |
Ok, let me know what you find out. Off hand that looks like it's using a tempfile for one of them, and in-memory representation of the other. I thought that was usually based on size, but maybe assuming it's the same file, I dunno. |
Hey, I'm looking for a solution to the problem this library seems to solve, namely adding the ability to use Paperclip with remote URL’s, but it doesn’t appear to be working with the latest Paperclip release from Github.
Are you still using this code yourself? If so, which PC version are you using it with?
Many thanks.
The text was updated successfully, but these errors were encountered: