Ruslan Galiev

Results 8 comments of Ruslan Galiev

> How often are you running this set of commands? > > I see you're using the bang (!) method, and from the [docs](https://github.com/ondrejbartas/sidekiq-cron#adding-cron-job): > > > Bang-suffixed methods will...

I checked two variants `Sidekiq::Cron::Job.create(name: 'Send report', cron: '*/5 * * * *', class: 'VihoCms::Reports::SummaryReportJob', args: [ENV['REPORT_EMAIL'], 12])` and like this ``` array = [ { 'name' => 'Send report'',...

No, there is no backward compatibility, I will try to add check older versions Rails

I try create empty project using rails 6.1.6 . Create simple model with one integer not null (Nullable) field. Everything works without problems. Problem with relation rails 7.0.3.

clearChoices still doesn't work. ``` function clean(event) { let el = event.target.closest('form').querySelector('.form-select') let finded_choice_select = new Choices(el) finded_choice_select.clearChoices() } ```

clearChoices still doesn't work. ``` function clean(event) { let el = event.target.closest('form').querySelector('.form-select') let finded_choice_select = new Choices(el) finded_choice_select.clearChoices() } ```

> > > For anyone else who stumbles across this thread, you can use the `removeActiveItems` method. > > > > > > My problem with this answer is that...

I have same issue Ubuntu 22 Ruby 2.7.8 Rails 5.2.8.1 pg gem 1.5.5 PostgreSQL version 12.18 with postgis I try set `gssencmode: disable ` in my database.yml, It did not...