Joel N

Results 16 comments of Joel N

These PRs might also be useful to you, in adding more/better logging in error situations and giving metrics on per request in rails: https://github.com/mongoid/mongoid/pull/3885 https://github.com/mongoid/mongoid/pull/3884

@steve-rodriguez Can you try it using my branch and let me know the results? I've added more logging to moped and integrated a few pull requests that have not been...

Can you make sure you have your Rails logger set to debug and make sure Moped/Mongoid are setup like this in an initializer: ``` Mongoid.logger = Rails.logger Moped.logger = Rails.logger...

It is very similar to #337, although I have some issues with the logic in that PR (namely, other sessions/nodes are memoizing @pool, which I've tried to resolve in mine...

The css is only a few lines, you can also just manually place in your webpacker scss/css also ``` .rails-bootstrap-forms-date-select select, .rails-bootstrap-forms-time-select select, .rails-bootstrap-forms-datetime-select select { display: inline-block; width: auto;...