labria / rails-ssl-authentication

A attempt to make SSL client certificate authentication with rails painless

This URL has Read+Write access

labria (author)
Mon Feb 25 14:18:58 -0800 2008
commit  485c281bb6d7f9cb05a39b4019dbadf23aacd71b
tree    7f1e4a5aac7809f00703c69c2b2db92afbab5e76
parent  7172c747734cc4f68d3c1df077cf0c38fd12e1cd
rails-ssl-authentication / Capfile
100644 3 lines (3 sloc) 0.151 kb
1
2
3
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'