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

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9059 条回帖
960 关注者
53 正在关注
105 收藏
打赏作者
GitHub Public Repos
  • autocorrect 1421

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

  • rails-settings-cached 1106

    Global settings for your Rails application.

  • rucaptcha 696

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

  • zed-theme-macos-classic 98

    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 20

    GitHub Action for automatically bump Zed Extensions version after a release.

  • autocorrect-action 11

    GitHub action for use AutoCorrect as lint

  • color-lsp 7

    A document color language server.

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-workspace 5

    Dock layout UI component for GPUI, that extracted from Zed project.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Ruby 2.0 确实快了很多啊 at 2013年02月26日

    那是 rubygems 下载地址连接丢包的原因吧 gem install xxx -V 看看就知道了。

  • 向 Gemfile 添加 gem 包声明,对项目有啥影响? at 2013年02月26日

    你要不调用那些 Gem 的功能,其实就没什么影响(不过 Rails 启动的时候会 require 那些 Gem 的) 具体每个 Gem 怎么使用你得看他们各自的文档

  • 发现一个好东西 at 2013年02月26日

    不怕挂你就用吧,突然有一天哥就把站外请求禁用了,哈哈哈

  • 请问有什么好部署的地方,阿里云 OSS 怎么用起来? at 2013年02月26日

    Log 里面有奇怪的信息么?

  • 请问有什么好部署的地方,阿里云 OSS 怎么用起来? at 2013年02月26日
    # 是否使用内部连接,true - 使用 Aliyun 局域网的方式访问  false - 外部网络访问
    config.aliyun_internal = true
    

    这个有没有注意过?

  • 请问有什么好部署的地方,阿里云 OSS 怎么用起来? at 2013年02月26日

    那肯定是你没用对呀,你再多看看,另外到阿里云上面看看文件有没有上传上去。

  • Rails 4 beta1 is coming today at 2013年02月26日

    #7 楼 @mobiwolf 暂时还得等等,有几个重要的 Gem 关联其他的,都要求 Rails 3

  • Rails 4 beta1 is coming today at 2013年02月26日

    Rails 官方博客说,发布这个版本是希望大家尽可能的在产品环境跑起来(如果可以的话),这样可以帮助找出实际的问题。

  • Ruby China 开始用 Ruby 2.0 跑了 at 2013年02月26日

    #34 楼 @bony 没有用到

  • wiki sed bug at 2013年02月25日

    这条是 For Mac 的,Linux 下面去掉 .bak

  • ruby 2.0 下,ruby-debug-base19x, debugger 又不能编译了 at 2013年02月25日

    我还没用过 debugger 这个东西

  • Ruby China 开始用 Ruby 2.0 跑了 at 2013年02月25日

    #4 楼 @i5ting 那会儿是一个 Gem 线上跑不支持,去掉了

  • Ruby-2.0.0-p0 at 2013年02月25日

    #30 楼 @s6520643 你试试

    $ rvm pkg install openssl
    
  • Ruby-2.0.0-p0 at 2013年02月25日

    http://ruby.taobao.org/ 从这里下载更快

  • Rails 中使用 ETag 加速页面载入 at 2013年02月25日

    #45 楼 @aoner curl 看看 etag 是不是相同的

  • Ruby-2.0.0-p0 at 2013年02月24日

    还有一项特性是特别为 Rails 优化的呀,好有面子

  • Ruby-2.0.0-p0 at 2013年02月24日

    哦也,装起,以后就 Rails 4.0 + Ruby 2.0 啦

  • 奇怪,rails 安装后不能运行 (解决) at 2013年02月22日

    环境变量没对! 找出 rails bin 文件的位置,加到 ~/.bashrc 的 PATH 变量里面,然后 source ~/.bashrc

  • mystory 从 Rails 3.2.7 升到 Rails 3.2.11 at 2013年02月22日

    #8 楼 @gazeldx 不是这样的,你这只是简单的从代码上面减少了。 我指的是这些 Comment 表其实可以合并成一个,从 数据库,Model, Controller, Views 都可以只用一个来实现,具体可以看 Ruby China 的 https://github.com/ruby-china/ruby-china/blob/master/app/models/comment.rb

    还有 #9 楼 @SharpX 说的也可以看一下

    直接可以让你的代码少很大一堆

  • Device 更新用户报错: Current password can't be blank at 2013年02月22日

    Devise 的 Wiki 里面有介绍

  • 咱们社区使用的盛大云主机什么配置,多少钱一个月? at 2013年02月21日

    #7 楼 @lidashuang 搜索论坛,之前报过好几次

  • 咱们社区使用的盛大云主机什么配置,多少钱一个月? at 2013年02月21日

    一年 4K,用的 4G 内存的主机(当然是赞助的)

  • 图片同时下载失败的问题 at 2013年02月21日

    看 Nginx 和 Rails 的日志,找错误原因

  • 图片同时下载失败的问题 at 2013年02月21日

    http://wiki.nginx.org/HttpCoreModule#root

  • 人文贴:程序员,总有一图让你中枪。 at 2013年02月21日

    http://tech2ipo.com/58058

    翻译版本

  • linux 和 mac 下的 屏幕录制工具 at 2013年02月21日

    http://www.telestream.net/screenflow/overview.htm

  • 图片同时下载失败的问题 at 2013年02月21日

    你的图片和其他的一些静态文件应该交给 Nginx 来处理,然他们不要通过 Rails

  • Espresso Framework at 2013年02月21日

    #14 楼 @darkbaby123 那些测试都是 Hello World,复杂的功能实现上面说一定他们搞出来比 Rails 慢许多,这谁知道

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