Administrative Functions: Best Practices?

I'd stay away from the admin:: namespace, at least if you are ever going to use nested resources. I just spent the weekend refactoring an application that had been using that namespace, but then I needed nested resources and WHAM... no good. DHH's comments about map.namespaces looks promising, though it seems you could easily do something similar with an empty AdminController and nested resources.