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

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
959 关注者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 想写个后台处理任务,情况是这样的 at 2014年08月13日

    http://railscasts.com/episodes/366-sidekiq

  • RVM 安装以后提示 OpenSSL 无法找到 at 2014年08月13日

    谁让你安装 RVM 的时候后面要指定 --with-openssl-dir 呢!

    正确的安装方式:

    $ rvm pkg install openssl
    $ rvm install 2.0.0
    $ rvm use 2.0.0
    $ ruby -v
    
  • 发现发帖后收到的回复通知比较滞后 at 2014年08月13日

    上次是通知队列挂了 😄

  • Google Analytics Debug Tips at 2014年08月12日

    #6 楼 @hooopo 你哪里应该是缓存

  • Google Analytics Debug Tips at 2014年08月12日

    额,图咋没了

  • 建议关闭公开注册 at 2014年08月11日

    不合理的内容目前都是直接屏蔽的

  • 为什么好多工具是用 ruby 写的?而不是用 python,perl? at 2014年08月11日

    应该和社区的人有关系

  • 淘宝的源貌似出问题了 at 2014年08月08日

    昨天 rubygems.org 官方出问题,而之前 ruby.taobao.org 的 API 是反向代理到哪里的,所以昨天有异常,现在好了

  • rails 直到网站挂掉才知道缓存多重要 at 2014年08月08日

    你的挂和 Cache 没关系,有 Cache 说不一定也会挂的

  • Teahour #60 期:与丁磊聊机器学习和数据科学 at 2014年08月08日

    网易老板哦!养猪的

  • 如何优雅地安装和部署 Rails 生产环境 at 2014年08月08日

    用 FPM 打包 deb 或 rpm,一键安装所有 Ruby 需要的三方环境

  • MacVim 里面输入中文成这样子是啥原因呢? at 2014年08月08日

    Mac 的输入法都是这样的

  • [投票] ruby.taobao.org 是否要 proxy rubygems 的 API 请求 at 2014年08月08日

    #10 楼 @ruohanc 昨天是 rubygems.org 官方异常

  • 一套 Ruby 网游服务器框架 at 2014年08月07日

    帖一下游戏案例呀!

  • 关于好友关系表的一个查询问题 at 2014年08月07日

    https://github.com/fnando/has_friends/blob/master/lib/friendship.rb

  • 问一个多用户下的 rails 安全问题 at 2014年08月02日

    简单处理方式

    class User
      has_many :posts
    end
    
    
    class PostController
      def edit
        @post = current_user.posts.find(params[:id])
        # 更新代码
      end
    end
    
  • Grape 有没有 Pretty-print 的选项? at 2014年08月01日

    #3 楼 @yukihiro_matz 有必要非得排好对齐么 客户端实现很容易的

  • render json 返回到客户端的对象 id 减小或者增加一位数 at 2014年07月31日

    浏览器 XHR 里面 JSON 结果是多少?

  • 北京这个鬼地方,天天重度雾霾。想滚回老家了。 at 2014年07月31日

    杭州现在天气也不杂的,这两天也热得不行

  • 请教 social-share-button at 2014年07月31日

    Nginx 配置看看 其他图片能显示么

  • 为什么本站不用 ObjectId at 2014年07月30日

    #10 楼 @ky492591149 多服务器的时候,ObjectId 排序是有问题的

  • Faye 怎么访问 Rails 的 session? at 2014年07月30日
    1. Rails Session Store 改成 MemcacheStore 之类的
    2. Faya 和主站放到同一个 Domain 下面,读取 Cookie 的 SessionID
    3. 通过 SessionID 从 Memcached 里面读取主站的 Session
  • 我的 Redmine 每天早上第一次打开会很慢,大约需要 7 秒时间 at 2014年07月30日

    #5 楼 @sevk 你怎么部署的,具体说一下

  • 我的 Redmine 每天早上第一次打开会很慢,大约需要 7 秒时间 at 2014年07月30日

    你是每天早上自己电脑重新启动 Redmine?

  • 如何说服外包客户采用 Rails 方案 at 2014年07月30日

    要么不告诉他,要么不做。 一般情况下,对方是不在乎(应该是不懂)用什么语言的。如果对方懂,并且说非得用什么语言,那很可能是二手的

  • 我的 Redmine 每天早上第一次打开会很慢,大约需要 7 秒时间 at 2014年07月30日

    没有用 production 环境启动吧?

  • 怎么才能让 Rails 的 session 在 post 后不会被清空作用域 at 2014年07月30日

    没加 CSRF 导致的

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