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

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

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

  • rails-settings-cached 1110

    Global settings for your Rails application.

  • rucaptcha 696

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

  • zed-theme-macos-classic 100

    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 21

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

  • autocorrect-action 12

    GitHub action for use AutoCorrect as lint

  • color-lsp 8

    A document color language server.

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-workspace 5

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

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 大家后台管理除了 Vue/React 之外,都用什么做 UI 面板? at May 28, 2018

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

    https://github.com/primer/primer

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

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

  • Awesome Ruby China at May 24, 2018

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

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

    @jasl 的 role_core

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

  • 关于 execjs 的疑问 at May 23, 2018

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

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

    https://pro.ant.design

  • JSON 解析出错 at May 11, 2018

    {“orgs”=>

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

    已修复

  • 这种 URL 特殊字符如何处理? at May 07, 2018

    正确姿势:

    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 May 04, 2018

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

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

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

  • homeland 用户上传打赏图片时报错 at May 02, 2018

    看管理后台,有异常记录

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

    问题已解决

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

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

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

    先记录一下:

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

  • 谈谈我对 Python 的看法 at April 28, 2018
    if condition:
        if condition:
            if condition:
                if condition:
    

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

  • Rails 5.2 form_for remote: true 请求 js 出现问题 at April 27, 2018

    目测是 rails-ujs 没生效

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

    修复了

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

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

  • 请问 Ruby China 用的是什么邮件服务器? at April 23, 2018

    Postmark 能国内能收到的。

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

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

    参照官方流程做

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

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

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

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

    你看看 #14 楼 的回复

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

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

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

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

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

  • 不能发帖了? at April 18, 2018

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

  • 不能发帖了? at April 18, 2018

    刚刚升级,可能有 JS 错误

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

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

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

    人越来越多了!👏🏼

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

    你想太多了

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

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