thoughtbot / ios-on-rails

A guide to building a Rails API and iOS app
Other
76 stars 6 forks source link

Geocoder not work in Rails 4.1 #41

Closed jesus-sayar closed 10 years ago

jesus-sayar commented 10 years ago

Geocoder gem used in this examples not work in my app. I am using Rails 4.1. There is a open issue https://github.com/alexreisner/geocoder/issues/630

Does anyone have an idea?

Regards :-)

jessieay commented 10 years ago

Thanks for reporting this, @jesus-sayar !

It looks like the owner of the geocoder gem responded, saying it might be an issue with a change in how count works, but there is no count in the example app so that is likely not the issue.

Can you try with a radius less than 10? Looks like someone in the comments is saying it is only an issue with a radius over 10.

jessieay commented 10 years ago

Hey @jesus-sayar - a new version of the geocoder gem was released. Just updated our Gemfile, and all of the specs pass. Does 1.2 fix this issue for you as well?