Maicol Bentancor

Results 15 issues of Maicol Bentancor

Since we upgraded to 3.1.0, this match `have_enqueued_sidekiq_job(id).in(20.minutes)` fails randomly only in the CI: ``` expected to have an enqueued MyWorker job arguments: [1] options: {"in"=>20 minutes} found arguments: [[1]]...

Hi, Is it possible with the gem to add the logo to the QR generated? I have to do it manually with rmagick?

So If I paste the next code: ```ruby customer = { name: "John Doe", email: "[email protected]", address: { street1: "123 account st", street2: "", city: "los angeles", state: "CA", postal_code:...

bug

Awesome tool! I have an API and I don't want to be adding css/js files, like [pghero](https://github.com/ankane/pghero) you can compile the assets in the lib so we don't depend on...

Check [jb](https://github.com/amatsuda/jb), it's considered faster than jbuilder Another alternative faster and cleaner is [fast_jsonapi](https://github.com/Netflix/fast_jsonapi) which is based on serializers, so it's like having views + decorators in the same file....

enhancement

Check https://github.com/rootstrap/tech-guides/community

If I add the description code with `desc` as it shows the readme, when whenever starts, it throws `Error output: NoMethodError: undefined method `desc' for # config/schedule.rb:11:in `block in initialize'...

Like `every :monday` or `every :sunday`, it throws `undefined method to_f for :sunday:Symbol`.