Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
lin
@caiqinghua
Member
NO. 17915 / 2015-04-02

[email protected]
深圳
20 Topics / 88 Replies
5 Followers
20 Following
3 Favorites
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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Ruby China iOS App 开始支持 3D Touch 了 at March 01, 2016

    #8 楼 @swordray (⊙o⊙)

  • Ruby China iOS App 开始支持 3D Touch 了 at February 24, 2016

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

  • 微信支付 Gem at August 17, 2015

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

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

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

  • 求 Ruby 远程兼职项目 at August 01, 2015

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

  • Ruby map、each、select、inject、collect 、detect reference at August 01, 2015
    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 August 01, 2015

    :plus1:

  • rails 数据检验在什么时候执行? at July 24, 2015

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

  • rails 数据检验在什么时候执行? at July 23, 2015

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

  • rails 数据检验在什么时候执行? at July 23, 2015

    @rei @lgn21st 求帮助

  • 用 FactoryGirl seed 改善重复创建问题和用例执行慢的问题 at July 17, 2015

    👍

  • Rails 测试驱动开发 Factory Girl 用例重构实践 at July 17, 2015

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

  • Rails 项目 Gem 依赖的社交关系网络关系图及其生成 at July 17, 2015

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

  • rails delegate 代理如何验证?代理端需要验证吗?怎么验证? at July 16, 2015

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

  • 两种 where 查找,哪种更 Rails 风格一点? at July 16, 2015

    #19 楼 @itomato 😄

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

    #2 楼 @luikore 连赞 32 个

  • 两种 where 查找,哪种更 Rails 风格一点? at July 15, 2015

    #1 楼 @Arthur_h 正解

  • rspec 实战篇 at July 11, 2015

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

  • rails 开发中必备的 gem 推荐 at July 11, 2015

    #7 楼 @seaify agree,好建议

  • rspec 实战篇 at July 11, 2015

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

  • rails 开发中必备的 gem 推荐 at July 09, 2015

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

  • HTTP 简单介绍 at July 06, 2015

    @dandananddada header linse,应该是 lines 吧?

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

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

  • 删除 GitHub 远程仓库中 master 分支的多个提交 at July 03, 2015

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

  • 参与开发的 ruby gems 的下载量破五百万了... at July 02, 2015

    :plus1:

  • Ruby China iOS App 发布! at July 01, 2015

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

  • RAILS API TO BE PART OF RAILS 5 at July 01, 2015

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

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

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

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

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

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

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

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