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

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

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

  • rails-settings-cached 1114

    Global settings for your Rails application.

  • rucaptcha 698

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

  • zed-theme-macos-classic 108

    A macOS native style theme for Zed, let it same like native app in macOS.

  • zed-extension-action 23

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

  • vscode-macos-classic.t... 23

    macOS Classic theme for Visual Studio Code

  • color-lsp 22

    A document color language server.

  • autocorrect-action 12

    GitHub action for use AutoCorrect as lint

  • zed-csv 7

    CSV support for Zed

  • gpui-workspace 7

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

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Redcarpet 的 Markdown 为什么需要敲两次回车才能换行? at May 14, 2012

    #3 楼 @hlcfan 那是因为 Ruby China 特意修过的

  • [zz] Benchmark Your Bundle at May 14, 2012

    这玩意儿帮我查出了之前一直存在的 DEPRECATION WARNING,哈哈哈

  • [上海][2012年05月15日] Ruby Tuesday 活动公告 at May 14, 2012

    #8 楼 @vincent 暗黑 3

  • 动态检测一个表单页面是否正常工作 at May 14, 2012

    后端搞个异常监控就可以了吧

  • [杭州][2012年05月15号] Ruby Tuesday 召集 [取消] at May 14, 2012

    #3 楼 @night_song 哦,对额

  • 用 Time.now 写入 MySQL,时间为什么都滞后八小时? at May 14, 2012

    系统时区没设置对

  • [成都] Ruby on Rails 工程师 at May 14, 2012

    必须顶!我的老东家 说待遇,公司介绍

  • 短域名是如何实现的 at May 14, 2012

    原来那种叫 Base36

  • 如果某一个 Controller 下的动作实在太多,用什么方式可以分离呢。 at May 14, 2012

    最简单的方式是把一个 action 拆开,变为多个 private 的 action,然后依次当成一个函数来调用 尽可能的把逻辑的东西写到 Model 里面

  • 记 timelog 的小玩艺。 at May 13, 2012

    #4 楼 @fenprace 就是记录某个代码执行时间的?

  • 记 timelog 的小玩艺。 at May 13, 2012

    干嘛用的都没介绍

  • 关于 Devise 的验证返回 URL 路径问题 at May 13, 2012

    Rails 最好不要跑到二级目录下面

  • [杭州][2012年05月15号] Ruby Tuesday 召集 [取消] at May 13, 2012

    下周还不知道去那里呢!

  • 如何知道 新的 gem 已经同步到 ruby.taobao.org 上啦? at May 13, 2012

    #4 楼 @ery 那个镜像服务器是自读的,不接受 push,那样搞就乱了。

  • @huacnlee 咨询一下关于酷站提交的规则? at May 12, 2012

    这个确实是我删除的。

    什么叫商业网站!? 起码得有独立域名啊,就一个二级域名我只能认为是玩玩的。

    酷站这个栏目是希望有更多认真在做的项目用于展示给其他对 Ruby 保有考虑态度的人参考的,我不希望上面出现一些不太认真的网站,或质量很差的网站。 我认为自少得具备下面这些因素:

    1. 独立域名;
    2. 有 Logo;
    3. 页面设计不能太随意,那样会找人鄙视;
    4. 不能是大量广告那种骗人的垃圾网站;
    5. 不能是和 Ruby 没有关系的网站;

    我删除是因为你前面两点。所以,如果你调整以后再次提交我不会动的,希望你能理解。

  • 挖坟...ChinaonRails 关于 Rubyist 的调查 at May 12, 2012

    #3 楼 @shaorui23 其实如果 chinaonrails 之前好好改版一下,我估计就不会有今天的 Ruby China 了

  • 给杭州的同学推荐一款软件 at May 12, 2012

    我还从来没骑过杭州的公交自行车

  • 给杭州的同学推荐一款软件 at May 12, 2012

    背景图质量差了些

  • 如何知道 新的 gem 已经同步到 ruby.taobao.org 上啦? at May 12, 2012

    我是这样做的,自己写的 gem 先在本地安装使用,30 分钟过后再发布项目。

  • [杭州][2012年05月08号] Ruby Tuesday at May 12, 2012

    #49 楼 @dazuiba 下次不确定,哈哈

  • 硅谷 - 上海联合 24 小时黑客马拉松活动 at May 11, 2012

    #11 楼 @congteng 好有意思的头像!

  • Safari 打开关闭的标签页 at May 11, 2012

    哇,还有这么好的功能!

  • 请问 Rails 文档中有动态生成的方法吗? at May 11, 2012

    fInd_by 也就一条规则,by 什么,什么就是参数,后面有 and 的就再多那些 and 的 (用文字我也没法描述清楚)。反正,这个功能也就那么回事,没什么复杂的。

  • 新版 Rails 3.2.3 中 CSS 文件放哪? at May 10, 2012

    看官方教程:

    http://guides.rubyonrails.org

    这里有一些翻译的

    http://guides.ruby-china.org

  • Ruby China 在 Google 上面被索引出站内连接了 at May 10, 2012

    当你的网站有一定的访问量就能上去了,而且内容是“优质”的

  • Ruby China 在 Google 上面被索引出站内连接了 at May 10, 2012

    现在只有中国区的搜索结构才有这个

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