Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
tumayun
@tumayun
VIP
NO. 967 / 2012-02-09

北京多点科技股份有限公司
北京
42 Topics / 769 Replies
15 Followers
3 Following
31 Favorites
奋斗的coder
GitHub Public Repos
  • master_slave 9

    Rails separate read and write

  • blog 0

    私人博客

  • xhttp 0

    http request

  • macos-golink-wrapper 0

    solution to "syscall.Mprotect panic: permission denied" on macOS Catalina 10.15.x

  • go-common 0

    哔哩哔哩 bilibili 网站后台工程 源码

  • eureka-ruby 0

  • remove_emoji 0

    Ruby Remove Emoji 😈🈲😱⁉️ for Ruby 2.x ~ 2.5.x / Rails 4、5.x

  • aliyun-oss-ruby-sdk 0

    Aliyun OSS SDK for Ruby

  • brakeman 0

    A static analysis security vulnerability scanner for Ruby on Rails applications

  • wx_pay 0

    An unofficial simple wechat pay gem

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [北京] 移动医疗招聘 Web 前端工程师 at July 22, 2014

    @wujunyu 跳槽了?你不是做 Java 的吗?

  • [杭州] Ruby 程序猿看过来,婚礼纪诚邀你加盟,8~15K at July 19, 2014

    薪资待遇呢?

  • rails 异步响应 渲染 js.erb 的问题 at July 19, 2014

    delegate 到父级元素上

  • 对于 sonrter 童鞋 “晚上加班不算加班?” 帖子的团 800 官方声明 at July 03, 2014

    @tuan800 用上 storm 了?

  • 到哪里去买 Ruby 的 T-shirt at June 24, 2014

    @chareice 自撸

  • 到哪里去买 Ruby 的 T-shirt at June 23, 2014

    做这个有没有版权问题啊?我舅舅开工厂的,我想弄个几百件放淘宝卖

  • [杭州][2014年7月2日] 似乎好久没有 RubyTuesday 了,大家一起聚聚? at June 23, 2014

    @ruohanc 求带

  • [杭州][2014年7月2日] 似乎好久没有 RubyTuesday 了,大家一起聚聚? at June 19, 2014

    呀 车牛不是在海创园吗?

  • [杭州][2014年7月2日] 似乎好久没有 RubyTuesday 了,大家一起聚聚? at June 19, 2014

    哇哦 太赞了,离得近,支持!

  • 晚上加班不算加班? at June 17, 2014

    @hbin 你牛叉!

  • 多台机器上 Unicorn 共享 Session at June 13, 2014

    @120791589 这样是要单点登陆吧,咋和楼主说的不是一个方向

  • [北京][上海][远程] Doorder 招聘 Ruby on Rails 高级开发工程师 at May 30, 2014

    大赞!!

  • [北京][团 800] 招聘 ruby 研发工程师,欢迎您的加入 at May 30, 2014

    四到六个月年终奖?

  • 晚上加班不算加班? at May 30, 2014

    @TsingHan 你可以转给他嘛

  • 晚上加班不算加班? at May 30, 2014

    @sonrter 淡定吧,兄弟,不爽就走嘛,你现在充满负能量,对自己的职业生涯不是好事. 成都我不清楚,但是北京团 800 Ruby 组还是非常有爱的,leader 也很维护大家。特别是 老K, 待你如兄弟啊!!!

  • 晚上加班不算加班? at May 28, 2014

    大赞!!! @lgn21st 说的属实!!!

  • 晚上加班不算加班? at May 28, 2014

    原来这里说的不是团 800 呀?@sonrter 贴的帖子才是

  • 晚上加班不算加班? at May 28, 2014

    @sonrter 敢不敢暴露你的身份?我有很多小伙伴在那

  • 响应式布局加入 at May 25, 2014

    :plus1:

  • 关于 KISSY 的一个问题 at May 24, 2014

    不是只有阿里人才用 kissy 的吗?

  • 学习编程没有捷径,需要的是热情与毅力 [抛砖引玉,小秀成果][5/20 小小更新一个图] at May 23, 2014

    顶礼膜拜!找到方向了! 实话说,最近半年一直处于低潮期,想尽快适应,尽快扛过这个阶段!

  • 嵌套两层的 where 搜索应该怎么写呢? at May 22, 2014

    has_one + through 的方式

    a has_one b
    b has_one c
    a has_one c through b
    A.joins(:c).where...
    

    A.joins(b: :c).where...

  • SelfStore,数字内容创作者的在线商店 at May 12, 2014

    :plus1:

  • 再回顾一遍 Ruby Gotchas at April 30, 2014

    呀 被加精有取消了?只是分享下,精不精华无所谓啦

  • 再回顾一遍 Ruby Gotchas at April 30, 2014
    • and / or is NOT the same as && / ||
    • super is NOT the same as super()
    • Your exception must not be an Exception
    • class Foo::Bar is NOT the same as module Foo; class Bar
    • Most bang! methods return nil when they do nothing
    • attribute=(value) method always returns passed value, regardless of method return value
    • private will NOT make your self.method private
  • 请问下杭州有没有 ruby on rails 开发的公司? at April 26, 2014

    @rubyu2 微信号多少?

  • 请问下杭州有没有 ruby on rails 开发的公司? at April 25, 2014

    同问!求推荐

  • haml slim 之流真的好吗? at April 25, 2014

    其实我是觉得用 slim 很难直观的分辨出一个 div 到底包含哪些代码,div 内代码少还好,代码一多就要吐血。

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