Omar Ali

Results 4 issues of Omar Ali

Thank you for the great gem. It's a bummer I am unable to get it to work so far for a vanilla Rails 4.2.4. The README suggests in the Usage...

Thanks to your awesome project, my consumer was up and running in minutes. However, I needed to re-consume the entire queue so did a consumer-group offset reset, then started my...

One of the issues we came across was trying to create a SERIAL primary key in PostgreSQL that won't be copied and should not be inserted as NULL while copying...

I have this Rails model with a paperclip attachment. The model looks like this: ``` ruby class Photo < Asset has_attached_file :attachment, url: '/system/assets/:attachment/:id_partition/:style/:filename', styles: { medium: '640x480>', small: '240x240#',...