Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Rei
@Rei
Admin
NO. 1 / 2011-10-28

[email protected]
深圳
182 Topics / 9130 Replies
727 Followers
0 Following
11 Favorites
中下水平 Rails 程序员
Reward
GitHub Public Repos
  • writings 940

    [Closed] Source code of writings.io

  • alipay 732

    Unofficial alipay ruby gem

  • code_campo 291

    [Closed] Source code of http://codecampo.com

  • asciidoctor-pdf-cjk-ka... 101

    **no longer maintained**

  • asciidoctor-htmlbook 31

    Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook docu...

  • material-ui 17

  • rich-text-editor 12

  • htmlrenderer 12

  • rails-chatgpt-demo 8

  • rails-app 7

    A Rails project template lets me start new projects quickly.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [广州] 网易游戏招聘 Ruby 开发工程师 at June 17, 2020

    缺薪酬范围。

  • 如何发送 form-data 的请求数据 at June 03, 2020

    https://github.com/rest-client/rest-client#multipart

  • actioncable 奇怪的问题 at May 28, 2020

    channel 名是否一样,看上面一个 conversation_channel 一个 conversation_1_channel

  • RubyConf China 哔哩哔哩频道上线 at May 27, 2020

    计划是演讲内容是录影(外语会配字幕),播完片会连线讲师和弹幕互动。哔哩哔哩和 Youtube 双平台直播。

  • rails 框架装不上 at May 26, 2020

    没说 Ruby 是怎么装的无法指出解决方案。

    系统 Ruby 作为系统组件最好不要动,用 homebrew 安装 Ruby 作为开发用,可以同时处理一些依赖问题。

  • Ruby 2.7.0 Released at May 23, 2020

    2019 年 RubyConf China 说 2020 年发布。

  • 不知道大家有没有试过直接 cmd 输入 ruby 然后可以输入东西,不过这个有什么用? at May 22, 2020

    没有文件名的时候从标准输入接受数据。

  • Ruby on Rails 可以自动计算关联 model 的数据吗。。。 at May 16, 2020

    如果你能理清逻辑并且写成代码就可以。

  • 长文慎点:部署(Docker + Ubuntu + Ruby 2.6.1 + Rails + Capistrano + Puma) at May 14, 2020

    看 docker swarm。

  • 敏感词过滤实现 at May 12, 2020

    完善成 Gem 有前途(词库自己加)。

  • Ruby 和 Python 中对中文的处理 at May 12, 2020

    感觉是 2.7.1 文档错了,master 又改了回去 https://github.com/ruby/ruby/commit/2e5ef30cb9f56e5a7a8139e0f1d75bbcf5ee8362

    反正要写 gem 的话不能依赖这个参数。

  • Ruby 和 Python 中对中文的处理 at May 12, 2020

    官网文档是这样:

    space: a string that is put after a : pair delimiter (default: '')

    没有说 ,。

    https://ruby-doc.org/stdlib-2.7.0/libdoc/json/rdoc/JSON.html#method-i-generate

  • Ruby 和 Python 中对中文的处理 at May 12, 2020

    逗号后面加空格没找到选项。

  • Ruby 和 Python 中对中文的处理 at May 12, 2020
    hash = { key: '中文' }
    JSON.generate hash
    # => {"key":"中文"}
    JSON.generate hash, ascii_only: true
    # => {"key":"\u4e2d\u6587"}
    JSON.generate hash, ascii_only: true, space: ' '
    # => {"key": "\u4e2d\u6587"}
    
  • Ruby 和 Python 中对中文的处理 at May 11, 2020

    先去掉 gsub(':', ': ').gsub(',', ', ') 看看 json string 有什么区别。

  • 【译】每天工作 8 小时,每周 40 个小时足矣(下架) at May 07, 2020

    因为删帖导致回帖内容一并消失对回帖者不公平,所以有条规则有回帖的主题不能删除,但你可以编辑标题和顶楼内容。

  • 某个类里面如果写错代码,开发环境不报错,但是部署到生产环境就无法启动了,如何在开发环境上提前暴露呢? at May 06, 2020

    测试覆盖不足。

  • 【译】每天工作 8 小时,每周 40 个小时足矣(下架) at May 06, 2020

    给你参考一下

    https://www.weibo.com/1948247017/IFy48BkFz

    当然我不觉得楼主达到鼠绘的程度,不过如果全篇翻译整书,肯定影响出版社引进这本书的收益,basecamp 前两本书都翻译引进了的。

    翻译之前要看内容是什么授权,没有 CC 之类的共享授权的都默认作者保留所有权,需要先获得授权,

  • 【译】每天工作 8 小时,每周 40 个小时足矣(下架) at May 01, 2020

    楼主逐篇翻译这本书,有获得版权方授权吗?

  • Homeland React 前端的性能/体验 at April 26, 2020

    首页载入倒不会在每个页面都出现,载入首页(或者任何一页)后,进入其它页面就是 ajax + 前端渲染了,比单纯服务端渲染快。然后 homeland 用了 rails 的 turbolinks 模拟 ajax + 前端渲染的效果,增加了换页的速度。

  • Homeland React 前端的性能/体验 at April 26, 2020

    服务端渲染

  • 托管简单 Ruby 脚本建站的便宜渠道? at April 19, 2020

    github action 定时任务部署到 github pages 上,免费。

  • Campo UI - 一个 Material Design 的前端组件库 at April 13, 2020

    不知道呢,还在想。搞出这个库下次建项目就可以更快速搭建原型了。

  • Campo UI - 一个 Material Design 的前端组件库 at April 13, 2020

    这是更务实的选择。

  • DHH 最新博客——“雄伟巨石”可以成为“城堡” at April 13, 2020

    文章里“微服务难民”链接里的沙雕视频挺搞笑的 😂

  • DHH 最新博客——“雄伟巨石”可以成为“城堡” at April 13, 2020

    来源?

  • 用 Ruby 学习基本乐理(一):音高 at April 11, 2020

    以前的公司内部分享听过同事分享 https://sonic-pi.net/ 的用法,用 Ruby 编乐谱,演示编出中国风和和风的曲子,挺有意思。

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