Jeremy Hinegardner
Jeremy Hinegardner
That might have been intentional when I did it, and It's totally wrong now. Thanks for bringing it to my attention. I'll get a new release out here in a...
Good Idea, I'll see what I can do.
Closes #76
Any opinions on the [somewhat hacky mechanism](https://github.com/copiousfreetime/hitimes/blob/3461eff15a430ab50ef513cef043d5410ce8d2c9/lib/hitimes/initialize.rb#L30-L61) to determine best resolution clock @eregon?
Thanks for the feedback @eregon I'm not feeling particularly good about the 'pick the clock on require' approach. I think I'm going to do some testing on as many platforms...
As a follow on to this - I have investigated the issue and it looks like it boils down to quaint setting the search_path instead of prepending to the search...
As a note to anyone else having this problem. For the moment, we are mitigating this in our systems by adding a line similar to the following to the top...
@tomhoule I think that would be perfectly fine. I just suggested mutating `search_path` as it looked like that's what the code would support most easily. Are you thinking about doing...
One other thought I just had, since in our deployment (heroku) we don't manage the DATABASE_URL parameter, that is set by heroku automatically, we have to tack on the url...
I work with @spike I was able to get a somewhat repeatable example for a few hours on our of our customers systems (ActiveRecord 6, pg 1.1.4) and it was...