• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ruby -- 进阶学习(一)subdomain配置与实现

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

 今天和guanMac童鞋研究的subdomain配置终于有点头绪~~

 之所以会遇到种种难题,个人总结了一下,第一本人太菜,第二英语不好

 贴一下guanMac童鞋配置小结的链接:http://my.eoe.cn/guanmac/archive/6105.html 

 在rails4.0中实现二级域名是没有rails3.0中的复杂,只需要几步就可以了!

  步骤如下:

  1. config/routes 中添加
    constraints(Subdomain) do 
        get '/' => 'controllerName#actionName'
    end 

     

  2. 在lib文档中添加一个 subdomain.rb
    class Subdomain 
        def self.matches?(request) request.subdomain.present? && request.subdomain != "www" 
        end 
    end

     

  3. config/application.rb 中添加
    config.autoload_paths += %w(#(config.root)/lib )

     

  4. 在你的地址栏输入 www.lvh.me:3000 取代你的本地地址。

  •   相关知识点链接

http://railsapps.github.io/tutorial-rails-subdomains.html

https://github.com/RailsApps/rails3-subdomains

http://railscasts.com/episodes/221-subdomains-in-rails-3?view=asciicast

http://stackoverflow.com/questions/11056511/request-subdomain-is-not-being-set-in-rails-3-during-conditional-routing


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
ERB预处理ruby代码发布时间:2022-07-14
下一篇:
Windows环境下安装Ruby教程发布时间:2022-07-14
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap