Bert Goethals

Results 46 comments of Bert Goethals

~~This also influences how dialectic characters are typed for latin languages. For example on OS X inserting an `é` will fail using an international keyboard. Even the long press `e`...

Hey, This could indeed be related to a date attribute being updated during the background processing. Maybe it also could have something to do with the url_with_processed method (https://github.com/jstorimer/delayed_paperclip/blob/master/lib/delayed_paperclip.rb#L120) Could...

Can you have a look at this issue: https://github.com/jstorimer/delayed_paperclip/issues/34 It describes issues with the url method, and how this can be fixed. I'd like to know if reverting to the...

Hi, I was wondering if this problem still exists in the latest git HEAD version? If not, could you try to use the ":url_with_processing => false" option, and see if...

Sorry, but with the given information I can not help you out. I've assigned this to jstorimer, hoping he can help you with this.

Hi, Paperclip has undergone quite a change in the latest release, making life easier for people who want to create plugins for it. I'm currently on holiday, and won't be...

Hi, We now have test for this. I was checking and I'm not seeing any tests failing. http://travis-ci.org/#!/jstorimer/delayed_paperclip/builds/168893 Could you provide us with an example failing test/code?

Hi, I just added a bunch of version branches, each for every paperclip 2.4.x branch. The test seem to be working fine now. Could you verify, or add some test...

Could you have a look at this (https://github.com/jstorimer/delayed_paperclip/pull/47) patch? I think it might fix your problem. If it does, could you please confirm?