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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 论坛安装完以后没有管理员吗? at 2017年10月09日

    https://gethomeland.com/docs/configuration/config-file/

    配置:admin_emails

  • Ruby 方法的参数有默认值怎么调用 at 2017年10月09日

    楼主头像好讨厌,总让我以为 CDN 坏了

  • 国内有什么第三方的在线留言工具推荐的? at 2017年09月27日

    https://meiqia.com

  • 使用 acme.sh 给 Nginx 安装 Let’ s Encrypt 提供的免费 SSL 证书 at 2017年09月26日

    已更新

  • 如何看待 Facebook 在 React 项目中加入专利授权 at 2017年09月21日

    听说...

  • 为什么在 Homeland 中,很多时候选择使用 integer (0 / 1) 表示是否状态而不是 boolean? at 2017年09月21日

    没原因 最初设计的时候没考虑好

  • GoBackup - 自动化服务器备份工具 at 2017年09月20日

    最近更新:

    • 支持 S3, Aliyun OSS 存储
    • 支持 MongoDB 数据库
  • RubyConf China 2017 视频 at 2017年09月20日

    翻墙

  • 分享下一点创业小心得以及创业项目运营情况 at 2017年09月20日

    厉害了

  • Ubuntu 命令行问题 Rails 新项目 bundle install 的问题 at 2017年09月15日

    Failed to build gem native extension

    贴详细错误

  • 今天部署 Rails 项目,部署完以后,puma 中断报错了。 at 2017年09月14日

    错误原因是:

    ArgumentError: Before process_action callback :verify_authenticity_token has not been defined
    

    一些参考:

    https://github.com/galetahub/ckeditor/pull/749 https://github.com/plataformatec/devise/issues/4207

  • 关于订正大会地址到 杭州海外海” 皇冠 “大酒店,订错酒店的解决方法 at 2017年09月13日

    这两个酒店名字厉害

  • action_mailer 发送邮件错误 at 2017年09月12日

    因为你的邮件配置 Auth 的账号 user_name 和发送者账号 from 不是同一个

  • GoBackup - 自动化服务器备份工具 at 2017年09月12日

    resources ?

  • GoBackup - 自动化服务器备份工具 at 2017年09月11日

    很容易的,只是才做好,先解决 Ruby China 的 FTP 备份方式。

  • gemsource-ahttps://gems.ruby-china.org 报错 at 2017年09月11日

    已经好了

  • gems 镜像挂了么? at 2017年09月06日

    现在正常了吧?看起来是 rubygems.org 服务临时性故障

  • 用 pdfKit,基于 HTML 生成 PDF,服务器和本地效果不同 at 2017年09月05日

    因为服务器上没字体

  • Cookie 跨域删除问题 at 2017年09月04日

    登出功能?

    复杂的如果搞不懂,你可以试试简单的方法,登陆的时候分别让客户端请求 aaa, www 的两个登陆

    http://aaa.bbb.net/logout?callback=http://www.ccc.net/logout
    
  • 如何过滤 response 敏感词 at 2017年09月04日

    为何不在 Model 里面做

    user.as_json(except: [:password])
    

    http://api.rubyonrails.org/classes/ActiveModel/Serializers/JSON.html#method-i-as_json

    然后做到 User model 里面:

    class User
      def as_json(options)
        super(except: [:password, :private_token])
      end
    end
    

    https://stackoverflow.com/a/2574900

  • Homeland 的 Ajax 调用时如何实现的啊? at 2017年09月02日

    就是 destory.js.erb 里面有段 JS 实现的

  • gems.ruby-china.org 这两天好像有点问题了 at 2017年09月01日

    https://github.com/ruby-china/rubygems-mirror/issues/85 这里讨论

  • 在 Windows 下启动一个开发环境的项目会很麻烦吗? at 2017年08月30日

    Windows 10 有内嵌 Ubuntu 了

  • 访问 Rails 服务根路径时如何指向 public 下文件,可以实现吗? at 2017年08月30日

    Nginx location 配置!

  • 这个就是我做了三四个月的产品啦,欢迎提建议哈 at 2017年08月23日

    加了

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