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
  • 论坛安装完以后没有管理员吗? at October 09, 2017

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

    配置:admin_emails

  • Ruby 方法的参数有默认值怎么调用 at October 09, 2017

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

  • 国内有什么第三方的在线留言工具推荐的? at September 27, 2017

    https://meiqia.com

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

    已更新

  • 如何看待 Facebook 在 React 项目中加入专利授权 at September 21, 2017

    听说...

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

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

  • GoBackup - 自动化服务器备份工具 at September 20, 2017

    最近更新:

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

    翻墙

  • 分享下一点创业小心得以及创业项目运营情况 at September 20, 2017

    厉害了

  • Ubuntu 命令行问题 Rails 新项目 bundle install 的问题 at September 15, 2017

    Failed to build gem native extension

    贴详细错误

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

    错误原因是:

    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 September 13, 2017

    这两个酒店名字厉害

  • action_mailer 发送邮件错误 at September 12, 2017

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

  • GoBackup - 自动化服务器备份工具 at September 12, 2017

    resources ?

  • GoBackup - 自动化服务器备份工具 at September 11, 2017

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

  • gemsource-ahttps://gems.ruby-china.org 报错 at September 11, 2017

    已经好了

  • gems 镜像挂了么? at September 06, 2017

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

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

    因为服务器上没字体

  • Cookie 跨域删除问题 at September 04, 2017

    登出功能?

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

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

    为何不在 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 September 02, 2017

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

  • gems.ruby-china.org 这两天好像有点问题了 at September 01, 2017

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

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

    Windows 10 有内嵌 Ubuntu 了

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

    Nginx location 配置!

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

    加了

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