Gabriel Sobrinho

Results 59 issues of Gabriel Sobrinho

Ruby version: N/A Rails version: N/A Sidekiq / Pro / Enterprise version(s): Sidekiq 7.1.6 / Pro 7.1.5 / Ent 7.1.2 Hi! ❤️ Would be nice to have the exceptions that...

- Describe the bug ```js Inputmask("decimal", { min: 0.0, max: 3.0, digits: 2, radixPoint: ",", positionCaretOnClick: "select", enforceDigitsOnBlur: true, allowMinus: false }).mask(element); ``` If I type `3,00` and then try...

We are receiving that error somewhat frequently from our users from different devices (mobile, macOS, windows) and different browsers (chromium, chrome, edge, safari). Is this an expected exception?

I can see all my records having the same value of id on that column, what's the purpose?

Fixes https://github.com/westonganger/paper_trail-association_tracking/issues/45

Hi there! We have a separate database for `PaperTrail::Version` and `PaperTrail::VersionAssociation` but we can't find a good way of implementing this. Currently we are doing something like this: ```ruby require...

**Is your feature request related to a problem? Please describe.** Some queries/mutations can take a lot of time, i.e.: 30 seconds. **Describe the solution you'd like** During that time, the...

Hi, I'm going to try to add this support on rlua but I never wrote any line of C, so, I may need some help.

Hello carlosbrando, What you think about use validation_reflection gem to make the ActiveRecord validations? This will improve speed significantly and add support for more specific options like :if and :unless...