An application has appeared that works perfectly on Heroku, but the problem is that their SSL solution for their own domain is expensive ( http://docs.heroku.com/ssl ), leaving * .heroku.com as their only viable option . Itβs good that my application requires only SSL for several pages (for ordering). Right now, I am using "ssl_required" in my controller for these pair actions. Any idea on how to create a before_filter file that would push the user to https://myapp.heroku.com for just these two actions and redirect to http://www.myapp.com for something else? Ugly ugliness, but seems like the best way to go now.
ruby-on-rails heroku
Newy
source share