Currently logging in will automatically put user in https mode via a redirect. If the user leaves the page then visits it again via regular http and hits the write button she won't be sent to https site.
This can probably be done on server side by forcing HTTPS.
Alternatively:
Make the write link absolute, pointing to https version of the page
Currently logging in will automatically put user in https mode via a redirect. If the user leaves the page then visits it again via regular http and hits the write button she won't be sent to https site.
This can probably be done on server side by forcing HTTPS.
Alternatively:
Rack::SSL