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
  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 30, 2015

    0.2.0 已经发布,文件缓存功能有了

    @embbnux @sforce100

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 29, 2015

    #44 楼 @embbnux 如果加上那个就太复杂了,我会尝试一些其它方案,比如文件 cache 来优化,利用已有的验证码,每天换一批

  • [上海][2015年10月27日] Ruby 聚会召集 at October 29, 2015

    👍

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 28, 2015

    #31 楼 @bighuzi 我不知道,这个看不出问题,请在 GitHub Issue 上面提交完整的日志信息

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 28, 2015

    #29 楼 @bighuzi ImageMagick 装了没,看 Rails 控制台日志

  • 下线 Gravatar 头像功能,改由 letter_avatar 代替,并且没上传头像不允许发帖了 at October 28, 2015

    #19 楼 @bestjane ?? 老贴不算

  • 下线 Gravatar 头像功能,改由 letter_avatar 代替,并且没上传头像不允许发帖了 at October 28, 2015

    #2 楼 @psvr 就是为了让没头像的能够区别开,所以才有不同的颜色,不然一眼望过去,看起来都是同一个人

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 28, 2015

    #27 楼 @psvr 来自于 reCAPTCHA 的变形 re -> ru

  • Ruby China 生日快乐~ at October 28, 2015

    👏 👏 👏 👏 👏

  • 看见就不舒服的缩写 at October 27, 2015

    这就好像你叫 Peter,但有人非得每次叫你其他你不喜欢的名字一样(现在 Rails 官方,以及文档里面没有一个地方提过 RoR 这个字眼,而之前存在,改了说明他们觉得 Rails 更好)

  • [广州] ITC 电子招聘系统架构师一名 (ruby) at October 27, 2015

    5.5 天...

  • 点击图片添加物品到购物车的疑问 at October 27, 2015

    #4 楼 @torubylist 你 button_to 那个按钮能达到你期望的效果吗? 如果可以,你可以让点击图片按钮那个动作,用 JS 调用 button_to 那个按钮的点击,这样就实现了。

  • 点击图片添加物品到购物车的疑问 at October 27, 2015

    #2 楼 @torubylist 修改 link_to 问题解决了吧?

  • 点击图片添加物品到购物车的疑问 at October 27, 2015
    <%= button_to 'Add to Cat',line_items_path(:product_id => product )%>
    

    这里 line_items_path 从路由上面来看,应该是 POST 动作才可以的!你可以尝试这样

    <%= button_to 'Add to Cat',line_items_path(:product_id => product), method: 'post' %>
    
  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 27, 2015

    #17 楼 @KoALa 已经修正了,等下一个版本发布

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 27, 2015

    #15 楼 @david_inner JS 实现一下,让 img src 重新设置一个,就可以了

    可以参考:https://github.com/ruby-china/ruby-china/commit/f6f21b4f53272c8c9e25ab05c8a27a6b823012c9

  • 看见就不舒服的缩写 at October 27, 2015

    已经非常少见别的地方哪里有人叫 Ruby on Rails 为 RoR 了,也就中国地区还老有人这么叫!

    这直接表现出对方已经很久没有关注过 Ruby on Rails 官方网站以及 Rails 社区了!

  • Rails 项目的加上 Spring 的一点问题 at October 27, 2015
    1. Autoload 不正确,请文件和类名保持 Rails 的约定比如 AdminUser -> admin_user.rb
    2. 如果你的 Autoload 不正确 Spring 的 reload 机制可能会有问题,导致卡住,这个时候你需要杀掉 spring 进程
    3. Ruby on Rails 简称是 Rails,不是 ROR!
  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 27, 2015

    #10 楼 @guojhq 我说明文件漏掉了 Routes 的配置,补上了

  • View 文件中的 model_class 定义 <%- model_class = Item -%> at October 27, 2015

    <%- -%> 是表示去掉附近的空格输出

  • 怎样管理 Linux / Mac 的配置文件 at October 27, 2015

    还有更方便的工具 - https://github.com/lra/mackup

  • RubyConf China 2015 资源汇总 at October 27, 2015

    #97 楼 @jasl 高端大气上档次!

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at October 26, 2015

    #2 楼 @huobazi 不懂正余弦,求完善

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