ingemar
ingemar
Yes, I'm adding i18n to an existing project and stumbled upon this ```ruby # Rails 4.2.10 class SomeModel < ActiveRecord::Base serialize :aliases end ``` So, a text column serialized to...
Yes, correct. `aliases` is just the attribute name for the collection I need to translate. The reason I haven't submitted a pull request is because I'm not sure what Mobility...
That was the [Text Search](https://developers.google.com/places/web-service/search#TextSearchRequests) that was added. I need the [Nearby Search](https://developers.google.com/places/web-service/search#PlaceSearchRequests). Different endpoints, and params differ a bit. We use Geocoder for a lot of other API-calls, so...
Works fine for me. ```zsh ❯ gem install bundler-leak Fetching bundler-leak-0.3.0.gem Successfully installed bundler-leak-0.3.0 1 gem installed ❯ bundler-leak No leaks found ```
Is there any reason why `assert_same_elements` isn't included in the guide?
Ah! My bad! 😄
I can confirm that 2c10bd9 is the offending commit. Installing 102dd56 and our test suite runs just fine!
Version `3.18.1` works fine for us! Thank you for your quick work!
@MC-Squared You forgot to add specs for your new feature.
It interferes with my Swedish "ä" too. :(