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

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
959 关注者
53 正在关注
105 收藏
打赏作者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 大家后台管理除了 Vue/React 之外,都用什么做 UI 面板? at 2018年05月28日

    另外,GitHub Primer 也挺不错的,类似 Bootstrap 的命名风格

    https://github.com/primer/primer

  • 网站部署 HTTPS 且登录后,任何 Post 请求都导致 Session 丢失,是因为被认为可能是 CSRF 攻击吗? at 2018年05月26日

    POST 提交到了 http 的?为何不该为 force_ssl ?

  • Awesome Ruby China at 2018年05月24日

    不这么放,我都不知道 Ruby China 有这么多精品内容了

  • RBAC 细颗粒度权限分配,有好的解决方案吗? at 2018年05月23日

    @jasl 的 role_core

    https://github.com/rails-engine/role_core

  • 关于 execjs 的疑问 at 2018年05月23日

    如果你只是想简单的执行那个 js 文件的话,可以试试用 shell 的方式调用:

    res = system("node foo.js")
    
  • 大家后台管理除了 Vue/React 之外,都用什么做 UI 面板? at 2018年05月21日

    https://pro.ant.design

  • JSON 解析出错 at 2018年05月11日

    {“orgs”=>

    1. => 不是 JSON 的格式
    2. 你上面那段是手写的么?引号都是错误的
  • 两个页面显示问题反馈 at 2018年05月09日

    已修复

  • 这种 URL 特殊字符如何处理? at 2018年05月07日

    正确姿势:

    request_params = { appid: app_id, q: q, from: from, to: to, salt: salt, sign: sign }
    HTTParty.get("#{url}?#{request_params.to_query}")
    

    http://api.rubyonrails.org/classes/Hash.html#method-i-to_query

  • homeland 用户上传打赏图片时报错 at 2018年05月04日

    新版本已经修复,你可以尝试部署 homeland/homeland:latest

  • 用 mina 部署,执行 bundle 时报 bundle: command not found 错误 at 2018年05月04日

    mina 是不是用 ubuntu 这个用户执行的?

  • homeland 用户上传打赏图片时报错 at 2018年05月02日

    看管理后台,有异常记录

  • 使用 Feedly 订阅 ruby-china,如何过滤机器人发帖? at 2018年05月01日

    问题已解决

  • 使用 Feedly 订阅 ruby-china,如何过滤机器人发帖? at 2018年04月29日

    屏蔽人,没有屏蔽通知的,只屏蔽了话题列表

  • 使用 Feedly 订阅 ruby-china,如何过滤机器人发帖? at 2018年04月28日

    先记录一下:

    https://github.com/ruby-china/homeland/issues/1028

  • 谈谈我对 Python 的看法 at 2018年04月28日
    if condition:
        if condition:
            if condition:
                if condition:
    

    代码写成这样,换什么语言都没得救

  • Rails 5.2 form_for remote: true 请求 js 出现问题 at 2018年04月27日

    目测是 rails-ujs 没生效

  • ActionView 的組件有安全問題,請趕快更新 rails-html-sanitizer,並確定是否已經是 1.0.4 或以上 at 2018年04月25日

    修复了

  • ActionView 的組件有安全問題,請趕快更新 rails-html-sanitizer,並確定是否已經是 1.0.4 或以上 at 2018年04月25日

    我没看,直接删除了,你试试再发一个,难倒我漏洞没修复?

  • 请问 Ruby China 用的是什么邮件服务器? at 2018年04月23日

    Postmark 能国内能收到的。

    但你没必要,用其他的邮件服务也可以的,收不到的问题是邮件发送的技术问题,你需要额外查资料解决。

  • [已解决] font-awesome-sass 使用后,页面的图标无法显示,控制台报找不到字体文件 404 at 2018年04月23日

    参照官方流程做

    https://github.com/FortAwesome/font-awesome-sass

    我看了它的实现,你按 REDAME 的流程做不会有问题的

    你不需要将字体或 css 文件手动放 app/assets 目录

  • 项目每次重新部署后,第一次打开页面都很慢,有时甚至报 504 超时 at 2018年04月23日

    你看看 #14 楼 的回复

  • 今天被提醒 OS X 10.9 无法升级 chrome 最新版了,还有多少坚持 10.9 的? at 2018年04月20日

    10.9 和 10.13 差 N 多个版本...

  • 项目每次重新部署后,第一次打开页面都很慢,有时甚至报 504 超时 at 2018年04月19日

    你先说你那个服务器有没有足够的内存,CPU 配置发出来看看

    内存不够,例如不到 2G,发布就有可能会这样

  • 不能发帖了? at 2018年04月18日

    jQuery 版本问题,撤回 jquery 2.x 了

  • 不能发帖了? at 2018年04月18日

    刚刚升级,可能有 JS 错误

  • Active Storage 的文档过了一遍,觉得如果是保存在云,是个不错的选择,可是是不是不适合保存在本地? at 2018年04月18日

    https://github.com/huacnlee/activestorage-aliyun

  • [成都] Strikingly & 上线了 研发团队招聘 Ruby 工程师 9 ~ 30K,前端工程师 9 ~ 30K at 2018年04月13日

    人越来越多了!👏🏼

  • 我想知道社区里面有多少人因为 Rails 而留在了 Ruby 圈子里 at 2018年04月13日

    你想太多了

    绝大多数人(我认识哪些)喜欢的都是 Ruby 以及 Ruby 社区,而 Rails 只是额外的奖励

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