Reid Morrison
Reid Morrison
Yes, the same way Rails Semantic Logger swapped out the Rails built-in log subscriber, you can swap out the Rails Semantic Logger built-in log subscriber with your own. https://github.com/reidmorrison/rails_semantic_logger/blob/master/lib/rails_semantic_logger/engine.rb#L196 Rather...
Sounds like a common need, anyone want to submit a pull request with a solution?
We have the same issue, it keeps raising "not master", instead of switching to the new master ``` shell Exception: Moped::Errors::OperationFailure: The operation: #1, "w"=>1} @fields=nil> failed with error 10054:...
This is fixed with pull request https://github.com/mongoid/moped/pull/265
With Moped V2, it experiences similar production outage scenarios, except it is when a node is brought online in the replica-set. It appears that Resolv.each_address is being constantly called by...
In 2014 we switched to MongoMapper that uses the standard Mongo Ruby driver, along with the mongo_ha gem and have not had any issues since. Feel free to close this...
We are seeing the same problem which occurs very frequently. Did not see this issue until I posted a question on the Mongoid Google forum, with a full break down...
This specific nil check issue is fixed in https://github.com/mongoid/moped/pull/265, however there is still a broader problem with :nearest. We have found that Moped often does not calculate the latency at...
Thank you for the pull request. In trying to understand this option, found the following links that appear to discourage its use: https://www.gnupg.org/gph/en/manual/r1424.html https://gpgtools.lighthouseapp.com/projects/65684/tickets/209-allow-import-of-non-self-signed-keys-most-likely-created-with-symantec-pgp Would it be better to add...
Rails 7 has its own `encrypted_attributes` method that conflicts with the one used by Symmetric Encryption, as a result this method is no longer supported as of Rails 7. The...