You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
I think Ive done everything right according to the wiki. Is there something Im missing? Is there some kind of job I need to set up?
There WAS one things in the wiki that wasnt too clear to me though (being a bit of a noob), In the part where it talks about adding the processing flag with a migration, in that same box it has:
Im fairly certain that isnt part of the migration, but do I need to put this somewhere or is it just stating how it will work? Either way, I think the wiki "getting started" should be edited to make it more clear. It seems the "getting started" has just been copied with everyones forks and never updated. A details step by step would be great would be great for the inferior beings like myself ;p
Thanks for any future responses. I tried MANY solutions and NOTHING is working for me. Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered:
I have my delayed jobs running properly locally and on heroku now. Still having issues showing the missing or processing images though. That part of the wiki is unclear to me as stated in the last code block of my original post. Does that go in the controller create? A more thorough, step by step example would be great.
Thanks for the reply @jrgifford . You can close this. Its all working for me now. It seems the block in question actually is not needed for the implementation at all. I guess it was more explanatory of what will happen when using delayed paperclip. I think the only change that would be useful here is to update the docs to make that a bit more clear. Referring to parts of code after the end in both Displaying images during processing and Custom image for processing
I am experiencing this same issue. (I saw you were going to be maintaining from now on so I posted here)
jstorimer#67
When I include the line..
Only the original gets saved to S3 and none of the other styles never make it.
My Model:
My Gemfile
I added the following in my migrations:
I think Ive done everything right according to the wiki. Is there something Im missing? Is there some kind of job I need to set up?
There WAS one things in the wiki that wasnt too clear to me though (being a bit of a noob), In the part where it talks about adding the processing flag with a migration, in that same box it has:
Im fairly certain that isnt part of the migration, but do I need to put this somewhere or is it just stating how it will work? Either way, I think the wiki "getting started" should be edited to make it more clear. It seems the "getting started" has just been copied with everyones forks and never updated. A details step by step would be great would be great for the inferior beings like myself ;p
Thanks for any future responses. I tried MANY solutions and NOTHING is working for me. Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: