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 1412

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

  • rails-settings-cached 1104

    Global settings for your Rails application.

  • rucaptcha 697

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

  • zed-theme-macos-classic 97

    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 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
  • 修改 gem sources 后遇到的问题 at November 04, 2013

    镜像不可能照顾到所有新手用户,这些是 Linux 基础

  • 谁有业余时间吗?找合作者帮忙做一套收费的 Rails 课程 at November 04, 2013

    #12 楼 @gcode 楼主你还是自觉离开吧,不喜欢你的做法

  • 请问能否和贵站交换个友情链接,如何联系贵站呢 at November 03, 2013

    不可以

  • rails 的脚手架真的显得很初级吗? at November 01, 2013

    定制模版,可以一下搞定稍微高级的后台管理的功能。

  • 关于代码量和测试覆盖率的问题 at November 01, 2013
    $ rake stats
    +----------------------+-------+-------+---------+---------+-----+-------+
    | Name                 | Lines |   LOC | Classes | Methods | M/C | LOC/M |
    +----------------------+-------+-------+---------+---------+-----+-------+
    | Controllers          |   129 |    85 |       4 |      19 |   4 |     2 |
    | Helpers              |    12 |     8 |       0 |       0 |   0 |     0 |
    | Models               |   224 |   176 |      10 |      13 |   1 |    11 |
    | Mailers              |     0 |     0 |       0 |       0 |   0 |     0 |
    | Javascripts          |    24 |     0 |       0 |       0 |   0 |     0 |
    | Libraries            |     0 |     0 |       0 |       0 |   0 |     0 |
    | Api specs            |   139 |   113 |       0 |       1 |   0 |   111 |
    | Controller specs     |    19 |    12 |       0 |       0 |   0 |     0 |
    | Helper specs         |    14 |     9 |       0 |       0 |   0 |     0 |
    | Model specs          |   344 |   278 |       2 |       0 |   0 |     0 |
    | Request specs        |    13 |     9 |       0 |       0 |   0 |     0 |
    +----------------------+-------+-------+---------+---------+-----+-------+
    | Total                |   918 |   690 |      16 |      33 |   2 |    18 |
    +----------------------+-------+-------+---------+---------+-----+-------+
      Code LOC: 269     Test LOC: 421     Code to Test Ratio: 1:1.6
    

    有个新项目的,我绝对覆盖到不到,你看你对代码的把握度,不能单纯从行数来看

  • RVM + Rubinius + Rails + Puma + Nginx + Capistrano + Ubuntu 12.04 配置方案 at November 01, 2013

    Puma 已经内置了 Capistrano 的脚本的,不用自己写,直接在 config/deploy.rb 里面

    require "puma/capistrano"
    
  • 请教一个 Web 开发异步任务的问题,用的 rails at October 30, 2013

    #2 楼 @allenwei 一般耗时的地方都在 IO 上面

  • Ruby China 已经正式换成 Puma 来跑了! at October 29, 2013

    #3 楼 @jiang_plus 上面我有提到啊,之前由于 Unicorn 是单线程多进程模式,进程数量等于并发数量,所以开到了 8 个为高访问的情况准备。而现在 Puma 的多线程模式直接少了 6 个 Ruby 进程。

    不过 Puma 用 MRI 跑多线程的模式是否能达到 Unicorn 8 个进程的效果这个还得验证,只是据目前情况来看(Rails log 里面的请求响应时间)和以前没有区别

  • writings.io 的编辑器独立出来应该是个很有竞争力的编辑器 at October 29, 2013

    http://huacnlee.com/jquery.qeditor

  • iteye 怎么了 at October 29, 2013

    我这里访问正常

  • 用 Go 写了个类似 ActiveRecord 的 ORM 库, gorm at October 29, 2013

    👍

  • 如何学习架构? at October 29, 2013

    #8 楼 @shatle 已修好

  • 已购买的 themeforest 的主题模板是否能开源? at October 29, 2013

    你把它去掉再开源呗

  • 很纠结一个问题,thanks 的缩写到底是 thx 还是 tks at October 29, 2013

    感觉你连敲完 Thanks 这几个字母的耐心都没有,那这个感谢还有诚意么?

  • 有木有搜索引擎搜录提交方面的 Gem at October 28, 2013

    都是 Web 界面的表单,自己提交一下吧

  • 好奇下 Ruby China 每天访问量多少? at October 28, 2013

    UV 比 CNodeJS 多 20%,PV 两倍

  • 没有关心 MacRuby 了吗 at October 28, 2013

    貌似 MacRuby 的那拨人都去 RubyMontion 了

  • 有多少人觉得自己越来越不会写字了啊? at October 27, 2013

    总是提笔忘字

  • 这次升级 Mavericks 的体验就是 “屎” 啊 at October 27, 2013

    体验很好啊

  • jquery.qeditor - 简化的所见即所得编辑器 at October 26, 2013

    #52 楼 @changming 图片上传可能每个人的实现都不同,所以放着没做

  • [成都] 壹旅游 招聘 Ruby 攻城狮 at October 25, 2013

    #16 楼 @cisolarix 以前我搞那个网站没了,现在你得让他们来介绍,具体我也不太清楚了,出来两年了

  • 「x 际网」节操真的很低 at October 24, 2013

    国内这些网站基本上邮件都是没有退订功能的

  • Lime - Sublime Text 的开源实现 at October 24, 2013

    哟,看看

  • [成都] 壹旅游 招聘 Ruby 攻城狮 at October 23, 2013

    #4 楼 @outman 是的,是我从 .NET 换成 Ruby 的,呵呵

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