rails3-subdomains
rails3-subdomains copied to clipboard
Use Devise authentication keys properly
It would be nice to see a Devise subdomains tutorial using some of the configurable options in the devise.rb initializer - importantly for subdomains - authentication_keys to limit users to a subdomain (I typically use account_id). I've never seen any devise subdomains tutorial use these but I consider them to be essential if you're using subdomains in the real world.