Adam Rice
Adam Rice
When producing a changeset, the item is loaded from the database in order to check it's class. This came about because of issues that emerged when supporting STI. Unfortunately, the...
I'm using HTTP with Savon and I'm getting intermittent timeout errors. > HTTP::TimeoutError: Read timed out after 0.25 seconds I can assure you I'm not setting the read_timeout to 0.25...
I have tried setting Google for SMTP both via the "Google Apps or Gmail" and "Custom SMTP" options. In both situations, if I "Run Self Test", the email has a...
- Remove Ruby 1.8 Travis CI tests - Remove json gem (only needed for Ruby 1.8) - Fix style guide violations - Reduce duplication - Reduce complexity ### TODO `Fog::Compute::XenServer::Models::ClassMethods.define_methods`...
I have set up a mailbox to process DMARC reports. This has been working fine in most cases, but it seems that sometimes Google doesn't include body text in the...
I would like to propose that we add a note to the README that the Hash filter typecasts to HashWithIndifferentAccess. I was asked to provide support in a case where...
When `flash` is called inside a block, a violation of `Rails/ActionControllerFlashBeforeRender` is thrown even when the action calls `redirect_to`. -------- ## Expected behavior A violation should not occur when a...
When extending Dry::Configurable, the default is to initialize a Dry::Equalizer without immutability on the hash method. When Dry::View fetches or stores a template, Dry::Core::Cache uses a hash of the arguments....
When retrieving a value from Dry::Configurable::Config#[], the value is only cached to the `_values` array if it is considered "cloneable". Unfortunately, checking for cloneability is a costly exercise (at least...
When using the native version on Ruby 3.2 using a Mac with Apple Silicon, the following error is thrown: ``` [1] pry(main)> require "fuzzystringmatch" => true [2] pry(main)> jarow =...