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 1410

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

  • rails-settings-cached 1101

    Global settings for your Rails application.

  • rucaptcha 696

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

  • zed-theme-macos-classic 95

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

  • vscode-macos-classic.t... 21

    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
  • 以后真的可以在 Win 下无痛苦的开发 Rails 或者其他依赖 Posix 环境的工程了 at March 31, 2016

    这个 Ubuntu 改不会是一个隐藏的内置虚拟系统吧

  • 以后真的可以在 Win 下无痛苦的开发 Rails 或者其他依赖 Posix 环境的工程了 at March 31, 2016

    好事!

    如果哪天 Windows 再出 Retina Display 模糊字体也解决,说不一定我会考虑再用用 Windows

    另外,这个对 Ruby 来说是大好的发展机会呀!

  • 新的通知功能上线 - 基于 notifications 这个 Rails Engine gem at March 30, 2016

    #13 楼 @steveltn ActionCable 呀

  • 关于自定义错误 message at March 30, 2016

    #3 楼 @AcerFeng 首页几个大字没看到么

  • 关于自定义错误 message at March 29, 2016

    rails-i18n

  • 求推荐 lazy load 惰性延迟的一些思路 at March 28, 2016

    https://github.com/huacnlee/jquery.lazyimg

    演示:http://huacnlee.github.io/jquery.lazyimg

  • Homeland - 论坛功能 Rails Engine Gem,全新重构版本发布 at March 25, 2016

    #6 楼 @ericguo Ruby China 里面有挺多针对技术网站的设计,Homeland 定位不是这样,需要保持足够的标准,适合各种类型。

    所以,我没有做文件上传、没有复杂的内容格式转换,这些留给使用者自己实现

  • Homeland - 论坛功能 Rails Engine Gem,全新重构版本发布 at March 25, 2016

    在 Heroku 上面直接基于 test 用的项目部署上了

    https://homeland-app.herokuapp.com/

  • 各位觉得现在该入手 Macbook Pro 吗? at March 24, 2016

    我现在这台 MacBook Pro 还是 2012 年的,性能依然不错

  • Chrome 下登陆 Ruby China 记住密码失效 at March 23, 2016

    你浏览器那里设置不对吧

  • 请问一下 RubyGems 镜像服务出问题了吗? at March 23, 2016

    刚刚我在尝试上 CDN 但又问题又还原了 这两天我都会尝试

  • Ruby China 的 RubyGems 镜像上线 at March 22, 2016

    #111 楼 @tony612 当然了,国外服务器呀

  • [北京] 求 Ruby 开发工程师来帮忙做个兼职项目 at March 21, 2016

    价格合适,可以我来搞搞 😄

  • 设计师设计的尺寸,怎么跟 CSS 写出来的完全不一样。 at March 21, 2016

    叫他到你旁边,现场调整给他看,问他多少大小合适

  • Rails 的 delegate 的两个小问题,看了 apidock 后还是有点没明白 at March 21, 2016
    Person = Struct.new(:name, :address)
    
    class Invoice < Struct.new(:client)
      delegate :name, :address, to: :client, prefix: true
    end
    
    john_doe = Person.new('John Doe', 'Vimmersvej 13')
    invoice = Invoice.new(john_doe)
    invoice.client_name    # => "John Doe"
    invoice.client_address # => "Vimmersvej 13"
    

    或者给 prefix 起别名:

    class Invoice < Struct.new(:client)
      delegate :name, :address, to: :client, prefix: :customer
    end
    
    invoice = Invoice.new(john_doe)
    invoice.customer_name    # => 'John Doe'
    invoice.customer_address # => 'Vimmersvej 13'
    

    API 文档上面很直观的写清楚了的呀,还是你没看完?

  • Rails 的 delegate 的两个小问题,看了 apidock 后还是有点没明白 at March 21, 2016

    http://api.rubyonrails.org/classes/Module.html#method-i-delegate

  • passenger 问题 at March 17, 2016
    $ which passenger
    
  • Ruby China 的 RubyGems 镜像上线 at March 16, 2016

    #91 楼 @zmbacker https://bit.ly/ruby-ssl

  • 爬虫代理 IP 被封 at March 16, 2016

    #6 楼 @linyunjiang 那就加机器就好了呀

  • Ruby China 的 RubyGems 镜像上线 at March 15, 2016

    #88 楼 @fantasticfears 谢谢这么详细的记录 明天我找一台试试您的场景 看起来有可能是反向代理的超时问题

  • 爬虫代理 IP 被封 at March 15, 2016

    https://github.com/huacnlee/imax.im/blob/master/app/models/douban_request.rb

    自己设定一个请求限制

  • 已升级到 Rails 5,用上了 ActionCable at March 15, 2016

    #46 楼 @dannyxu 41 楼 @ashchan

    问题解决了: https://ruby-china.org/topics/29346

  • 已升级到 Rails 5,用上了 ActionCable at March 15, 2016
    [ActionCable] current connections: 976
    

    一上线就将近 1K 的连接,检查了好多,还是没查到问题原因,依然过一会儿就连不上了。 本地调试过,看起来连接没有泄露,关掉浏览器以后都正常释放了的。

  • Ruby China 的 RubyGems 镜像上线 at March 14, 2016

    腾讯云的云硬盘略坑啊,居然没有默认挂载上,需要手动执行:

    $ sudo su root
    $ if grep -q /data /etc/fstab ; then uuid=notneed; echo /data already in fstab; else uuid=`mkfs.ext3 /dev/vdb > /dev/null 2>&1 && blkid /dev/vdb | awk '{print $2}'`;fi;if [[ $uuid == UUID* ]]; then echo $uuid /data ext3 noatime,acl,user_xattr 1 0 >> /etc/fstab; mount -a; else echo mkfs failed; fi;
    
  • Prev
  • 1
  • 2
  • …
  • 60
  • 61
  • 62
  • 63
  • 64
  • …
  • 264
  • 265
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English