Sebastian Herrera
Sebastian Herrera
> I think linter errors should be updated in another issue @sebaherrera07 , @santib. wdyt? If you want, yo can make a separate PR with this one as the base,...
When creating a new project, Rails configs (e.g. `config/environments/{development/test/production}.rb`) now include lines like this: ``` require 'active_support/core_ext/integer/time' ``` Maybe you need to do add that? @aviemet
If you ended up here like me and no of the fixes mentioned worked, what did work for me was upgrading Postgres to 14.11+, because it seems it was an...
We are seeing the same lately in our app too. Lots of 4201 events, but still haven't figured out what's the reason behind it.
> @sebaherrera07 build failing - will dig, but prolly not today tbh No hurry! Thanks!
@ukd1 could you resume this fix when you have some time? And if would be nice if it supports Rails 8.0 too (instead of up to 7.2)
/reviewme @grodowski @magni-
> Also GH actions would be ideal/great for here, as the main project uses [that](https://github.com/QueueClassic/queue_classic/blob/master/.github/workflows/main.yaml) > Haven't seen this until today 😅 . Just added a GitHub action, but not...
Same is happening for a coworker (I had it installed from before, so not for me) We could make it work by running: ``` ACTUAL_DB_SCHEMA_GIT_HOOKS_ENABLED=true rake actual_db_schema:install_git_hooks ```