If you are using heroku and if you have enabled https then site must be redirected to use www . It means all Rails applications should ensure that “no-www” urls are redirected to “www”.
In Rails3 it is pretty easy to do. Here is how it can be done.
1 2 3 4 5 6 7 8 | |