Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
陆晓勇
@justin
VIP
NO. 1680 / 2012-04-01

gdjyluxiaoyong@163.com
阿里云
广州
8 Topics / 192 Replies
33 Followers
13 Following
9 Favorites
GitHub Public Repos
  • react-redux-antd 417

    react redux for CMS/Enterprise class App/ERP/Admin with ant-design

  • egg-http-auth 7

    egg plugin for HTTP basic and digest access authentication

  • egg-delayed-job 4

    A priority job queue backed by redis, built for eggjs.

  • react-loadmask 3

    loading mask for react

  • justin-lu 0

  • justin-lu.github.io 0

    my blog

  • plugin-request 0

    Integrate umi-request and @umijs/use-request deeply to umi.

  • alias 0

    The alias for git,rails,heroku and so on.

  • juejin-crawler 0

    crawler demo

  • ant-design-vue 0

    An enterprise-class UI components based on Ant Design and Vue. 🐜

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 小数至少保留两位如何实现 at June 29, 2015

    听不太懂你的问题,你要的是 20.00001.round(2)么?

  • 理解 ActiveSupport::Concern at June 29, 2015

    #11 楼 @leondu ^_^我再插播个比较近的招聘链接: https://ruby-china.org/topics/24961

  • 理解 ActiveSupport::Concern at June 29, 2015

    @neverlandxy_naix 好的,谢谢

  • 请教一个 nil 值的问题 at June 28, 2015

    #4 楼 @davidminaki 你想要的是这个?

    <%= @event.try(:name) %>
    
  • 理解 ActiveSupport::Concern at June 28, 2015

    @neverlandxy_naix

    • append_features 什么时候被调用可能不是本文最主要的,据我所知,append_features 也是 module 的一个 callback,会在 include 之后,为当前 class 添加 module 的变量,常量,方法等。append_features 会先与included 被调用详见:http://apidock.com/ruby/Module/append_features

    • 重写included方法应该是方便以block的方式添加类方法,请对比:

    base.class_eval do
      scope :disabled, -> { where(disabled: true) }
    end
    included do
      scope :disabled, -> { where(disabled: true) }
    end
    
    • 模块依赖通过加载
    base.instance_variable_get(:@_dependencies) << self
    
    @_dependencies.each { |dep| base.include(dep) }
    

    这些讲起来确实还得费点时间,我找个时间补充一下吧。

  • 理解 ActiveSupport::Concern at June 27, 2015

    @yaocanwei 来个分享嘞!

  • 理解 ActiveSupport::Concern at June 27, 2015

    @martin91 写得不好,还望马丁大神指点一二 😄

  • 说出你最喜欢的开源项目,七牛和你一起去支持! at June 27, 2015

    http://github.com/ruby-china

  • 微信的开发 at June 27, 2015

    www.tunnel.mobi http://localtunnel.me/

  • [2015年6月5-7日] 热爱创造的你快来一起 Change The World —— 第二届广州创客马拉松报名开始 at May 23, 2015

    :plus1:

  • Ionic 玩家 at May 22, 2015

    好巧,我们公司也用 Ionic.

  • [广州] Beansmile 2015 年春季招聘 前端 / Ruby 开发 / 实习生 at April 02, 2015

    公司好,老大好,同事好。 :plus1:

  • 申请以及集成 Stripe 的 Alipay 支付方案 at March 29, 2015

    好文果断第一个顶! 大神请带上我~

  • 介绍几本 Rails 进阶书 at March 27, 2015

    好东西,给个赞👍

  • [广州] 广州里格 12K~20K 招聘 Ruby 的高级攻城狮 2 名 at March 26, 2015

    @ruby_sky :plus1:

  • [广州][2015年04月17日] GZRUBY 第 24 次聚会 - 19:00 at March 25, 2015

    人工🔝

  • 在页面表单里,填完数据后提交,无法保存到数据表是什么原因? at March 24, 2015

    建议 debugger,然后用@factor.save! 看一下哪里报错了。

  • [广州] RubyGZ slack 群组 at March 12, 2015

  • 我如何读书 at March 12, 2015

    👍

  • [广州][2015年01月31日] GZRUBY 第 23 次聚会 - 15:00 at January 15, 2015

    又可以看到各位大牛啦。

  • Rails 路由系统源码探索 at January 09, 2015

    :plus1:

  • InfluxDB + Grafana 快速搭建自己的 NewRelic,分析应用运行情况 at December 30, 2014

    果断收藏~

  • 2014 年 Web 高手都在做什么 -- 一个 Rails 开发者的视角 at December 24, 2014

    #17 楼 @linjunzhugg 第一次需要 10 天,第二次需要 1 天,第三次可能 1 个小时就搞定了。😄

  • [广州][2014年12月27日] GZRUBY 第 22 次聚会 - 15:00 (持续更新主题中...) at December 22, 2014

    👌

  • 关于在 github 上备份自己的 vim 插件的问题 at December 06, 2014

    Vundle +1 虽然我已经不用 Vim 了。

  • 使用 vi 写 rails 的朋友怎么有什么好的配色方案吗? at November 28, 2014

    一直使用 molokai , 配色看起来很舒服。

  • Ruby 如何用 for 循环打印一个三角形? at November 12, 2014

    @luikore 果然是大神 :plus1:

  • [广州][2014年11月29日] GZRUBY 第 21 次聚会 - 15:00 [更新场地信息] at November 09, 2014

    👏

  • 写完了,天快亮了,81 页 at November 01, 2014

    辛苦了~坐等今天分享。

  • RubyConf China 2014 参会指南 at October 31, 2014

    好早,赶紧睡觉了~

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