Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
gaotongfei
@gaotongfei
会员
第 18353 位会员 / 2015-04-21

[email protected]
1 篇帖子 / 71 条回帖
1 关注者
0 正在关注
41 收藏
GitHub Public Repos
  • unsplash-downloader 7

    a python script for downloading photos from unsplash.com

  • spider-egg 1

    a self-use template for python crawler with requests and beautifulsoup

  • conditional-cache-demo 1

    https://conditional-cache-demo.herokuapp.com

  • remote_proc 1

    RPC client and server implementation in Ruby

  • nifty 1

    A light weight Rails ActiveRecord query result builder using Ruby Hash.

  • vimrc 1

    vim config for Ruby and Rails development

  • redoc 0

    📘 OpenAPI/Swagger-generated API Reference Documentation

  • geocoder 0

    Complete Ruby geocoding solution.

  • super-duper-octo-parakeet 0

  • isolate 0

    Sandbox for securely executing untrusted programs

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Ruby 中为何不支持列表构造 at 2018年10月18日

    @spike76 因为楼主更新了帖子,一开始并没有举例,而且问的是“列表解构”。

  • ElixirChina 发生了什么,凉了吗? at 2018年07月17日

    https://github.com/zhew2013/elixir-china/commit/2bf029b788ea844a2dcf525c32586838f29dd6f1

    😂 😂 😂

  • 大家都去哪里获取信息? at 2018年07月17日

    上 Reddit 啊,Ruby Weekly 9 成以上都是 r/ruby 和 r/rails 上的内容

  • BufPay.com 独立开发者 个人即时到账收款接口 at 2018年07月10日

    刚知道 Ruby China 还可以记笔记,👍

  • 已知一个 gem, 如何搜索使用了这个 gem 的开源项目 at 2018年07月09日

    用 github advanced search:

    https://github.com/search/advanced?l=Ruby&q=geocoder

    Repositories options -> With this many stars 这里可以用 star 数作为搜索条件

  • 求助各位大神。 at 2018年07月06日

    不建议使用 to_date,原因:

    2.3.1 :004 > '100'.to_date
     => Tue, 10 Apr 2018
    
    2.3.1 :005 > '200'.to_date
     => Thu, 19 Jul 2018
    

    可转为三位数字的字符串会被转换为本年的第 n 天的日期;

    可转为两位数字的字符串会被转换为本月的第 n 天的日期。

    比如'10'.to_date => Tue, 10 Jul 2018 # 本月第 10 天

    '100'.to_date => Tue, 10 Apr 2018 # 本年第 100 天的日期

    '32'.to_date => ArgumentError: invalid date

    '368'.to_date => ArgumentError: invalid date

    所以还是用 Date.strptime 比较好。

  • 分享一个可以买贴纸的网站,终于可以在国内买到 Ruby 贴纸了 at 2018年07月03日

    https://rubyonrails.org/trademarks/

    “Rails”, “Ruby on Rails”, and the Rails logo are registered trademarks of David Heinemeier Hansson...

    Examples of use that do need permission: Selling merchandise (stickers, t-shirts, mugs, etc)...

    You can request permission by emailing [email protected].

    可以邮件 DHH 请求许可,不清楚需求是什么。

  • 分享一个可以买贴纸的网站,终于可以在国内买到 Ruby 贴纸了 at 2018年07月03日

    https://www.smallsticker.com/%E8%B4%B4%E7%BA%B8/ruby-on-rails.html 有 DHH 的授权吗?

  • 敢问 ruby-china 开源的吗 at 2018年06月08日

    https://github.com/ruby-china/homeland

  • 如何保存 Rails console 中输入过的命令? at 2018年05月07日

    这个? https://stackoverflow.com/a/10467597/7313509

  • 如何优雅的在 rails 动态的添加表单项目 at 2018年04月28日

    server side js? http://guides.rubyonrails.org/working_with_javascript_in_rails.html#server-side-concerns

  • Rails 的欢迎页面改了 :laughing: at 2018年04月27日

    Dog lives matter!! Dog lives matter!!

  • 数据库已经有了,如何重写成 Rails 应用 at 2018年03月18日

    https://github.com/frenesim/schema_to_scaffold 试试这个 gem?

  • [上海][2018年03月20日] Ruby 聚会召集 at 2018年03月13日

    报名报名

  • controller 与 view 之间如何处理超过两个实例变量 at 2018年03月12日

    https://robots.thoughtbot.com/sandi-metz-rules-for-developers#only-instantiate-one-object-in-the-controller

  • JIT for MRI 开始开发了 at 2018年02月09日

    known issues: Performance is decreased when Google Chrome is running。这就很搞笑了

  • 看这个笑了一个晚上,哈哈哈哈哈~~ at 2018年01月14日

    "URL, What's that?" 哈哈哈

  • 从 webpack 到全面拥抱 Parcel #1 探索 Parcel at 2017年12月21日

    要直播切些什么吗?

  • 爬虫福利 rest-tor at 2017年12月18日

    大学爬 Google Scholar 时想了很多方案,最后就是用 Tor。SocksPort 配置一百多个端口,每次爬虫请求前都切换一个 ip,爬的很爽,不用自己去爬代理 ip。

  • Ruby on Rails 开发的 API,能支撑多大的日请求量? at 2017年12月12日

    basecamp 1800 rps: https://twitter.com/dhh/status/885599200746057728

    shopify 80000 rps: https://twitter.com/dhh/status/885776244532551680

  • 送几本《Ruby on Rails 教程 (第 4 版)》纸质书 at 2017年10月30日

    咨瓷一下

  • @ 安道 《Rails 程序部署之道》只差一章了 at 2017年10月23日

    IC 是什么...

  • Ruby 位列前 4 名: GitHub 2017 年最受欢迎的编程语言 at 2017年10月14日

    "Elixir 先是真的沒人權"? 这是什么意思?

  • SendGrid 配置到怀疑人生 at 2017年09月28日

    16 楼说的没收到确认邮件是我大意写错了地址,尴尬...

  • SendGrid 配置到怀疑人生 at 2017年09月28日

    sendgrid 的 qq 邮箱送达率如何呢?

  • 请教各位,Stripe 是否已和支付宝合作开通了中国区业务? at 2017年07月19日

    https://stripe.com/global stripe 只是在网页中列出的国家和地区提供支付宝的服务

  • 去哪里买域名 at 2017年07月17日

    godaddy, name.com, gandi

  • Stripe 香港区上线 + 支持支付宝和微信支付! at 2017年07月15日

    是美国账号,😱 这么严格!

  • Stripe 香港区上线 + 支持支付宝和微信支付! at 2017年07月15日

    是的,stripe 客服花了 3 天才给我过审,现在的 alipay 已经是 live 状态了😀 。 但是微信支付还在 beta 阶段,一直没给我通过。

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