Philip Theus (prev. Mueller)

Results 51 comments of Philip Theus (prev. Mueller)

@nickhammond partially - I do think the registry URL needs to include the name of the registry (`registry.digitalocean.com/`).

Also - why is the documentation here and there? Where do we need to change it?

@kmctown curious! Does the value for your `image:` key include your registry name?

@kmctown could you post your image name too? I'm curious why this would work for you and not for me.

two thoughts: - I don't have a `DATABASE_URL` env var. Rails apps usually keep database configuration in `config/database.yml`, but you should be able to read it from `Rails.configuration` at run...

So, since we're using the docker image (through Kamal), we have to start a new container anyway. We can do the upgrade from the commandline in a separate session on...

Would love to see CI running on this as I can't execute the tests locally.

As an added data point, we're running a (pretty much vanilla) Rails 8 app on the smallest Digital Ocean droplet (1GB of memory) and solid_queue 1.1.2 is taking up 48%...

We're running migrations in a pre-deploy hook and it's intensely annoying to not be able to see their progress or output unless they fail.

We're seeing this problem with Rails / turbo too. It is extremely annoying since with flowbite-turbo it means every time we use a turbo stream or turbo frame while a...