Alex Martin
Alex Martin
I've found that `react-rails` conflicts with this - interestingly, placing the `react-rails` gem _before_ `geocoder` in my Gemfile causes a `NoMethodError`, while everything works fine when I place it _after_...
Fresh eyes this morning have led me down the "camelCase" path. In 0.3.7, my schema resolves to looking for an `imageRaw` field - which our API rejects as a non-existent...
@ashkan18 I appreciate the suggestion! I believe the issue is that the API we're hitting does not camelCase their fields, so `imageRaw` is rejected by the server as an invalid...
@augustosamame This was hugely helpful - thank you! To truly silence the logs from these, I found on Rails 4 that we also needed to ensure this was loaded before...