Stephen Elizabeth
Stephen Elizabeth
Prevent false positives when friendly ID doesn't match
The `exists` method falls back on ActiveRecord's implementation which runs `to_i` on the input string. This means that if the slug you're searching for begins with a number, you'll get...
### Expected behavior With: ```ruby Geocoder.configure( cache_options: { expiration: 1.days }, ) ``` ```ruby Geocoder.config[:cache_options][:prefix] ``` should be `geocoder:` ### Actual behavior ```ruby Geocoder.config[:cache_options][:prefix] ``` is `nil` ### Steps to...
Fix link to api docs
Any plans to update the Paymentech adapter to support their newer (json) api? Was just told by Chase that XML is considered legacy and that they're no longer allowing new...