[RAILS] Why is ssl_requirement clearing the Flash? (Chrome Mac)
- by aaronrussell
I am using ssl_requirement and since setting it up, my application's Flash messages are disappearing.
I've modified the plugin slightly as accounts can optionally have a domain mapped to their account. In that case the non-ssl areas of the site should use the mapped domain, whereas the ssl areas should use the subdomain:
def…