Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Fred Wu
@fredwu
VIP
NO. 188 / 2011-11-23

墨尔本
109 Topics / 836 Replies
156 Followers
0 Following
0 Favorites
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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 为什么你们用 Vim 和 Textmate 而不用 IDE at December 28, 2011

    个人习惯:大部分项目都用 Textmate 之类的编辑器。大型的项目用 RubyMine。:)

  • 有人用 guard 么? at December 28, 2011

    不太使用 guard。之前接手的一个项目写得比较糟糕,asset compile 内存溢出,于是用 guard-jammit 来暂时解决。

  • 什么样的项目需要使用面向服务的设计 at December 28, 2011

    为了眼睛,请使用 JSON,向 XML 说不! :P

  • 重新设计了一下自己的博客 at December 27, 2011

    #1 楼 @huacnlee 本来想自己画的,但时间不够,就直接用这个生成了: http://unique.rasterboy.com/

  • 支付宝前端开源其 CSS 样式库方案 - Alice at December 23, 2011

    貌似很一般。。。

  • 没有 collection 的 spinejs 用起来很纠结 at December 18, 2011

    https://github.com/maccman/spine/blob/master/src/relation.coffee

  • Rails3.2 is coming? at December 16, 2011

    版本号什么的,在 Chrome 面前都是纸老虎。。。 (偷笑~)

  • intridea 是一家什么样的公司? at December 16, 2011

    啥时候来袋鼠国开个办公室啊...

  • class << self 元编程问题 at December 13, 2011
    delegate :gender, :bio, :a, :b, :c, :to => :profile, :prefix=> false, :allow_nil => true
    
  • 听说 TextMate 2 出泄漏版本了啊! at December 13, 2011

    用了 10 分钟,删掉了。

  • 下午把玩了一下 SpineJS at December 10, 2011

    文档可能过期了吧,看最新的源码最可靠:https://github.com/maccman/spine/blob/master/src/spine.coffee#L183

    编辑:

    你那个使用方法需要载入 spine.ajax:https://github.com/maccman/spine/blob/master/src/ajax.coffee#L70

  • 大家谁用过 rhodes? at December 10, 2011

    没实际用过,只是在 1.x 和 2.x 版本的时候把玩过一下。

    Rhodes 的卖点就是 ruby MVC - 接近于 rails 的开发方案。但是,Rhodes 用的自己的 runtime,是个 ruby 的 subset,不是所有的库都能使用。另外,Rhodes 因为是个服务器/客户端的配置,在运行效率上肯定没有 native 运行的 Appcelerator Titanium 高。

  • 下午把玩了一下 SpineJS at December 10, 2011

    Fetch 的参数是 listener function 而已,不能传数据参数的:http://spinejs.com/api/models

  • 鼓捣一下更快速的 model unit tests at December 09, 2011

    我的目标是看看能否把所有的 AR 操作都放到一边,但仍然让 model 保持原有的 API。

    P.S. Sublime 的 UI 的确是……咳咳……

  • meta_search 帮助你实现复杂的组合查询 at December 08, 2011

    #8 楼 @huacnlee Ransack 等于是个重构了的 meta_search,想必之后开发方向都是会 focus 在 ransack 上的吧。

  • [牢骚贴] For the love of God, don't use Rails until you're familiar with Ruby!! at December 08, 2011

    #5 楼 @andor_chen 不敢当不敢当。早些年前一直信誓旦旦想要创业,现在学得越多越觉得需要学更多(好绕口)。这次跳槽去 Sitepoint 也是希望可以充实一下带团队的经验,为将来创业铺路。^__^

  • [牢骚贴] For the love of God, don't use Rails until you're familiar with Ruby!! at December 08, 2011

    #2 楼 @andor_chen 话虽没错——而且我也经常这么想的。但是,当下的时候还是很郁闷啊。而且是因为代码是别公司写的,而且他们还继续在开发这个项目,所以也不能多说什么。只好找个地方发泄一下了。

  • Intype 0.9.2 发布 at December 08, 2011

    InType 刚开始测试时我还在用 Windows...一晃都那么多年过去了。。。。。。-__-

  • meta_search 帮助你实现复杂的组合查询 at December 08, 2011

    #1 楼 @ywencn meta_search 被 https://github.com/ernie/ransack 取代了。

    另外强烈推荐同一作者的 https://github.com/ernie/squeel —— ActiveRecord 配合 Squeel 使用后感觉好用多了!

  • "<=" "=>" 混啦混啦,有木有? at December 08, 2011

    我经常在写 PHP 或 JS 的时候写成 ruby.... @_@

  • A Clean way to exploring at December 07, 2011

    #4 楼 @andor_chen 嗯,是的。我在 3 楼其实是和@huacnlee说,一定要把滚动去掉 :D

  • A Clean way to exploring at December 07, 2011

    右边 Ruby Taiwan 帖子那块滚动的一定要去掉。。。太晕眩了。。。

  • 话说有没有同学用过别的 Ruby Web Framework? at December 07, 2011

    我很喜欢 Padrino,适合中小型网站和 API 服务的开发。我的开源项目里的这个是用 Padrino 建的:https://github.com/fredwu/rubycommitters.org

    Demo:http://heroesofruby.heroku.com/

  • Basecamp Next at December 07, 2011

    希望可以是个 JS-heavy 的 RIA(Rich Internet Application)……

  • 不知道大家都建议哪种 mongodb 的 mapper at December 05, 2011

    Mongoid 的第三方支持比较好,很多库支持 Mongoid 但不支持 MongoMapper...

  • 不知道大家都建议哪种 mongodb 的 mapper at December 05, 2011

    #11 楼 @soloara 具体的我也记不清了,那个项目我没参与。貌似是关于 relation 的设置,有些东西在 Mongoid 里实现不了……

    我还是建议从 Mongoid 开始用。如果真的遇到 Mongoid 解决不了的,再想办法。

  • 不知道大家都建议哪种 mongodb 的 mapper at December 05, 2011

    当时我给 MongoMapper 提交了支持 Rails 3 的 patch,John Nunemaker 迟迟不肯 accept,后来丫自己写了 rails 3 的支持。对此我耿耿于怀啊,所以推荐 Mongoid,啊哈哈。。。

    不过说正经的,之前同事们用 Mongoid,但是遇到一些瓶颈,换用了 MongoMapper 解决。所以还是要具体问题具体分析。

  • 大家写代码的时候爱听音乐么 at December 05, 2011

    在公司时,不想别人打扰的话,就戴上耳机。。。-__,-

  • 大家写代码的时候爱听音乐么 at December 05, 2011

    在家时有时候听,有时候不听,有时候还会开着 VLC 看经典 sitcom... o_O

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