I recently pushed my first Ruby on Rails app to Heroku and I have an issue with the sorting. I have swedish characters such as Å Ä and Ö which are not properly sorted. They are sorted as A A and O. I think this has to do with the locale setting of the postgresql database, correct?
Is it possible to change the locale to Swedish when I'm using a shared database on Heroku? If so, how do I do that?
If not, can I somehow order it correctly using some RoR-magic?