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

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9063 条回帖
961 关注者
53 正在关注
105 收藏
打赏作者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 怎样查看 Ruby 提供的方法的用法 at 2015年04月27日

    http://rdoc.info

  • JSON VS Protobuf at 2015年04月27日

    https://gist.github.com/joshsz/11299196

    Running at 10000 times
                   user     system      total        real
    msgpack    0.230000   0.010000   0.240000 (  0.242138)
    json       0.590000   0.030000   0.620000 (  0.630611)
    protobuf   3.170000   0.040000   3.210000 (  3.256336)
     msgpack: 5.20 mb
        json: 9.78 mb
    protobuf: 2.59 mb
     msgpack: 694k allocs
        json: 1240k allocs
    protobuf: 2608k allocs
    
  • JSON VS Protobuf at 2015年04月27日

    #4 楼 @yueyoum 有的,不过没找到,没记错的话大约 10%

  • JSON VS Protobuf at 2015年04月27日

    http://msgpack.org/ 不错的哦,效率更高

  • 用了 Ruby 以后,发现瓶颈已不在数据库,而在语言 at 2015年04月27日

    那一定是你的用法不对,不要随便下结论,尤其是你不了解一个东西的时候。 贴你在 PHP 里面的 SQL 和完整代码,以及同样的方式,你在 Ruby 里面是如何写的

  • [杭州] 阿里巴巴招两名 Ruby 工程师 at 2015年04月26日

    不招了,暂时

  • Rails 集群部署问题 at 2015年04月24日

    #3 楼 @flowerwrong 谁说不同步的

    Ruby China 的 Session 是放 Cookie 的(就算放服务端也是没问题的,Memcached, Redis, 其他任意速度快的内存数据库都能解决问题)

  • Rails 集群部署问题 at 2015年04月24日

    不知道你们在说什么

  • 这里有没有 iOS 开发的程序员,进来讨论一个问题吧。 at 2015年04月24日

    https://ruby-china.org/topics/25080

  • 现在可以关注人了 at 2015年04月24日

    #46 楼 @diguage 不要关注我

  • How to write a template engine in less than 30 lines of code at 2015年04月24日

    昨天刚看这个,准备试试 Mote

  • 根据实际的应用场景 Rails 其实还可以做到更极致的优化 at 2015年04月24日

    #8 楼 @zhangyuan #6 楼 @luikore

    改了 https://github.com/ruby-china/ruby-china/blob/8b68997e92ad824066f129f225ca285d047ee552/app/helpers/application_helper.rb

  • 根据实际的应用场景 Rails 其实还可以做到更极致的优化 at 2015年04月24日

    #6 楼 @luikore 我用了土方法 😄

    可用 controller.perform_caching 做个简单判断就好了。

    正确的应该是基于 Rails.application.config.cache_classes

  • 实现项目各阶段工作的理解 at 2015年04月24日

    #2 楼 @vbgfnd 贴文本,排好版

  • Production 模式增加了 MiniProfiler 显示执行时间 at 2015年04月24日

    #6 楼 @hooopo MessageBus 的

  • 当输入 emoj 的时候 popup 弹出提示功能好像不工作了? at 2015年04月24日

    #7 楼 @rei 这一行是大写不敏感

  • 当输入 emoj 的时候 popup 弹出提示功能好像不工作了? at 2015年04月24日

    #7 楼 @rei 上次是升级过 Devise 但配置没改过

  • httparty 如何设置全局的 timeout,使所有的使用都生效 at 2015年04月24日
    json = Timeout::timeout(5) do
      httparty.get ...
    end
    
  • 现在可以关注人了 at 2015年04月24日

    @Rei, @lgn21st 有个关注的功能,上线到现在两天不到,通知总量增加了 4497 条 😄

  • pgcli - 一个不错的 PostgreSQL 工具 at 2015年04月24日

    一直不习惯 PostgreSQL 的命令行

  • 当输入 emoj 的时候 popup 弹出提示功能好像不工作了? at 2015年04月24日

    话说 @Rei 那个 id 变小写的问题我还一直没查出来...好奇怪,没看到 downcase 的地方

  • 当输入 emoj 的时候 popup 弹出提示功能好像不工作了? at 2015年04月24日

    发现好像没有一个回帖的时候就没法弄出来... 👏

  • 当输入 emoj 的时候 popup 弹出提示功能好像不工作了? at 2015年04月24日

    好奇怪,有时候没有

  • 根据实际的应用场景 Rails 其实还可以做到更极致的优化 at 2015年04月24日

    #1 楼 @lgn21st 不过再快也没用,最后都被网络耗时给毁了

  • 根据实际的应用场景 Rails 其实还可以做到更极致的优化 at 2015年04月24日

    #2 楼 @hemengzhi88 没实习过,第一份工作的时候能独立完成网站开发,会 ASP, ASP.NET, Delphi 写过两个软件,会做 UI 设计 😄 😄

    其实我想说问这个没意义

  • 这里有没有 iOS 开发的程序员,进来讨论一个问题吧。 at 2015年04月23日

    我们是用手机发送验证码,登录的,这样不需要密码

  • Production 模式增加了 MiniProfiler 显示执行时间 at 2015年04月23日

    #3 楼 @lgn21st 😄

  • Production 模式增加了 MiniProfiler 显示执行时间 at 2015年04月23日

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