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

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
960 关注者
53 正在关注
105 收藏
打赏作者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Bitbucket 这次改版后感觉比 Github 好看多了 at 2012年10月10日

    就是慢的要死 不喜欢 Overview 作为项目的主页,每次还得切换一下

  • 女程序员 Github 求偶? at 2012年10月10日
    1. 与你家附近的人(年轻人和老年人)能说超过 30 分钟的话

    难度很大啊

  • “新建帖子” 页面的按钮容易让人混淆 at 2012年10月09日

    好

  • Jetstrap:Bootstrap 的可视化制作工具 at 2012年10月09日

    上次打开的时候挂掉了

  • 一个比较大的话题,web 何去何从 ? at 2012年10月08日

    你想多了,技术依然还是那些,没啥

  • Rails Starter for China 第四课视频发布,请在线欣赏!~ at 2012年10月08日

    重在坚持啊!

  • Ruby 2.0 的新参数写法 at 2012年10月08日

    #4 楼 @jjym 有啥好头疼的啊,一看就懂

  • Ruby 2.0 的新参数写法 at 2012年10月08日

    以前的方式得写熟悉了才能运用的很好,并且以前的方式对于允许的参数描述不够清晰,别人来阅读接口的时候会比较困难

    新的方式直接看定义就能明白

  • 周末福利: Mobile RubyGems at 2012年10月08日

    提交 App Store 啥!

  • 周末福利: Mobile RubyGems at 2012年10月08日

    漂亮!

  • Thin 重启有什么平稳的办法? at 2012年10月08日

    #11 楼 @keating 那种情况就需要特别时段处理了,在一个特别的时段处理(我们的数据库是由 DBA 来直接修改数据库,不会在 production 执行 rake db:migrate)

  • 一个也许可以加快你的国外站点的访问速度的方案 at 2012年10月07日

    我现在就是一直这么搞的,只是用的又拍

  • 关于 “0 基础” at 2012年10月04日

    #17 楼 @superbatironmans5 如果是从 Rails 开始的话,Ruby 确实不用特别去学一下。我就是这么过来的

  • 关于 “0 基础” at 2012年10月04日

    #20 楼 @oa414 我的特别在前面说明了两年其他的 Web 开发经验的呀

  • 請問 ruby-china 的 sourcecode 裡頭 comment 和 reply 主要的差異是? at 2012年10月03日

    Comment 本来是给其他任意文章评论用的 而 Reply 是话题的回复,里面功能比较特殊

  • wordpress 迁移到 jekyll 中遇到的一个问题 at 2012年10月02日

    手工处理的

  • Rails 4 台风即将来袭,请查看安全手册 at 2012年09月30日

    以后都 thread safe 啦

  • redis-search 的使用例子 App at 2012年09月29日

    prefix_index_enable 这个不要开启

    https://github.com/huacnlee/redis-search/wiki/Usage-in-Chinese

  • redis-search 的使用例子 App at 2012年09月29日

    #8 楼 @wikimo 开启前缀匹配的时候才是按照逐字搜的,不开就会按照任意顺序搜

  • 有一种恶毒,叫同归于尽。。。 at 2012年09月28日

    哈哈哈

  • CodeViewer IPAD 代码阅读神器 at 2012年09月27日

    长的太伤屏幕了

  • 说一个问题:carrierwave-upyun 图片会慢吧? at 2012年09月27日

    所以要用图片空间,看我最近那篇关于用 UpYun 的博客。 Ruby China 上传哪里限制是故意的

  • 关于部署的资料好少啊!! at 2012年09月26日

    #7 楼 @happypeter 忘了

  • Thin 重启有什么平稳的办法? at 2012年09月25日

    #8 楼 @zeeler 几十个进程的时候不搞死啊 我们经过长期的实践证明

    Nginx + Haproxy + Thin 的方式来处理无缝重启很靠谱!

  • 发现个好玩的东东 at 2012年09月25日

    Geek 们真是闲的蛋疼啊

  • Thin 重启有什么平稳的办法? at 2012年09月25日

    已经尝试,1.2.5 版本以上的 Thin 可以用下面的方法来重启

    $ kill -HUP `tail tmp/pids/thin.*.pid | grep ^[0-9]`
    
  • 取数据 at 2012年09月24日

    你需要 SQL 查询

    select * from posts where id > 100  limit 1
    
    select * from posts where id < 100 limit 1
    

    ActiveRecord 里面

    Post.where("id > 100").limit(1).first
    Post.where("id < 100").limit(1).first
    
  • 给新手的建议 at 2012年09月24日

    HomeBrew 用起来会比 MacPorts 简单

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