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
  • 自制监控服务接收 NewRelic RPM 数据 at November 13, 2015

    哈哈哈,已经玩过了

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

  • Ruby China 手机客户端 UI 设计稿 at November 13, 2015

    没官方的,还没做出来

  • Ruby China 手机客户端 UI 设计稿 at November 13, 2015

    #4 楼 @xiaoronglv 对,就是 Sketch 做的,这个做手机 App UI 非常方便

  • 关于给一些接口添加验证码的问题 at November 13, 2015

    基于 日期YYMMDD+user_id 作为 key,记录尝试失败的次数,记录到有 LRU 机制的 Cache 里面,比如 Memcached

  • 关于给一些接口添加验证码的问题 at November 13, 2015

    #2 楼 @rei 哦,对,我想错了

  • 关于给一些接口添加验证码的问题 at November 13, 2015

    记录到用户的 Session 里面

  • Ruby China React Native for Android 新鲜出炉 at November 13, 2015

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

  • Ruby China React Native for Android 新鲜出炉 at November 13, 2015

    楼主可以用我的设计稿改 UI

  • 使用 Ruby 编写了另一个 damned 包管理器 at November 13, 2015

    牛逼啊,那么多 Package 调试起来都要花要多时间

  • Ruby 2.3.0-preview1 来了 at November 12, 2015

    很重要的东西是 String 默认 frozen 了,这个影响非常大的,也会带来很大的性能改进

  • Filter chain halted as :authenticate rendered or redirected 大概什么原因导致这个错误的。 at November 11, 2015

    CSRF 的问题,提交要带上 csrf token

    http://guides.ruby-china.org/security.html#%E8%B7%A8%E7%AB%99%E8%AF%B7%E6%B1%82%E4%BC%AA%E9%80%A0

  • 关于 ruby 的 timeout 超时控制 at November 11, 2015

    应该是这样吧?

    rescue Timeout::Error
    
  • Rails 使用 group 后相应属性的显示问题 at November 11, 2015

    贴代码,而不是用编辑器的截图

  • Redis 实现自动输入完成 at November 11, 2015

    楼主图片请传 Ruby China 避免丢失

  • Rails 在高并发下的性价比 at November 10, 2015

    #7 楼 @tangmonk 不是那样计算的

  • Rails 在高并发下的性价比 at November 10, 2015

    #5 楼 @tangmonk 顶多 50 个/s

    所以你想太多了,10000 个/s,什么样的应用有这样的场景

  • 学习 Ruby on Rails 遇到了 undefined local variable or method `root_path',求帮助 at November 10, 2015
    Routing Error
    No route matches[GET] "static_pages/home
    

    都已经说了错误原因了,缺少 static_pages#home,也就是缺少 app/controllers/static_pages_controller.rb,或者这个文件里面缺少

    def home
    end
    

    好折腾,有那么复杂么,应该反思你的学习路径不对 请按 http://guides.ruby-china.org 来学 Rails

  • 学习 Ruby on Rails 遇到了 undefined local variable or method `root_path',求帮助 at November 10, 2015

    #4 楼 @yx30 不要重新发帖,请修改这贴!

  • 学习 Ruby on Rails 遇到了 undefined local variable or method `root_path',求帮助 at November 10, 2015

    #2 楼 @yx30 连接那边已经有答案了,难道我还要再把那些代码全部再贴一遍

  • 学习 Ruby on Rails 遇到了 undefined local variable or method `root_path',求帮助 at November 10, 2015

    请描述清楚,不要重复发帖!

  • Rails 在高并发下的性价比 at November 10, 2015

    合适工具用合适场景!

  • 怎么在 erb 中给元素的属性添加多个值? at November 09, 2015

    ... 换了个地方就不会写代码了?

    <div class="alert alert-<%= alert_type(message_type) %>">
    
  • 除了 Dash 还有什么好的在线 API 文档推荐吗?谢谢 at November 09, 2015

    rdoc.info

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at November 05, 2015

    #84 楼 @colorfulberry #79 楼 @hechao051 #78 楼 @xmonkeycn

    0.3.1 已经发布了

    • 增加了复杂度,文字更加紧凑,干扰线和文字颜色接近,随机旋转正负 5°
    • input 文本框 type 的问题修正了
  • Prev
  • 1
  • 2
  • …
  • 70
  • 71
  • 72
  • 73
  • 74
  • …
  • 264
  • 265
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English