Marcelo Menezes

Results 6 issues of Marcelo Menezes

I'm using Sidekiq with ActiveJob on Rails 6.0.4, and I have defined the following class: ```ruby class SampleJob < ApplicationJob self.queue_adapter = :sidekiq sidekiq_options queue: :critical, retry: 19 def perform(text)...

Hi, I'm trying to post a JSON object to my backend (rails) but the array param of my object is sending as String and not as a JSON array: {...

I have just added the install notes.

Hi, is it possible to use this gem to partition a table based on other fields rather than by a date field? In my use case I would like it...

Suggest ActiveRecordExtended gem as an alternative to projects running Rails > 5 as there is no plan to update this gem to be compatible with Rails > 5.

This PR adds csv gem as a dependency in the gemspec. Context As of Ruby 3.3.0 it starts printing a warning when using this gem in a Ruby on Rails...