Deron Meranda
Deron Meranda
This should fix Issue #84 The object initialize() method can only take a single option, usually a hash of attribute names/values. When default_value_for is used in a subclass all the...
If using ```default_value_for``` within a subclass of another model, then the class instance initialization will fail with: **```ArgumentError (wrong number of arguments (given 2, expected 0..1))```** This is version **3.3.0**...
It would be useful if the provider plugin to use could be determined automatically based upon the domain; and also allow per-domain configuration options as well as per-provider options. One...
Using Lexicon 3.11.7 When using the godaddy provider and listing records, if the content filter option is given then a Python exception is raised. I believe it is trying to...
See also similar issue #506 Consider adding the ```Rack::Utils::InvalidParameterError``` exception to the built-in list of normally ignored exceptions. That exception is raised whenever any of the request parameters has an...