Viktor Schmidt
Viktor Schmidt
And I can not install it on a new Rails 7 app?! ```bash Bundler could not find compatible versions for gem "railties": In snapshot (Gemfile.lock): railties (= 7.0.0) In Gemfile:...
As I said, "Maybe it is too much to ignore them". And I am fine with the ideas like "And those warnings will disappear.". When it would be only a...
I know what you mean. But in the most cases it still produces error on new projects, before I start to use those Models and features. With warnings it would...
No, it does not depend on order. I use this in `Gemfile` ```ruby gem "hiredis", "~> 0.6.0" gem "redis", "~> 4.7" ``` And get Hiredis: ```ruby Redis.new(url: "redis://127.0.0.1:6379")._client.driver # Redis::Connection::Hiredis...
> Until this feature can be implemented, I've managed to get this gem to work with Rails 6 and Webpacker: > > 1. In config/webpacker.yml, under default, set the extract_css...
> I'm not entirely sure if this will help your usecase but my `herokux` provider has this resource: https://registry.terraform.io/providers/davidji99/herokux/latest/docs/resources/pipeline_github_integration. > > FYI `herokux` is separate from `heroku`. Or, you could...
> Or, you could use [app.json](https://devcenter.heroku.com/articles/app-json-schema) file in the root of your app’s GitHub repo for review apps to work. Well, I just tried it, and it doesn't work! My...
@mars Thank for your advice. It is what I'm actually going to do now. And use Heroku CLI first, then adding some automation to GitHub. I will see. What I...
I tested it in my Gemfile with `gem "wkhtmltopdf-binary", git: "https://github.com/pedrofurtado/wkhtmltopdf_binary_gem", ref: "fcab0b766054bc41b2aeac71ff2d687d951bae74"` with a ruby:3.0.2-slim-buster (arm64 build) container on M1 Pro, and it fails with the error:`qemu-i386: Could not...
I get the same error with `rails (6.0.0)` and `rspec_api_documentation (6.1.0)`.