Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
李华顺
@huacnlee
Admin
NO. 2 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 Topics / 9058 Replies
959 Followers
53 Following
105 Favorites
Reward
GitHub Public Repos
  • autocorrect 1410

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

  • rails-settings-cached 1101

    Global settings for your Rails application.

  • rucaptcha 696

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

  • zed-theme-macos-classic 95

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

  • vscode-macos-classic.t... 21

    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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 用 Rust 实现了一个 Rust 中文社区 at June 12, 2016

    https://rust-china.org/

    那这个呢? 😓

  • [北京] 幻腾科技寻找 Ruby 后端工程师 at June 12, 2016

    💯 👍

  • 分享自己开发的一款域名批量生成和查询的神器,你会喜欢上她的 at June 12, 2016

    我靠,域名查询速度好快啊

  • 关于 Nokogiri 的安装依赖 libxml2-2.9.4 报错的问题 at June 12, 2016
    ERROR: cannot discover where libxml2 is located on your system. please make sure `pkg-config` is installed.
    

    注意看 Nokogiri 的错误提示,经过那么多年,Nokogiri 的提示已经非常完善了,一半都会在错误里面准确说明你的系统到底缺什么

  • RailsConf 2016 - 我们如何为三万人的公司横向伸缩 GitLab at June 04, 2016

    #37 楼 @rei 内部网络没部署,然后有一些管理要求,代码库这类东西不能放到公司局域网之外

  • ActionCable 的 Cookie 鉴权方式不会不安全么? at June 03, 2016

    signed

  • RailsConf 2016 - 我们如何为三万人的公司横向伸缩 GitLab at June 03, 2016

    #18 楼 @hechen0 那是小公司

    像 BAT 之类级别的公司,光技术人员就有上万人,个别仓库上 G,单机存储容量是完全不够的

  • 如何清除片段缓存呢? at June 02, 2016

    cache key 里面带上数据的更新时间,数据变化的时候就自然更新了。

    基本上不需要删 cache

  • 为什么 Django 会比 Rails 复杂那么多? at June 02, 2016

    理念不同,不能拿来直接对比

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

  • 中高级 Rails 工程师,一般都需要具备哪些技巧或是说哪些技术,望大神解惑 at June 02, 2016

    https://ruby-china.org/jobs

    还可以看看招聘里面的要求

  • Rails 5.1.0 - Drop jQuery as a dependency at June 02, 2016

    @dhh 现在就是转作方向性指导的工作 😄

  • 中高级 Rails 工程师,一般都需要具备哪些技巧或是说哪些技术,望大神解惑 at June 02, 2016

    能独自从零开始构建一个商业项目到上线,并且能独立解决各类过程中遇到的问题

  • 图片格式问题 at June 02, 2016

    没有发现有这样的问题,会不会是你看错了?

  • Grape on Rails + Puma 线程安全性的讨论? at June 02, 2016

    #5 楼 @pathbox 量少的时候很难出发,我们那个应用也是到了非常大量的时候才碰到,然后就晚了。结果 @wxianfeng 他们搞了很久...

  • Grape on Rails + Puma 线程安全性的讨论? at June 02, 2016

    这个是有实际案例的,当初也是突然从 Unicorn 切到 Puma,然后测试的时候没发现,一上线就完蛋了,导致用户数据写乱了 @wxianfeng 来说说

  • [杭州] 杭州米订招聘 Ruby 工程师 3 名 at May 31, 2016

    #5 楼 @_kaichen 妹子多,妹子多 😄

  • Puma 的相关资料为啥我觉得那么少? at May 31, 2016

    此外,Puma 和 Unicorn 在很多方面都是很相似的,比如 copy-on-write,用过 Unicorn 的人基本上能很快搞明白。

    然后 Puma 在 GitHub 的源代码列表里面有一些文本文件(其实 Unicorn 也是的),里面有一些配置说明,实现说明等资料

  • submit 不支持传入 block? at May 31, 2016

    f.button type: 'submit', name: 'commit', class: 'btn btn-flat' 如果是这么简单的内容,直接写 HTML 好了

  • 本地测试了下个人常用的 Web 框架的吞吐率,结果不出意料 at May 27, 2016

    这种测试没啥用,你的业务实际情况又不可能这么简单。

  • Ruby-China 源代码部署问题 Could not find rake-11.1.2 in any of the sources 以及 Sentora 后台登录问题 at May 27, 2016

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

  • Puma 的相关资料为啥我觉得那么少? at May 26, 2016

    因为没什么需要讲的,就是那么简单的东西

  • 遇到个很奇怪的问题 uninitialized constant RestNodeController::SysAdminLoginFilter at May 25, 2016

    文件名得按照 Rails 的约定来,好落后啊 Rails 都出 5 了

    你应该重新看 Rails 新的 Guide

  • 大家有没有 Ruby 开发 App 的资料介绍啊?万分感谢! at May 24, 2016

    老老实实用 Swift 来写

  • https://gems.ruby-china.org 感觉速度不是很快啊 at May 23, 2016

    #4 楼 @tony612 为了要实时,/api 几乎无法缓存

  • https://gems.ruby-china.org 感觉速度不是很快啊 at May 23, 2016

    #1 楼 @tony612 真正下载 Gem 是在 UpYun 的 CDN 上的,只有一开始调用 /api 之类的才会到国外的服务器。

  • 网站攻击问题--求助 at May 23, 2016

    用 rack-attack 或 Nginx 的 limit 来限制单个 IP 每分钟的请求次数

  • 网站攻击问题--求助 at May 23, 2016

    这个不影响,已经被 Rails 的 CSRF 拦截了。

  • 有没有好的验证码 Gem 可以推荐吗,在 JRuby 下面可以用的 at May 20, 2016

    https://github.com/huacnlee/rucaptcha

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