Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Fred Wu
@fredwu
高级会员
第 188 位会员 / 2011-11-23

墨尔本
109 篇帖子 / 836 条回帖
156 关注者
0 正在关注
0 收藏
https://fredwu.me/
GitHub Public Repos
  • crawler 952

    A high performance web crawler / scraper in Elixir.

  • angel_nest 774

    Project code name: Angel Nest. :)

  • opq 269

    Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.

  • stemmer 153

    An English (Porter2) stemming implementation in Elixir.

  • jquery-inline-confirma... 53

    Inline Confirmation plugin for jQuery. One of the less obtrusive ways of implementing confirmatio...

  • dotfiles 18

    My dotfiles

  • README-xplor 10

    Fred @ Xplor - how to work with me.

  • yield.rb 5

    Aggregated token amounts and values. Supports ApeBoard, YieldWatch, Binance, CoinGecko and more.

  • advent_of_code_2018 4

    https://adventofcode.com/2018/about

  • fredwu.me-v3 3

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 移民方面不太熟悉,但如果对袋鼠国感兴趣的话。。。 at 2013年04月14日

    #12 楼 @zw963 是的,朝北的有阳光。:)

  • 移民方面不太熟悉,但如果对袋鼠国感兴趣的话。。。 at 2013年04月14日

    #10 楼 @jimrokliu 一般般。和牛肉有点点类似,但是更涩。还是牛排好吃~~

  • 移民方面不太熟悉,但如果对袋鼠国感兴趣的话。。。 at 2013年04月14日

    销魂大袋鼠 :D :D :D

  • 移民方面不太熟悉,但如果对袋鼠国感兴趣的话。。。 at 2013年04月14日

    #1 楼 @kgen 没见过 =.= 大袋鼠(kangaroo)太大只了,还是小只的 wallaby 可爱。我之前出去玩的时候拍的——

  • 第二次重写了 Datamappify at 2013年04月11日

    #6 楼 @ywjno

    这意思是说同一个 Repository 中的数据能支持多个数据源的意思么

    对的!

  • 第二次重写了 Datamappify at 2013年04月11日

    #2 楼 @jasl Orz... 搜索了半天才找到贫血模型是什么…… 好奇葩的名字…… 嗯,Datamappify 的核心思想不仅仅是 domain logic 与 data persistence 的隔离而已,还有 aggregation —— 从不同的 data store 里提取数据。

    ORM 的 model 目前位置仅仅用于数据的 CRUD。

    声明字段是 type casting 吗?目前 Datamappify 还没有加入 type casting 的支持,但是以后会。Type casting 用来作为 attribute 的 validation 的手段之一。

  • 吐槽一下注释 at 2013年04月09日

    偏题一下:如果是我,set_currency_format 应该移出 model,放到 decorator 里。:)

  • 有没有可能做到测试并行化 at 2013年04月01日

    https://github.com/grosser/parallel_tests

  • [结贴] 手贱,升级了一下 RVM,结果所有 Ruby 版本没了,也装不回。 at 2013年03月27日

    错误提示都那么明显了还不会看的话,我觉得不适合做程序员。

  • Teahour.fm 第 8 期发布 at 2013年03月25日

    👍

  • yUML 是个很赞的 UML 生成器 at 2013年03月25日

    还有这个:http://bramp.github.com/js-sequence-diagrams/

  • 你推荐哪些 gem? at 2013年03月24日

    slim XD

  • Smalltalk 背后的设计理念 (读书笔记) at 2013年03月24日

    对 Smalltalk 感兴趣的同学可以来看下我朋友/同事的项目—— Redline,是 JVM 上的 Smalltalk。

    http://www.redline.st/

  • rails 3.2.13 升级需谨慎 at 2013年03月22日

    我在这个帖子里已经谈及了:http://ruby-china.org/topics/9554 开发环境的性能问题已经解决了,等 .14 吧。

  • 有人对比过 Chef 和 Puppet 吗? at 2013年03月21日

    37sigals 的 fans 用 Chef Github 的 fans 用 Puppet

    这样就好了 嘿嘿嘿。。。 -__,-

  • 社区新规则 - 新注册的用户 1 周内禁止发帖 at 2013年03月21日

    一个月我觉得太久了,两个礼拜应该就够了。:)

  • Rails 3.2.13, 3.1.12 和 2.3.18,请立即更新! at 2013年03月21日

    assets 加载的性能问题 patch 被采纳了:https://github.com/rails/rails/pull/9820 :)

  • 在 Slim 模版文件中怎么写如下的格式内容,谢谢 at 2013年03月20日

    #3 楼 @Rei 呵呵,修改后我们的一样了。;)

  • 在 Slim 模版文件中怎么写如下的格式内容,谢谢 at 2013年03月20日

    你写错了吧?应该是这样的吧:

    <div class="alert alert-<%= key %>">
    

    Slim:

    .alert class="alert-#{key}"
    
  • 关于重构,代码组织的疑问 at 2013年03月20日

    Fat model 对于简单的应用可行。大型的应用时就。。。

    可以来尝试我的 Datamappify 哟 :D https://codeclimate.com/github/fredwu/datamappify

  • Rails 3.2.13, 3.1.12 和 2.3.18,请立即更新! at 2013年03月20日

    3.2.13 有很多问题。建议不要盲目升级。

    比如这个 scope 问题(GitHub 的杯具):https://github.com/rails/rails/issues/9813

    还有这个 dev mode 下 assets 的加载性能问题:https://github.com/rails/rails/issues/9803 这个我提交了个 patch 但不太清楚这个解决方案 rails core 会不会采纳。

  • Datamappify - ActiveRecord 业务逻辑与数据存储的分离 at 2013年03月19日

    又更新了!

    Datamappify 现在支持同一个 Entity 中用不同的 ORM(比如 ActiveRecord 和 Sequel)来 map attributes 了!:)

    https://github.com/fredwu/datamappify

  • Datamappify - ActiveRecord 业务逻辑与数据存储的分离 at 2013年03月19日

    花了两天时间将 repository 部分完全重写了,这下可以支持 ActiveRecord 以外的任何 ORM 了——

    https://github.com/fredwu/datamappify/commit/b5e96a21c63d24adcb0aa58813cd87fb2796815e

    #9 楼 @iBachue 和存储的逻辑混淆一起后,测试不方便,代码结构也相对复杂。

  • 什么时候下一次开卖 Ruby T-Shirt? at 2013年03月18日

    #1 楼 @lgn21st 建议:款式方面应该加长一下——上次的那版我现在已经不能穿了,因为洗了几次后有一点点的缩水,长度不够。cc @saberma

  • 上次我 RubyConf China 演讲里提到的那个 rails bug... at 2013年03月16日

    #1 楼 @lgn21st 你这是神的回复速度啊。。。Orz

  • Datamappify - ActiveRecord 业务逻辑与数据存储的分离 at 2013年03月16日

    嗯,现在还在摸索阶段。

    主要是接下来我们启动的一个项目架构巨大,所以按照“常规的”ActiveRecord 用法,可能到时候会遇到模型上的瓶颈。

    如果 Datamapper 2 已经发布了的话,我会尝试使用,但 Datamapper 2 还比较遥远,所以尝试沿用 ActiveRecord。

  • RubyConf AU 2013 主题总结分享 [Youku 上传完成] at 2013年03月14日

    #42 楼 @jltxwesley 半年。

  • 发一个我女朋友写的 tab 插件 v0.1 at 2013年03月10日

    小建议:JavaScript 的命名惯例是 camelCase 而不是 under_score。:)

  • ruby2.0, bundle install 的时候说 rubygems.org SSL 证书错误 at 2013年03月08日

    http://ruby-china.org/topics/8589

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