Jean Boussier
Jean Boussier
I think we can close?
I think we could handle this by spawning foreman from the dev server process. This can be independent of the server used in development, and allow to redirect foreman output...
> is this something that is considered out of scope for Rails/ActiveRecord? Kind of. Parameterized queries have been implemented mostly to allow preparing statements, not for trimming server logs, hence...
The CI failure is legit. Also please squash your commits.
Good catch. > they either need to also be made namespaceable, I think that is the way, but I can probably handle that. When creating a singleton class I can...
I made it so that metaclasses created from a namespaceable class are also namespaceable. (I didn't fix https://bugs.ruby-lang.org/issues/21343 though.)
> Is there a way to perform certificate rotation currently with the gem? I suppose you can try connecting with one certificate, and if you get an error, connect with...
I believe @ioquatix maintains this class, so I added him as reviewer so he has a chance to chime in if necessary, but if not I'll merge tomorrow.
As you can see in all linked PRs, commands are added whenever someone who needs it makes a PR for it. Adding support for a command is pretty trivial so...
So this is a feature I considered in the past, to help speedup `ActiveSupport::JSON::Encoding`, which currently does a big `gsub`: https://github.com/rails/rails/blob/f575fca24a72cf0631c59ed797c575392fbbc527/activesupport/lib/active_support/json/encoding.rb#L54-L60 I suppose that's what `Oj.dump(value, mode: :rails)` tries to...