Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
wuao
@tangmonk
会员
第 9592 位会员 / 2013-10-17

[email protected]
成都
42 篇帖子 / 163 条回帖
2 关注者
6 正在关注
10 收藏
GitHub Public Repos
  • rails_admin_china_city... 1

    RailsAdmin 省市区级联选择

  • HoneyPotChecker 1

    ⚱️ 💊 🔐 #1st Time On Internet - Check If Token is honeypot or not 🥇

  • safe-wallet-web 0

    Safe{Wallet} – smart contract wallet for Ethereum (ex-Gnosis Safe multisig)

  • web3-defi-honeypot-and... 0

    Cross-chain deployed Smart-contract to detect Honeypot and Slippage for DeFi tokens.

  • qu3-app 0

    Quantum-proof MCP Server and Client Interactions

  • flashbotsrpc-v3 0

    Golang client for Flashbots Relay, mev-geth and standard Ethereum JSON-RPC API endpoints

  • buybot_status 0

  • stock_website 0

  • safe-cli 0

    Command line utility for Safe

  • Rules-For-Quantumult-X 0

    适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 什么情况下不使用 turbolinks? at 2014年12月07日

    #2 楼 @Rei 哦 谢谢,打算做微信项目的时候用用练手,应该问题不大

  • turbolinks 会不会和 google analytics 冲突啊? at 2014年12月03日

    #1 楼 @hooopo 啥插件?求分享

  • 有 railscasts 的 pro free download 吗? at 2014年12月02日

    #11 楼 @teemo the pirate bay?

  • 有 railscasts 的 pro free download 吗? at 2014年12月02日

    #11 楼 @teemo 某个湾是啥,雷锋先生?没找到啊

  • 有 railscasts 的 pro free download 吗? at 2014年12月02日

    #12 楼 @jicheng1014 codeschool 已经买了,找的淘宝代购,railscasts 代购不了

  • 还是 Ruby 社区比较高大上 at 2014年11月30日

    #27 楼 @mogodb 做普通的网页程序来说要好得多,不过 node 的 realtime app 开发起来很方便

  • 有 railscasts 的 pro free download 吗? at 2014年11月30日

    #7 楼 @Rei @huacnlee @nowherekai ,我很想支持的,但是本人是学生啊。。没有信用卡想买也买不到

  • 有 railscasts 的 pro free download 吗? at 2014年11月28日

    #4 楼 @Rei 能帮我付款不?我支付宝转你

  • 有 railscasts 的 pro free download 吗? at 2014年11月28日

    #4 楼 @Rei 没有信用卡不好付款啊

  • 有 railscasts 的 pro free download 吗? at 2014年11月28日

    我还以为是一个月收费的

  • 有 railscasts 的 pro free download 吗? at 2014年11月28日

    哦哦,谢谢,马上去买

  • 还是 Ruby 社区比较高大上 at 2014年11月23日

    #21 楼 @mogodb ruby 始终是属于 geek 小众的,rails 感觉不太适合新手,对 web 开发有兴趣的应该会逐渐关注 rails 把

  • 还是 Ruby 社区比较高大上 at 2014年11月23日

    #18 楼 @mogodb 常用类库函数太少,异步 IO 就是坑。常常开发一个项目需要很多个辅助的函数包(如 underscore, async, q 等), 感觉不是在开发程序,是在填坑。。

  • 没有信用卡如何购买 codeschool? at 2014年11月19日

    唉 找人代付了。。多给了 20 多的手续费

  • 没有信用卡如何购买 codeschool? at 2014年11月19日

    #3 楼 @chareice 我也以为可以。。

  • 没有信用卡如何购买 codeschool? at 2014年11月19日

    #1 楼 @cisolarix updated

  • 还是 Ruby 社区比较高大上 at 2014年11月17日

    同感,被 nodejs 深深的坑过……

  • Ruby China 的流量有没有达到百万级? at 2014年11月14日

    那么问题来了,楼上这么多马甲,哪家强?

  • 定义 class 的时候,前面加上:: 是什么意思? at 2014年11月13日

    @tangmonk asdads

  • 定义 class 的时候,前面加上:: 是什么意思? at 2014年11月13日

    @tangmonk asd

  • 各位刚开始学 Ruby 是为了啥? at 2014年11月09日

    因为很 cool

  • 定义 class 的时候,前面加上:: 是什么意思? at 2014年11月09日

    #1 楼 @zlfera 是向前查找吗? :: Integer 指的就是 Numeric.

    但是:

    > Fixnum.ancestors
    => [Fixnum, Integer, Numeric, Comparable, Object, PP::ObjectMixin, Kernel, BasicObject]
    
    
    > ::Fixnum.ancestors
    # 加了 :: 应该会查找 Integer 前面的父类吧,但是。。Fixnum 还在。。
    => [Fixnum, Integer, Numeric, Comparable, Object, PP::ObjectMixin, Kernel, BasicObject]
    
  • 移动 IM 学习笔记 at 2014年11月09日

    socket.io 怎么样

    之前用 Nodejs 写过一个简单的即使聊天,web 端+ios+android。

    好的地方感觉就是 web 端的 js 不用自己写了,各种兼容性都考虑了,移动端的库也多。也还稳定。

    leancloud 的及时通讯感觉也和 socket.io 差不多,web 端 websocket + polling,移动端 websocket

  • 定义 class 的时候,前面加上:: 是什么意思? at 2014年11月09日

    #1 楼 @zlfera 啊。。能不能再清楚点,谢谢:D

  • 学习,使用 git 过程中做的思维导图 at 2014年03月08日

    感谢,以前使用 sourcetree,git 都是半吊子

  • Heroku 如何使用指定的 environments? at 2014年01月27日

    #1 楼 @ashchan 可以直接用这行命令吗

    heroku RAILS_ENV=test rails s
    
  • Rails Girls China 北京站部分照片 at 2014年01月25日

    有美女

  • Baidu gem 无法安装 at 2013年12月28日

    #1 楼 @icyleaf branch 就只有 master

  • Baidu_push gem 连续发送两次 at 2013年12月25日

    发了..但是作者没理我..

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