Nick Coyne
Nick Coyne
With a Rails 5.2 app that uses `config.active_record.schema_format = :sql`, when I run `rails db:second_base:migrate` I get a `mysqldump` error. It appears that it is not correctly parsing the user/password...
When running inside a rails app, does the scheduler use server time (as cron would), or rails app time (which could be different)?
**Describe the bug** I have a strange startup bug with this error: `Unsupported command argument type: Array` ``` vendor/bundle/ruby/3.2.0/gems/redis-client-0.22.2/lib/redis_client/command_builder.rb:37:in `block in generate': Unsupported command argument type: Array raise TypeError, "Unsupported...
With the [removal of git from the heroku-24 stack at runtime](https://devcenter.heroku.com/articles/heroku-24-stack#what-s-new), heroku-repo commands no longer work. Some documentation on a workaround would be appreciated.