Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Peter
@Peter
VIP
NO. 1553 / 2012-03-23

长沙
107 Topics / 1482 Replies
39 Followers
0 Following
322 Favorites
Reward
No GitHub.
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 大家 Git 客户端注意需要尽快升级哦 at January 18, 2015

    我的 mac 下设置的大小写敏感

  • Coding PaaS 平台自定义域名正式开放! at January 18, 2015

    #17 楼 @coding

    关于收费标准:
    拟在2015年1月1日开始收费制,在此前均免费开放使用,收费参考价格:29元/月/项目(实际价格以实际发布时为准)。
    

    你们现在好像还没有收费啊~

  • Yosemite 系统取消搜索功能,就不卡啦 at January 16, 2015

    我好土,很少用 spotlight,不知道有什么乐趣啊,下次试试

    ==== 更新: 看了一下,好像乐趣也不多 http://support.apple.com/zh-cn/HT2531

  • 一套代码多个域名,怎么设置多个 root :to at January 16, 2015

    谢谢楼上各位 @neverlandxy_naix @george_d_y @Rei

    已用 get "/" => 搞定,除了不能用 root_path,不知道还有什么其他影响。

    @Rei 我这个是根目录,你那句 scope :module => 'site', :as => 'site' do 是不是加了一级 /site/ ? 看的文档:http://guides.rubyonrails.org/routing.html

    Rails.application.routes.draw do
      DomainsConstraintsExample::Application.routes.draw do
    
        constraints DomainConstraint.new(Rails.application.settings[:firstapp_domain]) do
          get "/" =>  "firstapp/firstapp#index"
          resources :firstapp, controller: "firstapp/firstapp"
        end
    
        constraints DomainConstraint.new(Rails.application.settings[:secondapp_domain]) do
          get "/" => "secondapp/secondapp#index"
          resources :secondapp, controller: "secondapp/secondapp"
        end
      end
      :
      :
    end
    
  • 微信 Js-SDK 发布,感觉要逆天啊! at January 09, 2015

    很好,javascript 果然是 2014 年度语言

  • 可以稍微吐槽下那些云部署服务嘛 at January 08, 2015

    #1 楼 @chenge coding 不能用做生产环境吧

  • 新手学习 Rails,看 Devise 代码无从下手 at January 06, 2015

    #26 楼 @motloveruby 三楼应该说得比较清楚了

  • 经过半 at January 05, 2015

    @mosky 很喜欢你的 知言译义网,既然项目不维护了,有没有考虑将其开源?

  • 乐享圣诞,喜迎新年抽奖活动(截止日期:2015.1.2) at December 31, 2014

    67727

  • 我兑现了一个月前的承诺 at December 28, 2014

    既然兑现了,就不要发在“瞎扯淡”节点了吧

  • 我轻断食的经历 at December 21, 2014

    #6 楼 @appell 可以喝水,但不要喝饮料,比如橙汁可乐之类的

  • 为什么感觉 Ruby China 里的程序员,基本上是做 Web 的? at December 13, 2014

    我是 delphi 程序员

  • Side-project story at November 30, 2014

    现在这个世界太多诱惑,新东西太多,随便试一下,就是漫画中那样了

  • Coding PaaS 平台自定义域名正式开放! at November 27, 2014

    #12 楼 @coding 你们的首页做得很好,就是右边一排点,往下滚轮一滑就是一整页。

    哪里有这种教程呢?麻烦问一下你们的前端好吗 ? 谢谢!

  • TextMate 这个是怎么出来的? at November 26, 2014

    有人原来因为要用 TextMate 才买的苹果电脑,怎么现在一下就没有人用了,就算 Sublime Text 好得不得了,也不至于一下就把 TextMate 的用户全骗走了吧。

    我想说的是,以前是不是把 TextMate 吹得太好了?

  • 为 devise 添加 token 认证 at November 26, 2014

    #6 楼 @qingxp9 请问有没有对应的 iOS 的例子?

  • 连接 ruby-china 时经常 hung 在 upaiyun 的 cdn 连接上,建议换一个吧 at November 22, 2014

    +1 德国经常卡着打不开,一旦 load 成功就好了

  • 瞎扯淡 at November 22, 2014

    https://www.google.de/search?q=%E7%9E%8E%E6%89%AF%E8%9B%8B&site=imghp&tbm=isch

  • 让你的 Android 应用拥有微信一样的实时沟通体验 at November 21, 2014

    有没有 Rubymotion 和 Xamarin 的例子?

  • ruby 有没有象 python 的 scrapy 那样的爬虫框架 at November 19, 2014

    如果需求不多,可以开迅雷下一个 Google Search Appliance,输入入网址就可以索引,不用配置 http://bbs.neten.de/viewthread.php?tid=1189

  • 从 300 到 300 万,一个远程外包团队的发展历程和经验 at November 19, 2014

    很励志!

    看这个网站 http://hamburger-kammerspiele.de/ 觉得你们美工还不错的,

    但是这个:http://yizaoyiwan.com/ 感觉还是差了点,尤其字体的问题很严重,Vanilla 默认是英语字体设置。

  • Udemy 上的课程促销全部是 $10 截止到 11.28 at November 19, 2014

    有钱买,没时间看,视频教程实在太耗时间,要有耐心,对初学者比较友好。

    如果有基础了,还是文字的相对好些

  • Rails 路由系统源码探索 at November 18, 2014

    :plus1:

  • 求教跨域访问策略在 development 模式下和 production 模式下的区别? at November 14, 2014

    看到楼主问问题,我整个人都不好了,楼主在我的印象中应该只是回复问题的,而且回复都被 like 成黄色。

  • 微软终于迈出这一步 at November 13, 2014

    Visual Studio in a world of multiple devices

    http://channel9.msdn.com/Events/Visual-Studio/Connect-event-2014/012

  • 微软终于迈出这一步 at November 13, 2014

    微软终于不硬了

    xamarin 可能还是价格不变。

  • One App to read them all at November 13, 2014

    #5 楼 @martin 没事,我上班手边没有 Mac,就像《天下无贼》里面傻根说的,看到牛粪了,画个圈,看回家能不能还用上。

    你能用上也不错,我也很少看英文信息。

  • One App to read them all at November 12, 2014

    好,支持,我占用最后一个 HEANJPM7WJJ9

  • Prev
  • 1
  • 2
  • …
  • 19
  • 20
  • 21
  • 22
  • 23
  • …
  • 46
  • 47
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English