I switched one of my local rails apps over to https today, and thought I had it working well, but ran into some problems with scaffolding redirecting to "http". I had my Apache vhost redicting http: => https://, but I was hoping to only catch someone the first time they went to the website. I just added a :proto => "https" to my routes.rb file, but I''m not sure if that does anything or not. Anyone have any tips/tricks here? Thanks, Caleb