Stephen Elizabeth

Results 5 issues of Stephen Elizabeth

Prevent false positives when friendly ID doesn't match

pinned

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...

pinned

### 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...

bug

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...