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
  • 有谁做过把 Discuz 的系统迁到 Ruby China 上来? at October 25, 2016

    参考 https://github.com/discourse/discourse/blob/master/script/import_scripts/discuz_x.rb 编写导入程序,顺便开源

  • Ruby China 2016 纪念拉链帽衫 at October 25, 2016

    等我和 @Rei 的衣服拿到穿上,大家就有尺码参考了

    其实大家可以参考购买页面的尺码表格,主要看“肩宽”就好了

  • Ruby China 2016 纪念拉链帽衫 at October 25, 2016

    🎉 🎉 🎉

  • RubyConf China 2016 会有录像吗? at October 25, 2016

    以及在邮寄途中,到了还得上传 Youtube

  • 新建了一个联合索引报错 at October 24, 2016

    你看看已经创建到数据库中的 notification_send_statistics 表的 platform 字段什么状态,把类型,长度,字符集都发出来看看

  • ruby-china 中用户登录统计前端展示,用的是什么控件实现的? at October 24, 2016

    https://github.com/wa0x6e/cal-heatmap

  • 為什麼不用 Ruby China 開發一個論壇系統? at October 24, 2016

    #15 楼 @gyorou https://github.com/ruby-china/homeland-docker

    已经有了

  • 我从 Vue.js 回到了 jQuery at October 24, 2016

    都只是工具而已,好多人看得太过头了

  • 為什麼不用 Ruby China 開發一個論壇系統? at October 24, 2016

    #11 楼 @maclinuxp ……

  • 阿里云 Ubuntu 服务器的 Ruby 安装 rbenv 很慢解决办法 at October 22, 2016

    https://ruby-china.org/wiki/ruby-mirror

  • 為什麼不用 Ruby China 開發一個論壇系統? at October 22, 2016

    #8 楼 @huobazi 那也是低端功能可以这么做而已,不去看看各种 PHP 的论坛搜索都限制频率,而且查询很慢的。

  • 自制开源 Web 框架的 40 天 - em-midori at October 21, 2016

    已被 @yukihiro_matz 推荐了哦

    https://twitter.com/yukihiro_matz/status/789265328165355520

  • [北京] 大鱼自助游诚聘 Ruby / 数据工程师 / iOS 工程师们 at October 20, 2016

    办公室好漂亮

  • 阿里云服务器下载 Ruby 巨大慢,好崩溃啊 at October 19, 2016

    这里都有指导的不看

  • [已解决] 关于 permit 处理数组类型的 value at October 19, 2016

    下次请帖代码,不要截图

  • 有没有啥办法让 Ruby 发生异常的时候打印 log 是倒序的 at October 19, 2016

    看文件前面部分:

    head -n 200 log/production.log 
    

    看文件后面部分

    tail -n 200 log/production.log 
    
  • Twitter 上的 ruby_china/lists/ruby-developers 不能访问了? at October 19, 2016

    ruby_china 的账号被 Twitter 封了,不知道为何

  • 為什麼不用 Ruby China 開發一個論壇系統? at October 19, 2016

    在慢慢往这个方向发展,最近才有计划的,但业余时间,所以要很久

  • Go 技术社区来了 at October 18, 2016

    @astaxie 不过我劝你先实现一个好的平台,Ruby China 做起来不仅仅是靠运营的,工具也很重要。

  • Ruby 3 Guilds 并发模型 at October 18, 2016

    #3 楼 @lilijreey Node.js 也是单线程...

  • 自制开源 Web 框架的 40 天 - em-midori at October 18, 2016

    再加上各种必要的 Middleware 以后就慢下来了 😄

  • 请问一下 我的 rails g 一系列生成命令为什么没有反应 at October 16, 2016

    杀掉 spring 进程

  • RuCaptcha 的验证码可以被攻击重放? at October 14, 2016

    #15 楼 @firebroo 再帮忙验证一下

  • RuCaptcha 的验证码可以被攻击重放? at October 14, 2016

    #9 楼 @jasl CSRF Token 只能避免跨站攻击,没法避免重放攻击,拷贝相同的 Cookie、表单、相同的环境执行是有效果的

  • RuCaptcha 的验证码可以被攻击重放? at October 14, 2016

    Gem 问题已修复,改用 Cache 存储验证码到服务端。

    https://github.com/huacnlee/rucaptcha/commit/e129851fd982bdf5e8cc2c6bbf0d3b11a27bc248

    • rucaptcha 1.0.1
  • RuCaptcha 的验证码可以被攻击重放? at October 14, 2016

    其实 Rails Guides 里面已经说了这个事情的:

    http://guides.rubyonrails.org/security.html#replay-attacks-for-cookiestore-sessions

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