处理带有子域的 RoR 应用程序的建议
我目前正在评估向新的 Ruby on Rails 应用程序添加子域支持的选项,并且想知道其他人是否可以分享任何建议或经验。
一些可能的选择
SubDomain-Fu
http://github.com/mbleigh/subdomain-fu/ tree/master
滚动您自己的
http://www.robbyonrails.com/articles/2009/01/11/subdomain-accounts-with-ruby-on-rails-explained
DHH 风格 http://37signals.com/ svn/posts/1512-how-to-do-basecamp-style-subdomains-in-rails
I'm currently evaluating options for adding sub-domain support to a new Ruby on Rails app and was wondering if there were any suggestions or experience that others could share.
Some possible Choices
SubDomain-Fu
http://github.com/mbleigh/subdomain-fu/tree/master
Rolling your own
http://www.robbyonrails.com/articles/2009/01/11/subdomain-accounts-with-ruby-on-rails-explained
DHH Style
http://37signals.com/svn/posts/1512-how-to-do-basecamp-style-subdomains-in-rails
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我推荐 subdomain-fu。 不久前我做了一个 Railscasts 剧集,效果很好。
I recommend subdomain-fu. I did a Railscasts episode on it a while back and it worked well.
我可以在 /etc/hosts 文件中添加所有子域,但可以使用 * 通配符动态执行此操作。 我是不是错过了什么。
I can add all the subdomains in my /etc/hosts file but can do it dynamically with * wildcard. Am I missing something.