Leadformance/hstore_translate

Unicode characters in single-word translations (update activerecord-postgres-hstore dependency)

Closed this issue · 3 comments

When storing a translation which is composed of just one word with an accented vowel, like "Organización", the currently declared (0.4.*) version of activerecord-postgres-hstore fails to quote the word, and the hash can't be stored in the database. This happens from seeds, from controllers, from console...

Updating the requirement to "~> 0.7.0" solves the issue.

Thanks! Do you have time to contribute a pull request?

Hi,
I've just submitted a PR to do that.

P.

Fixed with #12 and 38bfeda. Version bump to follow.