Has anyone tried before using subdomain-fu to change domain.com/user/1 to domain.com/UserName ? Are there any other plugins to make thi开发者_如何学Gos happen on rails 3?You can do this by \"overwrit
I am using rails to build a web app which provides each business with its own account and subdomain, Similar to how basecamp (and other 37 signals apps) lighthouseapp.com, and so on.
I have a production instance in engineyard up and running well. I would like to create a new staging instance for internal testing. I cloned the existing production instance, changed Framework Environ
I added Subdomain-fu in my project. In ApplicationController I have before_filter which checks url and redirects app.com to www.app.com, www.subdomain.app.com to subdomain.app.com and checks account e