Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Deshi Xiao
@xds2000
VIP
NO. 202 / 2011-11-23

北京
70 Topics / 1107 Replies
29 Followers
0 Following
3 Favorites
follow me on twitter: xds2000
GitHub Public Repos
  • k8e 418

    K8E - Kubernetes Easy Engine

  • docker-for-production-... 66

    《容器技术生产实践指南》容器技术生产实践指南,收集百家之长,弘扬类似本草纲目之精神,把中国用户的开发经验积累汇集成册,以资借鉴

  • binance-bot 28

    qcat automate trading bot

  • cranfly 6

    Cloud Native Container Image Distribution mesh

  • conflux-remix 2

    remix based on Conlux Web

  • cilium 0

    eBPF-based Networking, Security, and Observability

  • ethtracking-bot 0

    feature exchange for eth tracking price.

  • README 0

    A pupil in the computer world.(Felix Fu)

  • conflux-rpc-mockserver 0

    conflux rpc api for openrpc format

  • k3s 0

    Lightweight Kubernetes

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 现在的 RoR 面试还要笔试? at February 23, 2013

    笔试应该设计的平等,不然就会让你感觉“情何以堪”。提供电脑也会让面试者不舒服,最少电脑摸上去,没有舒服感。如果面试,我还是喜欢纸和笔。面试的目的是看候选人和我在成为同事时,好不好合作。

  • RubyConf AU 2013 主题总结分享 [Youku 上传完成] at February 22, 2013

    谢谢分享。

  • 请问 model 中的关联表怎么用? at February 22, 2013

    Agile Web Development with Rails,4th Edition 建议看本书吧,理解的更快。

  • Ruby China 有 QQ 群吗? at February 21, 2013

    把那些玩意都丢了吧。如果你就是只想用 Rails 做个网站而已。

  • 可能是最酷的 github-page at February 21, 2013

    backbone 实现的。有兴趣的可以一览代码。

  • ruby-china 源码的一个问题 at February 18, 2013

    你说的没错,看这里: The Rails philosophy includes several guiding principles:

    DRY – “Don’t Repeat Yourself” – suggests that writing the same code over and over again is a bad thing. Convention Over Configuration – means that Rails makes assumptions about what you want to do and how you’re going to do it, rather than requiring you to specify every little thing through endless configuration files. REST is the best pattern for web applications – organizing your application around resources and standard HTTP verbs is the fastest way to go.

    http://railscasts-china.com/episodes/rails-starter-c1-starter-here

  • ruby-china 源码的一个问题 at February 18, 2013

    在 rails initialized 后,rb 文件已经按约定载入,所以你可以 include Mongoid::BaseModel 2.40 activesupport/lib/action_dispatch.rb This file attempts to locate the active_support and active_model libraries by looking a couple of directories back from the current file and then adds the active_support and active_model lib directories to the load path, but only if they aren’t already, which they are.

    节选自: http://guides.rubyonrails.org/initialization.html#back-to-activesupport-lib-action_dispatch-rb

  • Ruby 函数式编程 by Arnau Sanchez at February 17, 2013

    完整看了一遍中文,对函数式编程又有了新的理解。

  • Why I loved building Basecamp for iPhone in RubyMotion at February 17, 2013

    @ashchan 还是你讲的比较清楚。这样,完全可以作为一个成功范式了。

  • Why I loved building Basecamp for iPhone in RubyMotion at February 16, 2013

    native 和 RubyMotion 生成,不是一样原生的吗?没理解意思。谁来讲讲。

  • 求 rails 的面试题 at February 16, 2013

    https://github.com/saberma/19wu

    这个国内发起的项目很不错,可以考虑拿这个作为参考题。 开题话题:如果你来做,你会如何设计,如何实现。可以写个测试看看。

  • 情人节你送了什么 at February 15, 2013

    百度就是个广告平台,和搜索关系不大。

  • 关于 rails 实时 Web app 的求助 at February 14, 2013

    Real-time WebApp 中实时技术实现,目前有很多种,在@yedingding的 slide 中有介绍,https://speakerdeck.com/sishen/real-time-web。通过楼主的介绍,我猜应该是第一次体验这个技术,对构建实时推送的服务并没有经验,可以考虑直接使用第三方应用支撑你的应用, http://pusher.com/

  • [澳大利亚悉尼] Ruby On Rails Web 应用开发工程师 at February 13, 2013

    机会确实不错。

  • Backbone 的问题,请教高手。 at February 12, 2013

    你的 show 函数也是在同一页面显示。直接用 index 的 event 事件绑定。所有数据加载都是异步,通过 callback 才能正确使用数据。

  • 蛋疼,用 Objective-C 重写一个 MacRuby app at January 25, 2013

    www.macruby.org 都访问不了。啥情况。

  • VimGolf,真实的 Vim ninjas 都必须玩一把。 at January 25, 2013

    @goinaction 酷。

    @sandybeauty @ichord 翻墙可以看到,我在墙外看的挺好。你在试试。

  • 请问有谁能谈谈,在 migration 里 decimal 和 float 的具体区别呢? at January 25, 2013

    这个和数据库设计有关,Decimal 比 float 位数宽,记录的信息更多一些。

  • 这段代码怎么去重复? at January 24, 2013

    @fsword 改了。可以省 duplicate 循环

  • 这段代码怎么去重复? at January 24, 2013
    db_specs.map do |label, options|
        db_values = concurrent? ? build_db label,options : Thread.new { build_db label,options }
    end
    
    return concurrent? ?  db_values.map(&:value) : db_values
    
    

    that's ok?

  • 我要买一个苹果本,请大家给看看,ROR 开发够用不? at January 23, 2013

    基本上是废品。WEB 开发直接使用 Linux 就可以了。

  • 通知:明天 Ruby Tuesday 推迟到 1 月 29 号 at January 21, 2013

    大庆致力于做一个好的 Ruby 讲师,上次我全程听过一次,说的很认真。如果是北京的 Ruby 爱好者,可以去听听。

  • Nil Podcast (暂用名) 第 1 期发布 :) at January 21, 2013

    ruby 锵锵三人行,每次就一个 hoster,两个嘉宾。绝配。

  • RubyJS - 一个 Javascript 实现的类似 Ruby 的方法 at January 21, 2013

    amazoning

  • 简单定义求解释 at January 20, 2013

    楼主应该读一本 ruby 语言的书,方能解你的问题。

  • Rails is omakase - 中文版 at January 20, 2013

    dhh 个性鲜明,观点犀利。今天把中文版又看一遍,建议楼主发给@dhh

  • Rails 两种创建组合输入的方法 at January 19, 2013

    相当精彩,刚看到就在这里看到了。学习。

  • 基本上能给业界流行的开源源件提交 Patch,都会让人对你刮目相看。 at January 19, 2013

    再提供一个同事的演讲,我全程听完,推荐: http://www.infoq.com/cn/presentations/Open-source-world

  • 毕业半年被迫做构建,想转 ROR,情深缘浅 at January 19, 2013

    看出没成就感啊。ruby 社区欢迎你。加油。

  • 这算不算 counter_cache 的设计问题? at January 19, 2013

    看的太累了。以后不如来个 mock testing,看的快。你提交个 patch 看看,犹豫啥。

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