Silas Rioux
Silas Rioux
> Hi @pboling - I actually plan to create a migration guide (for Rails 6) from Octopus to the multi db API that is going to be released with Rails....
Codeclimate.com
^ This. This version is listed as a supported channel here: https://github.com/codeclimate/codeclimate-rubocop/branches/all?utf8=%E2%9C%93&query=channel%2Frubocop - but it looks like the latest version is 1.7.0. Is there something that needs to be done...
Agreed - looks like 1.8.1 is now working as well, but would be great to be able to see that somewhere.
@zzak @rafaelfranca this fix has been around for awhile - any chance we could get this merged?
@elliottmason Did you have any luck with this PR?
I dug into this a little more, and the problem seems to be that Blueprinter calls `Oj.generate` at all. ``` [18] pry(main)> Time.zone.now.as_json => "2024-01-23T16:57:41.954-05:00" [19] pry(main)> JSON.generate(Time.zone.now) => "\"2024-01-23...
Interesting, I didn't know you could do that, but thats going the opposite direction - I dont want to configure JSON to behave like Oj - I'd like to configure...