More information about the Underscore mailing list

[_] Calling RoR developers

toby privett tobyprivett at gmail.com
Wed Jul 2 17:48:46 BST 2008

> Just being nosy, but isn't SSL the job of the web server?  What does
> the framework have to do with it?  Or are you not talking about SSL
> between the web browser and the server?

I think he's talking about wiring the pages that do and don't require
ssl and setting it up so there's no loss of session state when moving
between http and https.

Looks to be fairly simple with the ssl_requirement plugin (at least
that's what I told Matt ;-))