I was looking at the "official repository" for ssl_requirement at https://github.com/retr0h/ssl_requirement, and the last commit was in 2008. Is this plugin still maintained? If not, what's the current equivalent for Rails 3?
Try rack-ssl-enforcer. It does the same thing using Rack middleware, and it’s being actively maintained.
thanks chris…
even i was looking for same thing… it works