Josh LeBlanc
Josh LeBlanc
I can't provide much information for this, but we're seeing a crash with ruby 2.7.8 on windows with the PG gem, but the only thing windows is reporting about the...
FYI, you can also use `?gssencmode=disable` in the connection url param to disable this, or set gssencmode: disable right in config/database.yml. Edit: while this helped, it didn't fix it in...
I just ran into this problem today. I pinned `padrino-helpers` to version `0.14.4` to fix it. No idea what version broke the functionality, I just had a working copy on...
Perhaps tweet starred comments, along with a link back to them.
Also get updates on the happenings of the chat while not actually there
``` default: &default adapter: postgresql encoding: unicode # For details on connection pooling, see Rails configuration guide # https://guides.rubyonrails.org/configuring.html#database-pooling pool: timeout: 5000 ``` The `adapter` key there is meaningless, we...
I had a minute to look at this today, and I seem to have worked around the issue with the following change to `record.rb` ```ruby def self.connection if SolidCable.connects_to.present? connected_to(role:...
@npezza93 Thanks for that. I managed to narrow it down to incompatibility with arel_extensions after realizing it wasn't happening in a new rails install. Sorry for the run around!
I ran into this today - working fine on a server with ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [x64-mingw-ucrt]. Installed the same project (it's an installer, so exact same setup)...