Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
子不语
@42thcoder
VIP
NO. 6764 / 2013-04-18

[email protected]
杭州
17 Topics / 327 Replies
41 Followers
107 Following
96 Favorites
未来的不可知, 是前进的原动力
GitHub Public Repos
  • dotfiles 1

    A set of vim, zsh, git, and tmux configuration files.

  • block_yundun 1

    Rack middleware to block requests issued by aliyun yundun

  • dust 1

    A dead simple scripting language. Not perl, not ruby, not even rock. It's just dust.

  • 42thcoder.github.com 1

    My blog

  • twitterbio 0

    Generate your Twitter bio with OpenAI and Vercel Edge Functions.

  • alipay 0

    支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签。

  • rocketmq-client-ruby 0

  • feeds 0

    Example repository for creating your own RSS feeds using Feed me up, Scotty!

  • ransack 0

    Object-based searching.

  • lottery 0

    🎉🌟✨🎈年会抽奖程序,基于 Express + Three.js的 3D 球体抽奖程序,奖品🧧🎁,文字,图片,抽奖规则均可配置,😜抽奖人员信息Excel一键导入😍,抽奖结果Excel导出😎,给你...

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [杭州][可远程] 一只公司招聘前端工程师 (20-25K) at May 10, 2018

    可以分享下使用 Stimulus 的体验么

  • GraalVM 1.0.0-rc1 released! at April 19, 2018

    https://github.com/oracle/truffleruby#current-status 官方的 README 啊

    最新的 PR comment 也有提到过,https://github.com/oracle/truffleruby/pull/1269/files

    I think Nokogiri is not fully integrated yet, and database drivers is work-in-progress, so I would keep it and just drop the OpenSSL part.

  • GraalVM 1.0.0-rc1 released! at April 19, 2018

    https://gist.github.com/havenwood/6fed7dd17131330ae4fd36a06fd2c19b

    性能感人。

  • GraalVM 1.0.0-rc1 released! at April 18, 2018

    @numbcoder 比 JRuby 9000 快很多啊

    As one can see, truffleruby is leading the pack by quite a margin, followed by JRuby (but still over 2 times faster than it). Truffleruby is also an impressive 7 times faster than CRuby 2.4.0.

    https://pragtob.wordpress.com/2017/01/24/benchmarking-a-go-ai-in-ruby-cruby-vs-rubinius-vs-jruby-vs-truffle-a-year-later/

    而且计划支持 C 扩展

  • GraalVM 1.0.0-rc1 released! at April 18, 2018

    TruffleRuby runs Rails, and passes the majority of the Rails test suite. But it is missing support for Nokogiri and ActiveRecord database drivers which makes it not practical to run real Rails applications at the moment.

    估计还要等等

  • Bootstrap 4 的 button 按钮防抖? at April 16, 2018

    css 基础了解下?

    .event-disabled {
      pointer-events: none;
      opacity: 0.6;
    }
    
  • Ruby 应用服务器的新选择 - Nginx Unit at April 13, 2018

    https://itnext.io/performance-comparison-between-nginx-unit-and-uwsgi-python3-4511fc172a4c

    跑 Python 的性能好像还可以

  • 对全栈工程师来说,现在的前端技术毫无优势 at March 27, 2018

    混 Ruby 社区的门槛也太高了

  • 记录一次排查 Puma 内存占用过高的问题 at March 16, 2018

    Out-of-Band GC 2.2 之后就不再需要了

  • 可以网络面试吗? at March 04, 2018

    可以加我的微信

  • 如何在任何 model 中获取 Devise 的 current_user 信息? at February 24, 2018

    最好不这样做,但一定要的话 参考 http://edgeapi.rubyonrails.org/classes/ActiveSupport/CurrentAttributes.html

  • [付费咨询] 微信支付和支付宝对接功能制作? at February 17, 2018

    具体要咨询什么?可以加我的微信

  • Rails 5.2.0 RC1: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials at February 01, 2018

    华顺哥动作好快,我的还停在 dev 机器呢...

  • 送几本《Rails 5 敏捷开发》 at January 25, 2018

    支持,已下单,翻译不容易

  • [杭州区块链相关] 初创团队招聘志同道合的开发人员 15-25k at January 08, 2018

    西溪附近有不少公司了啊,什么时候聚一下

  • 讨论一个接口设计相关的问题 at January 02, 2018

    你说得两条,其实是一条:需要有接口的统一规范,大家都遵守。

    至于这个统一规范是啥,那就见仁见智了;我说“一般以最小常用单位为准”,你也不会信得,:-D

    后端控制对外输出统一以元为单位,能减少前端(ios、Android、各种 web)的复杂性

    这个呢,是减少不了的;我举个很简单的例子,运营要搞个“一分钱买 XX” “九分钱兑换会员”的活动,要求有个页面,价格显示分

  • 讨论一个接口设计相关的问题 at January 02, 2018
    1. 单位一般以最小常用单位为准,例如钱用分,时间用秒

    2. 看起来是谁做都一样,但实际上不是的。如果后端来做,向后兼容的难度会越来越大,而且因为逆转了依赖关系,复杂度有可能失控;但是有些地方,服务端改一改可以迅速上线,但是客户端就需要发版。

  • 对于 Rails 的 QPS 疑问 at December 29, 2017
    • 要看 puma 的配置
    • 要看单次请求 1s,请求内部具体逻辑
  • Ruby 2.5.0 已发布 at December 28, 2017

    等 2.5.1 出了就升级

  • Rails 服务器端代码怎么封装给客户用? at December 11, 2017

    试试 https://github.com/pmq20/ruby-packer

    cc @psvr

  • Rails 并发发送请求问题请教 at November 29, 2017

    https://gist.github.com/miyagawa/4064237

  • 怎样在 RSpec 测试正在运行的时候,列出已经出错的 error messages,而不用等到所有的测试都运行完成 at November 16, 2017

    https://relishapp.com/rspec/rspec-core/docs/command-line/fail-fast-option

  • Rails 最佳实践之配置管理 at November 15, 2017

    挖个坟~

    应用配置需要:

    1. 不发布就能修改生效
    2. 提供后台编辑页面

    大家都是咋做的

    @zamia @jasl

  • Ruby 爬虫框架 at November 07, 2017

    偏个题,我们目前爬虫没有自己搭,而是用了第三方服务,http://www.shenjianshou.cn/, 功能并不多,但是省去了很多运维成本;

    炮哥开坑的话,可以多考虑下运维友好。

  • Ruby 爬虫框架 at November 06, 2017

    必须有啊,一直觉得 scrapy 挺弱的,也没做啥,但是知名度就是高,好多小白都慕名来学 Python

  • Rails 锁 --- 能不能对一段逻辑代码加锁,高并发情况下总被反复执行 at October 30, 2017
    Redis::Lock.new("#{cache_key}").lock do
      project = Project.create!(:name => "name", ...)
      api     = Api.client.update(...) # 这是一个调用第三方api的一个更新操作
    end
    
  • [招生] 零基础 Ruby 入门班 at October 30, 2017

    支持下,@rocLv 做的是一件好事。比起付出的话,甚至可以说是公益。

    看视频和 1 对 N 的教学肯定是不一样的,这点要明确下。

  • [招生] 零基础 Ruby 入门班 at October 29, 2017

    数据库设计入门,感觉很难教啊

  • 我想问下,API 版本从 1.0 升级到 2.0,要把 1.0 控制器里面的代码都贴到 2.0 里面吗 at October 16, 2017

    每一个请求都要带上版本,还是定义一个全局的版本

    这不开玩笑么

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