Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
lin
@caiqinghua
会员
第 17915 位会员 / 2015-04-02

[email protected]
深圳
20 篇帖子 / 88 条回帖
5 关注者
20 正在关注
3 收藏
Lin
GitHub Public Repos
  • dp-agent 0

  • next-auth 0

    Authentication for the Web.

  • solana-web3.js 0

    Solana JavaScript SDK

  • grok-1 0

    Grok open release

  • rustdesk 0

    An open-source remote desktop, and alternative to TeamViewer.

  • AutoX 0

    A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)

  • explorer 0

    An open source block explorer

  • ace 0

    Ace (Ajax.org Cloud9 Editor)

  • devpod 0

    Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use an...

  • cuda_hook 0

    Hooked CUDA-related dynamic libraries by using automated code generation tools.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Ruby China iOS App 开始支持 3D Touch 了 at 2016年03月01日

    #8 楼 @swordray (⊙o⊙)

  • Ruby China iOS App 开始支持 3D Touch 了 at 2016年02月24日

    @swordray 楼主能否做一个 spree 的 ios 版本?

  • 微信支付 Gem at 2015年08月17日

    #22 楼 @jasl skip_before_action :verify_authenticity_token 还是提示 WARN -- : Can't verify CSRF token authenticity

  • 道歉:本来只想推一个活动,可是我玩脱了。 at 2015年08月09日

    @bazinga 大家太大惊小怪了,妹子好文采

  • 求 Ruby 远程兼职项目 at 2015年08月01日

    #1 楼 @seaify :plus1: :plus1: :plus1:

  • Ruby map、each、select、inject、collect 、detect reference at 2015年08月01日
    eg:  {1 => 'a',2 => 'b',3 =>'c'}.inject({}){|key,value| value} key => {} value => [1,'a']  
    

    结果好像错的吧,我运行的结果:

    > {1 => 'a',2 => 'b',3 =>'c'}.inject({}){|key,value| value}
    => [3, "c"]
    
  • Ruby map、each、select、inject、collect 、detect reference at 2015年08月01日

    :plus1:

  • rails 数据检验在什么时候执行? at 2015年07月24日

    #4 楼 @martin91 最新版本 master 分支

  • rails 数据检验在什么时候执行? at 2015年07月23日

    #2 楼 @martin91 代码没贴全,check_price 确实检查了价格。可能是 spree 的 bug?

  • rails 数据检验在什么时候执行? at 2015年07月23日

    @rei @lgn21st 求帮助

  • 用 FactoryGirl seed 改善重复创建问题和用例执行慢的问题 at 2015年07月17日

    👍

  • Rails 测试驱动开发 Factory Girl 用例重构实践 at 2015年07月17日

    自己顶一下,测试太冷了。大家写测试用例都没有遇到问题吗?还是都不写测试用例?

  • Rails 项目 Gem 依赖的社交关系网络关系图及其生成 at 2015年07月17日

    #5 楼 @suffering 造轮子,说明有研究精神。现在拿来主义居多,造轮子的少了

  • rails delegate 代理如何验证?代理端需要验证吗?怎么验证? at 2015年07月16日

    #1 楼 @azhao validates :mobile, presence: true, mobile: true 应该会验证两次

  • 两种 where 查找,哪种更 Rails 风格一点? at 2015年07月16日

    #19 楼 @itomato 😄

  • 赶脚我写的是 C 代码,怎么改善为 Rails 风格? at 2015年07月16日

    #2 楼 @luikore 连赞 32 个

  • 两种 where 查找,哪种更 Rails 风格一点? at 2015年07月15日

    #1 楼 @Arthur_h 正解

  • rspec 实战篇 at 2015年07月11日

    #5 楼 @msg7086 不是水平问题,人有惯性

  • rails 开发中必备的 gem 推荐 at 2015年07月11日

    #7 楼 @seaify agree,好建议

  • rspec 实战篇 at 2015年07月11日

    #3 楼 @msg7086 楼主说先写测试的 3 点好处,实际效率要比你先写代码高。实际上你可能还没正在去体验过先写测试再写代码,所以还是觉得先写测试会影响效率。先写测试用例,试试体验一段实际吧

  • rails 开发中必备的 gem 推荐 at 2015年07月09日

    gon,i18n-js 让代码更优雅,hirb,rails-panel 让调试定位问题更方便。 :plus1:

  • HTTP 简单介绍 at 2015年07月06日

    @dandananddada header linse,应该是 lines 吧?

  • weapon,为已有项目,配置 mina 部署,i18n 定制,rails_settings_ui at 2015年07月04日

    :plus1: :plus1: :plus1:,chuck,你是我们团队提高效率的典范,有你团队效率提高迅速

  • 删除 GitHub 远程仓库中 master 分支的多个提交 at 2015年07月03日

    #1 楼 @tiseheaini 谢谢,备份到远端也可以

  • 参与开发的 ruby gems 的下载量破五百万了... at 2015年07月02日

    :plus1:

  • Ruby China iOS App 发布! at 2015年07月01日

    @swordray 提示要升级到 ios8.3 才能安装,更低版本不支持吗?

  • RAILS API TO BE PART OF RAILS 5 at 2015年07月01日

    #23 楼 @pathbox angular 性能有大问题,还是学习 react 吧,我学了 angular,还没学 react

  • 我是一个初学 Ruby on Rails ,想问问,后台权限控制的问题? at 2015年07月01日

    #5 楼 @lgn21st cancancan,据说还有 pundit。这里有一篇文章可以参考,Rails 利用 cancan 实现一个优雅可扩展的角色管理系统

  • 我是一个初学 Ruby on Rails ,想问问,后台权限控制的问题? at 2015年07月01日

    #3 楼 @lgn21st 赞赞赞,社区乐于帮助初学者成长为牛人

  • 是不是像石家庄这种的小城市都没有公司用 ruby 呢 at 2015年06月30日

    #13 楼 @lgn21st ^_^,背黑锅是 CTO 的职责之一

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