bitsmyth
bitsmyth
I'm in the same boat and also need to skip the builder step. As my workflow requires to run rails tests and linters successfully before pushing it to ghcr registry....
@raihanM99 thank you! I also checked if it is defined as test and production do not load debugbar and therefor will break the initialization. ``` if defined? Debugbar Debugbar.configure do...
For me it isn't working either. Using in conjunction with `whileInView`
That would be great! +1
maybe you had, like me, a full postgres server installation like `postgresql@15` instead of `libpq` installed but worked on a project with dockerized postgres on another version. ```bash brew uninistall...