Ruslan Galiev
Ruslan Galiev
Hello I use Rails 6.1.4 Redis 6.2.6 Sidekiq v6.4.1 Sidekiq-cron 1.3.0 Tasks are launched without problems from Web UI. But they don't start automatically. There are no errors in the...
Problem with Nullable Int data (is out of range for ActiveModel::Type::Integer with limit 0 bytes)
Hello I use ruby-3.1.2, rails 7.0.3 and clickhouse-activerecord gem version 0.5.8 My migration: ``` def up execute
Fix for types mapping of AbstractAdapter in Rails 7
hello I'm using Ruby 2.2.1, Rails 4.2.0, Spree 3.1.0beta, spree_rdr_theme 1.0 When you try to install the theme: ``` rails g spree_rdr_theme: install ``` error: ``` root@ruby:/team/store# /usr/local/rvm/gems/ruby-2.2.1/bundler/gems/spree_rdr_theme-b5d6a80caa6b/app/overrides/spree/products/add_related_products_to_cart_form.rb:1:in `': undefined...
I use Mini_magick with gem carrierwave. Trying to change the color depth, but it is not work. Changes only quality. How change image color depth using mini_magick ``` def optimize...
Hello I want to connect the gentelella template to my rails 6 project. The project is completely empty. Installed via yarn add gentelella. Further in the file app / javascript...