I have built a rails app and have pushed it to production via heroku. The default address starts with https instead of http. Can I force it to start with http? In my production.rb file, I have the following:
config.force_ssl = false
I also tried to comment out that line, but it still doesn't work. Is there anything else I need to do?