Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Zete
@luikore
高级会员
第 2880 位会员 / 2012-07-16

55 篇帖子 / 3422 条回帖
245 关注者
6 正在关注
32 收藏
GitHub Public Repos
  • triez 140

    fast, efficient, unicode aware HAT trie with prefix / suffix support for Ruby

  • rsec 77

    Parser / Regexp Combinator For Ruby

  • regexp_optimized_union 11

    Regexp.optimized_union(word_list, regexp_options) generates optimized regexp for matching union o...

  • zscan 9

    Improved string scanner

  • stimulus-bind 9

    Enable simple data binding for stimulusjs

  • vscode-hypertab 3

    The Missing Tab Completion for VS Code

  • property-list 1

    Property list (plist) library with all formats support

  • keycap 1

    1.5u keycap for Kailh low profile switch

  • ffi-clang 0

    Ruby FFI bindings for libclang 3.4+.

  • llvm-node 0

    Node LLVM 4.0+ Bindings

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 请教 jQuery 插件 ColorBox 的问题 at 2013年07月18日

    好像 colorbox 和 turbolinks 是有挺大的问题比较难搞...

  • [杭州][2013年7月4日] Ruby Thursday 召集 at 2013年07月18日

    #24 楼 @yedingding #23 楼 @ashchan

    那... 24 号呢?

  • 听说 Struts 出大事了.. at 2013年07月18日

    #16 楼 @Rei http://www.bilibili.tv/video/av649437/

  • 听说 Struts 出大事了.. at 2013年07月17日

    喜闻乐见

  • some alias git command... at 2013年07月17日

    #5 楼 @doitian 果然... 以前没生效大概是 rp 了...

  • 有在 AR 里用过 CTI 的没 at 2013年07月16日

    #9 楼 @hooopo 如果你 eager loading 了,不就等于在内存中做了实体表么...

  • 10 rules for Rails view at 2013年07月16日

    Use no way as way. Having no limitation as limitation. ーー Bruce on Rails

  • some alias git command... at 2013年07月16日

    那是 omz 做的,太多余了,zsh 只需要这样:

    alias g='git'
    compdef '_git' git
    compdef '_git' g
    
  • 有在 AR 里用过 CTI 的没 at 2013年07月16日

    #5 楼 @hooopo 实体表继承的空间占用其实比 CTI 少... super class 对应的字段还要保存的,而且 CTI 那张图没把 record in super class 的 id 写出来

    用 migration 添加字段就是套个循环而已...

    遍历所有 Player 就是把 4 个表的结果加上不难吧,用单表/类表继承循环体内往往还要判断记录的类型,一不小心就 +1 查询了。

  • [北京][2013年07月21日周日] Ruby Saturday 召集 at 2013年07月16日

    会不会很多人只看标题,想想周六没空,就错过了...

  • 有在 AR 里用过 CTI 的没 at 2013年07月16日

    我觉得数据库字段就该简单粗暴,Footballer 有 name 属性就该直接让带 name 字段而不是到 Player 表去找...

  • 有在 AR 里用过 CTI 的没 at 2013年07月16日

    #2 楼 @hooopo 话说单表继承都几乎没用过... 一旦各 model 出现了继承关系也会增加测试和 reload 的难用 ...

    行为重用完全可以 mixin

    而字段重用并没有节省数据库的空间,还白白增加很多 join 查询

  • 从 0 到 5 公里,程序猿变身极客跑者指南 at 2013年07月16日

    #15 楼 @miclle 心率用啥测?带 iphone 跑步摇的好慌...

  • 关于 carrierwave 处理图片的问题 at 2013年07月16日

    #7 楼 @kingwkb 或许是人家给例子时不小心少打了个下划线,统一用下划线替换横线就好了

  • 请教 jQuery 插件 ColorBox 的问题 at 2013年07月16日

    因为 IE < 11 不支持 html5 history, turbolinks 没生效吧。

    你要在 document.addEventListener("page:load", ...) 事件里重新初始化一遍 ColorBox

  • 探讨,如何用 EventMachine 或者什么办法可以打开很多个连接到 Apple 的 push notification 服务器 at 2013年07月16日

    话说解决了么...

    另外让人传自己的证书太危险了吧...

  • 注册页的 errors.full_messages 错误提示样式如何修改 at 2013年07月16日

    css 的问题。应该和 full_messages 无关...

    在 chrome 里 inspect 一下就知道样式问题在哪了

  • 我用 github 登录之后怎么换了个账号 at 2013年07月16日

    可能有关... https://github.com/ruby-china/ruby-china/issues/124

  • DSL for defining before_filters's dependencies like rake tasks at 2013年07月16日

    -__- 工作流似的...

  • 有在 AR 里用过 CTI 的没 at 2013年07月16日

    好久没看,马丁花的博客改版了吔...

    简单方案:继承图变成 ER 图...

    Bowler has_one Cricketer has_one Player
    Footballer has_one Player
    
  • 请教 RVM 安装 Ruby 环境 安装问题 at 2013年07月16日

    大概是 sed 的版本不同

    你自己打开 ~/.rvm/config/db , 把 ftp.ruby-lang.org/pub/ruby 替换成 ruby.taobao.org/mirrors/ruby 就可以了

  • TextMate2 有像 Sublime Text 2 那样,标签开始闭合对应显示的吗! at 2013年07月16日

    或者转成 slim 就没有找标签开闭的烦恼了

    https://github.com/slim-template/slim/wiki/Template-Converters-ERB-to-SLIM

  • TextMate2 有像 Sublime Text 2 那样,标签开始闭合对应显示的吗! at 2013年07月16日

    https://github.com/textmate/experimental.tmbundle

    ⌘⇧B

    只能从闭标签跳到开标签上

    这个 bundle 有点老其他部分基本用不了...

  • sequel 使用中发现一个奇怪问题 at 2013年07月16日

    如果是 int(1) 就是 boolean 没错,true 对应 1, false 对应 0

  • 初级小鸟,关于调试问题再来请教各位前辈 at 2013年07月15日

    #30 楼 @w_jie 那是和 rubygems.org 连接不稳定... 可以试试设置成淘宝源 (Gemfile 里写 source 'http://ruby.taobao.org')

  • 初级小鸟,关于调试问题再来请教各位前辈 at 2013年07月15日

    #27 楼 @w_jie 不清楚... 但你这个 pry 已经装上了吧?

  • 如何判断一个手机号码是 imessage 用户 at 2013年07月15日

    楼主想做啥? 话说 iOS7 可以 block 垃圾消息了

  • 初级小鸟,关于调试问题再来请教各位前辈 at 2013年07月15日

    #24 楼 @w_jie 放心随便问,大家会抢着给你辅导的...

  • 上一页
  • 1
  • 2
  • …
  • 62
  • 63
  • 64
  • 65
  • 66
  • …
  • 111
  • 112
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English