I've deployed my RoR app into heroku and I'm trying to understand why a table when ordered alphabetically is case sensitive on my development environment and case insensitive on production environment.
Is this related to some difference in the configuration file of each environment, or is because I'm using sqlite in development env and postgresql in production?
Or due to something else?
Thanks.