Results 6 comments of Yaroslav Liakh

@mayur-kambariya Your decision caused an error in the associated gems, in my case it was pg and libpq.

@mayur-kambariya After the steps described, I needed to install gems for the project, and `pg` failed with: ```sh Installing pg 1.1.4 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem...

For me, it works: ```ruby Rails.application.config.session_store :redis_store, servers: [Rails.configuration.app.redis_url], expire_after: 15.minutes, key: "_my_key", threadsafe: true ``` The problem was with the `secure: true` option. Stored key: ``` "2::453e619a1769b9cfa94bb81521fa6d90fcdc4d4067a2219de96450abfb0c5a13" ``` Stored...

@koic Could you explain how `rubocop` works with` schema.rb`? Error: ```ruby app/models/buyer_user_notifications_setting.rb:4:3: C: Rails/UniqueValidationWithoutIndex: Uniqueness validation should have a unique index on the database column. validates :buyer_user_id, uniqueness: true ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

> It also works for ruby 3.1.0 on Mac OS 13 Ventura, M2 chip > > `rvm install 3.1.0 --with-openssl-dir=$(brew --prefix openssl)` Worked for me with `3.3.3` on Macbook M1...

> rvm reinstall 3.2.0 --with-openssl-dir=$(brew --prefix openssl) --with-readline-dir=$(brew --prefix readline) --with-libyaml-dir=$(brew --prefix libyaml) --disable-dtrace --disable-docs Works for `3.3.0` version, for M1/M2 Mac with `__rvm_make -j10` error