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? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Try rack-ssl-enforcer. It does the same thing using Rack middleware, and it''s being actively maintained. https://github.com/tobmatth/rack-ssl-enforcer On Fri, Mar 11, 2011 at 2:01 AM, Todd A. Jacobs < codegnome.consulting-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
thanks chris.. even i was looking for same thing.. it works -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Maybe Matching Threads
- Rails plugins new official maintainers
- ssl_requirement plugin: how do I override ssl_required?
- Specs don''t find modules when using the secure_actions or ssl_requirement plugin
- Fake SSL in specs when using ssl_requirement plug-in
- ssl_requirement, https, webrick and ruby