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

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
959 关注者
53 正在关注
105 收藏
打赏作者
GitHub Public Repos
  • autocorrect 1387

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

  • rails-settings-cached 1098

    Global settings for your Rails application.

  • rucaptcha 695

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

  • zed-theme-macos-classic 91

    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 18

    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-gradient 5

    Generate a Gradient like CSS

  • gpui-workspace 4

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

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 大家在玩 Clash of Clans 么? at 2013年04月12日

    #26 楼 @OhCoder 加 Ruby China

  • Github 邮件被读,网站也变成已读,这个是怎么实现的 at 2013年04月12日

    #2 楼 @blacktulip 不知道嵌入 iframe 是否可行

  • Github 邮件被读,网站也变成已读,这个是怎么实现的 at 2013年04月12日

    里面嵌入一张动态页面的图片,邮件打开的时候,图片被加载。

    如:http://github.com/aaa.jpg 而,aaa.jpg 这个指向的实际上是一个动态页面,里面做修改为已读的动作。

  • decaf - runs Ruby in the browser at 2013年04月12日

    像是 CoffeeScript 那个 JS 一样

  • 请问有没有专门介绍 Gem 测试的文章的? at 2013年04月12日

    #2 楼 @hz_qiuyuanxin 模拟场景呀,可以看看别人的 Gem 的测试怎么写的

  • 大家在玩 Clash of Clans 么? at 2013年04月12日

    #22 楼 @shawnyu 加了

  • 大家在玩 Clash of Clans 么? at 2013年04月12日

    @shawnyu 钱刚刚用光

  • 卖个萌 :) ,Show 一下大家的小孩 at 2013年04月12日

  • 好初级的问题,rails 国际化用哪个 at 2013年04月12日

    默认根据浏览器语言来显示,参数用来强制修改

  • Knewone 和 writings.io 中 HTML 的压缩是如何实现的? at 2013年04月12日

    此外,还有 Google 出的 ngx_pagespeed 可以实现这个功能:

    https://github.com/pagespeed/ngx_pagespeed

  • Knewone 和 writings.io 中 HTML 的压缩是如何实现的? at 2013年04月12日

    https://github.com/huacnlee/quora/blob/master/app/helpers/application_helper.rb#L132

    看这个文件的 spaceless 方法

    def spaceless(&block)
      data = with_output_buffer(&block)
      data = data.gsub(/\n\s+/," ")
      data = data.gsub(/>\s+</,"> <")
      raw data
    end
    

    不过我倒是觉得这么做意义不大

  • iOS 开发中使用 git 团队协作 nib 文件如果冲突了这修复你们怎么做的? at 2013年04月12日

    #11 楼 @ashchan 我也是认为得时常提交才能有效避免冲突

  • linode 升级,提示 You are in the Migration Queue! at 2013年04月11日

    等

  • ruby-china 404 页面 at 2013年04月11日

    哟,妹子呀

  • 大家在玩 Clash of Clans 么? at 2013年04月11日

    要不谁来搞一个 RubyChina 的 clan 吧

  • 为什么 gem social-share-button 里的微博分享,字数还没有满就隐藏了文字了? at 2013年04月11日

    我记得 social-share-button 里面是没有截取字符的,这个动作应该是 weibo 干的

  • 有办法 omniauth QQ 以后,可以直接通过 QQ 聊天么…… at 2013年04月11日

    不可以,OAuth 是用来授权登录和获取用户信息的,不是用来通信的

  • 杭州电信的 Modem 路由一体盒子真坑爹啊 at 2013年04月11日

    这关 Rails 什么事情啊

  • rails middleware 太多是否会有性能问题? at 2013年04月11日

    #5 楼 @edokeh 但是这两个去掉了,速度没啥变化

  • rails middleware 太多是否会有性能问题? at 2013年04月11日

    #2 楼 @linjunhalida 这个 GuruDigger 那个应用的情况?你现在一般页面的响应时间是多少 ms?

  • rails middleware 太多是否会有性能问题? at 2013年04月11日

    你可以尝试一点一点的去掉,查看请求响应时间的差别,我之前试过去掉 Rails 默认那些,能少 20ms 左右,但是他们都不能去掉,都是有用处的。

  • 大家在玩 Clash of Clans 么? at 2013年04月11日

    我才 LV18 ...

  • 大家在玩 Clash of Clans 么? at 2013年04月11日

    我现在已有空闲就玩玩,周围的同事全在玩这个...

  • 能不能给推荐一些 G+ 或者 Twitter 上的大牛 follow 一下? at 2013年04月11日

    好贴!来贴大牛吧

    可以翻翻我的 Following 列表,然后找到某些大牛继续翻他们的 following

    https://twitter.com/huacnlee/following

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