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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • wiki,如何快速建立 rails 环境下面的回复都看不到啊. at 2012年11月27日

    额,我查查

  • 关于又拍云的使用,undefined method 'uploader_secure_token' at 2012年11月27日

    在 Model 里面补上

    class User < ActiveRecord::Base
      attr_accessor :upload_secure_token
    
      ...
    end
    
  • 问问论坛里的各位都是什么地方人啊 at 2012年11月27日

    人家都不填,那就跟别期望会有回复告诉你了

  • Cucumber 经验总结 at 2012年11月27日

    难得有些长篇的

  • 谁能告诉一些 Cache 的应用与建议 at 2012年11月27日

    #9 楼 @sanivbyfish 你把排序用 id 排列就快了 我猜测你最新评论的排序是用 created_at 倒序排列的,并且这个字段没加索引

  • 看到彩程设计的 Tower 正式上线了。 at 2012年11月27日

    #21 楼 @zchar 我今天已经将这个功能实现了,可以尝试用 0.1.1 版本 https://github.com/huacnlee/carrierwave-aliyun/commit/569d817986ae56b840b617d5d148e591c861a22f

  • [杭州] 简阅科技招聘 Rails Developer (revised) [已结束] at 2012年11月27日

    终于看到你们产品网站了

  • 还没用上 Falcon 补丁的可以去装了哦~ at 2012年11月27日

    #1 楼 @ashchan 安装前可以先这么搞一下 http://ruby-china.org/topics/7116

  • ruby.taobao.org 的 gem 镜像正在调整 at 2012年11月27日

    已修复,各位可以继续使用了。

  • 谁能告诉一些 Cache 的应用与建议 at 2012年11月27日

    分析 Rails log 看看是那些 action 慢,然后再分析看是那个部分导致慢,接着尝试优化代码和数据库看是否能提上去,cache 不是用来加速的,而是用来解决搞访问量的时候,减少数据库和重复计算的

  • 还没用上 Falcon 补丁的可以去装了哦~ at 2012年11月27日

    #1 楼 @ashchan 就等你这一行

  • 看到彩程设计的 Tower 正式上线了。 at 2012年11月26日

    #18 楼 @zchar 这样啊!那设置 Host 呗

  • 今天 taobao 的 gem 源是不是有问题? at 2012年11月26日

    http://ruby-china.org/topics/7098

  • 看到彩程设计的 Tower 正式上线了。 at 2012年11月26日

    很赞的设计!

  • mechanize 如何使用 cookie 登陆网站 at 2012年11月26日

    模拟表单填写帐号密码,然后提交表单就可以了呀,不用 hack Cookie 的

  • 显示 translation missing: zh-CN.devise.sessions.user.signed_in at 2012年11月26日

    https://github.com/ruby-china/ruby-china/blob/master/config/locales/devise.zh-CN.yml

    试试这个文件

  • ruby.taobao.org 的 ruby 2.0 镜像还木同步 at 2012年11月26日

    正在同步

  • ruby.taobao.org 的 ruby 2.0 镜像还木同步 at 2012年11月26日

    今天就搞

  • 我的服务,在局域网内都访问很慢,为什么? at 2012年11月25日

    #1 楼 @ywencn 开发模式其实现在也不慢的

  • Rails Is Not For Hello World Benchmarking at 2012年11月25日

    所以还是得以案例来说话

  • Github API v3 at 2012年11月25日

    这是病,得电… 哈哈哈

  • 推荐邮件服务商 at 2012年11月23日

    http://ruby-china.org/topics/1455 http://ruby-china.org/topics/3689 http://ruby-china.org/topics/2208

  • 代码管理服务及 Mac 应用 –– Qiita&Kobito 介绍 at 2012年11月23日

    刚刚进去就推荐了很多不错的内容

    比如: http://qiita.com/items/ada16e74dde2399cab86

  • 代码管理服务及 Mac 应用 –– Qiita&Kobito 介绍 at 2012年11月23日

    看起来非常不错啊!可惜如果有英文版本就好了

  • 贴一个刚才发现的 ruby-china 网站彩蛋 at 2012年11月22日

    Sublime Text 2 - ASIC 工具生成的

  • Ruby 如何判断一个数组中是否有重复元素? at 2012年11月22日

    你测试过 array.size > array.uniq.size 的性能么?

  • simple_form -``- at 2012年11月22日

    要加上 = 号

  • 单个页面才需要的 js 你们一般怎么安排? at 2012年11月22日

    以 Controller 为主,一个 Controller 一个 JS 文件,就算某些独立页面需要的,也统一放到 Controller 的 JS 里面

  • 关于密码找回 at 2012年11月22日

    这功能有问题的

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