Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
李华顺
@huacnlee
管理员
第 2 位会员 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
959 关注者
53 正在关注
105 收藏
打赏作者
GitHub Public Repos
  • autocorrect 1412

    A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuation...

  • rails-settings-cached 1104

    Global settings for your Rails application.

  • rucaptcha 697

    Captcha Gem for Rails, which generates captcha image by Rust.

  • zed-theme-macos-classic 97

    A macOS native style theme for Zed, let it same like native app in macOS.

  • vscode-macos-classic.t... 22

    macOS Classic theme for Visual Studio Code

  • zed-extension-action 19

    GitHub Action for automatically bump Zed Extensions version after a release.

  • autocorrect-action 11

    GitHub action for use AutoCorrect as lint

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-workspace 4

    Dock layout UI component for GPUI, that extracted from Zed project.

  • zed-lalrpop 3

    LALRPOP parser grammar support for Zed.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 长期使用 Mac OS 工作后,再去使用 Windows 进行开发是什么体验? at 2016年12月20日

    #2 楼 @yingce 换 4K 显示器就好了

  • 善用自动化工具,实战构建监控报警系统 | 线上活动 at 2016年12月20日

    全文发布

  • midori 百日记 at 2016年12月20日

    从名字中去掉 em- 的前缀,优雅很重要

  • 请教大家 1.12.x 版本中,报 NameError: uninitialized constant MongoReplicaSetClient at 2016年12月20日

    MongoReplicaSetClient ? 这是什么东西,那里来的,你为什么会用它?

  • 问卷调查,Elixir Users' Survey 2016 Results at 2016年12月20日

    连接放出来,更容易被点!图片传 Ruby China!

  • 这个算是 BUG 吗 at 2016年12月16日

    已解决

  • 部署完后,如需修改部分代码,从哪入手 at 2016年12月15日

    #18 楼 @W3INFO 好的

  • 部署完后,如需修改部分代码,从哪入手 at 2016年12月15日

    #16 楼 @W3INFO 今天已经调整了,可以插入 YouTube 了,方法还是和之前的一样,iframe 的 src 增加了白名单

  • 实现如何实现一张图片的某个区域涂抹一层颜色? at 2016年12月15日

    ImageMagick

  • 求推荐好的 Rails 学习路线 at 2016年12月15日

    看不懂的地方就暂时不要去看啊,代码没必要写那么复杂的,先从简单的入手

  • 部署完后,如需修改部分代码,从哪入手 at 2016年12月15日

    #14 楼 @W3INFO 这个已经新增可配置项了

  • 关于 ActionCable 部署的细节经验分享 at 2016年12月14日

    #7 楼 @sqsy message_bus 是 long-polling 的方式,Action Cable 是 WebSockets 连接方式是不同的

    message_bus 是周期性的,可能无法实时到达,例如 500ms 一次周期

  • 用 Passenger Standalone 部署 Action Cable 过一段时间就断开然后就连不上了 at 2016年12月14日

    需要调整 ulimit

    因为一个服务器的连接数数有限的,你的网站跑起来以后可能存在许多未释放的连接,或用户关闭了,没有正常释放,但服务器那边可能需要等待一段时间才会释放,所以连接数被占用到一定量的时候,新的连接就进不去了。

    https://ruby-china.org/topics/29346

  • 发现 Ruby 2.4.0 安装 Nokogiri 新问题 - Please install either `pkg-config` or the pkg-config gem at 2016年12月14日

    实际上我是装过的

  • Ruby 2.4.0-rc1 Released at 2016年12月13日

    Rails 5.0.1 在 Ruby 2.4.0 上跑还有问题:

    • https://github.com/rails/rails/issues/25185
    • https://github.com/rails/rails/pull/25192
  • Ruby 2.4.0-rc1 Released at 2016年12月13日

    Mirror 已更新!

    https://cache.ruby-china.org/pub/ruby/2.4/ruby-2.4.0-rc1.tar.gz

  • Dockerfile VOLUME 挂载后为空,有遇见过这个问题的么 at 2016年12月13日

    我记得 Build 成 Image 的时候,路径的 VOLUMN 是无效的,因为谁知道 Docker Image 会用在什么环境下面,有没有那个路径

  • Rails scaffold 执行报 Expected string default value for '--jbuilder' at 2016年12月13日
    rails g scaffold Article name:string title:string content:text
    

    带上类型呢

  • Dockerfile VOLUME 挂载后为空,有遇见过这个问题的么 at 2016年12月12日

    没看懂

  • 请问使用 GitLab API 时遇到带有斜杠 / 的分支该如何调用? at 2016年12月12日

    CGI.escape 掉,好像是需要

  • bundle install 的问题 at 2016年12月11日

    删除 /home/yirolhao/.bundle/cache 然后重试

  • 现在多少人还有 “程序员干到 35 岁就干不动了,一定要转管理” 的念头? at 2016年12月09日
    • 不是人人适合当领导的 😎
    • 也不是人人都适合长期写代码的 😌
  • Rails 可否设置生成文件为 4 空格缩进? at 2016年12月08日

    找事儿!

  • 网页版账户登陆不了 at 2016年12月07日

    我在 Windows 的 Chrome 上面复现了,尝试调整以后就正确了。

    看起来修复成功了 @jijin @snail 你们试试呢

  • 网页版账户登陆不了 at 2016年12月07日

    https://github.com/plataformatec/devise/issues/4085#issuecomment-233001593

  • 部署完后,如需修改部分代码,从哪入手 at 2016年12月07日

    #7 楼 @W3INFO Ruby / Rails 你熟悉么?不熟悉还定制什么呢?安安心心用标准的 Docker 安装吧。

    要定制花钱雇人

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