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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • RuCaptcha 的验证码可以被攻击重放? at 2016年10月14日

    这不是 Rails Session 的问题,是 rucaptcha 的问题,设计的时候忘了这个茬。

  • Ruby China API 使用授权码访问 401 at 2016年10月14日

    #8 楼 @li_xinyang

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

  • Ruby China API 使用授权码访问 401 at 2016年10月14日

    #6 楼 @li_xinyang 😓 不是这样的流程,先去看看 OAuth 2 的介绍

  • Ruby China API 使用授权码访问 401 at 2016年10月14日

    授权成功哪个不是 access_token 而是 authorize_code

  • Ruby China API 使用授权码访问 401 at 2016年10月14日

    没看懂你在说什么?怎么调用的,细节贴上来

  • 想问一下 RubyConf China 2016 大会是否有录制现场视频以及何时发布? at 2016年10月14日

    在后期制作,等等

  • 求问 Ubuntu 上 nio4r 的安装问题 at 2016年10月14日

    贴完整错误日志,不要截图!

  • Go 技术社区来了 at 2016年10月14日

    #3 楼 @small_fish__ 我哪个不是,我哪个是用来学 Go 的

  • Go 技术社区来了 at 2016年10月14日

    为何又要搞一个?这是我知道的第三个了……

  • 国外有类似咱们 ruby-china 这样的社区吗? at 2016年10月13日

    貌似没有

  • Active Record 里的动态属性和查找器的约定去哪里看? at 2016年10月13日

    是的,这类动作废弃了,新的用

    find_by(name: 'foo')
    

    http://api.rubyonrails.org/classes/ActiveRecord/FinderMethods.html#method-i-find_by

  • Yarn: A new package manager for JavaScript at 2016年10月12日

    链接知乎的讨论:

    https://www.zhihu.com/question/51502849

  • Yarn: A new package manager for JavaScript at 2016年10月12日

    Yarn 配置国内 NPM Mirror

    $ echo 'registry "https://registry.npm.taobao.org"' > ~/.yarnrc 
    
  • Yarn: A new package manager for JavaScript at 2016年10月12日

    哈哈哈,所以不是我一个人讨厌 NPM 的机制!

    时常出现获得一个 Warning,说正在用的某个 NPM 版本存在漏洞需要更新,然而我根本没法找出是谁依赖,因为 NPM 这个依赖设计是这样的:

    package_a:
       xxx 0.1.0
    package_b:
      package_bb:
         xxx 0.2.1
    package_c:
       package_cc:
          package_ccc:
             xxx 0.3.0
    

    以及一个稍微大点的项目 node_modules 占个 1G 是很正常的事情。

  • 基于 React.js + Redux + Bootstrap 的 Ruby China 示例 at 2016年10月11日

    渲染真快!

  • Ruby China 基于 Turbolinks 的 iOS 以及 Android 客户端发布了 at 2016年10月11日

    #38 楼 @li_xinyang 暂时不能

  • 提一个会员域名的小建议 at 2016年10月11日

    #6 楼 @mimosa 这样的设计很 Low

  • RuntimeError can't add a new key into hash during iteration at 2016年10月10日

    先用 Linux 或 Mac 跑,谁知道你背后用了些什么东西

  • 提一个会员域名的小建议 at 2016年10月10日

    这是一个特性功能!

    很多项目还做不出来呢!例如 CNode、Laravel China、Golang 中国 以及 ... V2EX 😎 😎 😎 😎


    你说的问题我早已经考虑过了,真有那些情况,怎么做?

    1. 换个单词;
    2. 让用户改名字;
    3. 强制抢了用户的名字;

    一般情况,我都用第三个方案!是的,就是这样。

    例如这些用户名 admin、like、favorite、block, register, logout, blog, teams, mail, about 这些是恶意注册,不用和用户商量的。

  • Rails 4 中,如何对 Active Record 两个结果集取并集? at 2016年10月10日

    and 并集的合并用 merge

    http://api.rubyonrails.org/classes/ActiveRecord/SpawnMethods.html#method-i-merge

    or 的合并用 or

    http://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-or

  • CarrierWave::UploadError: Upload failed, status code: 0, response: {} at 2016年10月08日

    执行超时呀!

    在执行的环境 curl http://test.jpg 看看通不通

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