Anton
Anton
[Ruby 3.0 Status: EOL](https://www.ruby-lang.org/en/downloads/branches/)
When trying to update the project to Rails 7.1, the following problems began to arise in RSpec: ``` undefined method `set' for an instance of ConnectionPool ``` This occurs due...
Initially, the application used local persistent storage. I tried moving the entire `uploads` directory into ImageKit. I kept the previous configuration and added a new one from ImageKit: ```ruby class...
```ruby input :id, type: String, note: "Payment identifier in an external system" ```