Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Juanito Fatas
@juanito
VIP
NO. 1510 / 2012-03-19

[email protected]
https://Buildkite.com
Tokyo
71 Topics / 454 Replies
113 Followers
11 Following
51 Favorites
GitHub Public Repos
  • what-do-you-call-this-... 976

    Solving the second hard problem in Computer Science.

  • ruby-style-guide 127

    Ruby Style Guide (Chinese)

  • - 3

  • fast_uuid 2

  • rails 1

    Ruby on Rails

  • rails-versions 1

    A common repository of Rails version metadata.

  • puma 0

    A Ruby/Rack web server built for concurrency

  • dev.to 0

    Where programmers share ideas and help each other grow

  • dd-trace-rb 0

    Datadog Tracing Ruby Client

  • dalli 0

    High performance memcached client for Ruby

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • All Ruby Books at July 01, 2014

    唯一讀過一本 Learn Ruby The Hard Way 沒找到,哈哈!

  • 荐书:Redis 设计与实现 at July 01, 2014

    cc @huangz

  • RubyConf Taiwan 2014 汇总 at June 30, 2014

    #11 楼 @solomon Matz 2012 有參加 RubyConf China: https://ruby-china.org/topics/7179

  • RubyConf Taiwan 2014 汇总 at June 29, 2014

    #5 楼 @pynix 这次录影有些问题 😢,下次改进!

  • Lisp 实现加一操作 at June 26, 2014

    這本書的第 4 章有說明:《Programming Languages and Lambda Calculi》。

  • 1 at June 25, 2014

    看來 Stripe 也有在追 Teahour。。。

  • 全新的 Ruby Web 框架:Lotus at June 24, 2014

    附上 GitHub: https://github.com/lotus

  • 用 Benchmark-ips 量测代码效能 at June 15, 2014

    @bwlinux => https://github.com/MiniProfiler/rack-mini-profiler

  • Introduction to Programming with Ruby - 给 Ruby 新手写的免费电子书 at June 13, 2014

    希望大家多提意见反馈,和纠错。

    寄信到 [email protected]

  • 你用过的 Rails 基础书里哪一本让你觉得最好 at June 12, 2014

    Rails Guides +1

  • 看到右边友情社区出现了 SwiftChina,动作好快啊。 at June 10, 2014

    http://swiftist.org/ => Rails 的 Campo3 http://swift.sh/ => Django 的 Spirit

  • ruby 从 2.1.1 升级到 2.1.2,但是 bundle install 出错,怎么办? at June 09, 2014

    i18n 0.6.10 還沒有發佈。

  • Swift 代码片段求解释 at June 03, 2014

    #2 楼 @blacktulip makeIncrementer() 回傳 addOne,接受一個 Int 參數。

  • HipChat is now free for unlimited users. at May 29, 2014

    還有一個 Flowdock。

  • github-markdown 不支持 `###h3###` 这种 markdown ? at May 24, 2014

    :space_after_headers: A space is always required between the hash at the beginning of a header and its name, e.g. #this is my header would not be a valid header. — redcarpet

    跟 space_after_headers 這個參數有關。

  • 分享我对 ThoughtWorks FizzBuzzWhizz Puzzle 的 Ruby 解法和另外一个 Ruby 脚本 at May 23, 2014

    比我現在寫的好好幾倍......

  • 学习编程没有捷径,需要的是热情与毅力 [抛砖引玉,小秀成果][5/20 小小更新一个图] at May 21, 2014

    @camel 如 @fredwu 所述,恭喜呀! 👏 👏 👏 CodeTriage 是 Richard Schneeman 的作品,可以跟他說關於鏈接的問題。 這裡有一個 rebase 的例子:https://github.com/rails/rails/pull/14685 在 rails/rails 很常見到,大部分 core team 成員都會很有耐性的教你 :D

  • 学习编程没有捷径,需要的是热情与毅力 [抛砖引玉,小秀成果][5/20 小小更新一个图] at May 20, 2014

    @qichunren 從這裡起步:Contributing to Ruby on Rails。

    可以:

    1. 回報問題。
    2. 幫忙跑最新的測試,有錯試修,無力修回到 1.。
    3. 上 Rails 的 Issue Tracker 看有沒有可以修的 Issue,或者是幫忙確認這個 Issue 可以在你的機子上重現。可以使用 CodeTriage 服務,這個服務可讓你訂閱某個開源項目,每天寄送待解決的 Issue 給你。或是使用 GitHub 的 Watch 項目功能(會收到所有的 Issue 通知)。
    4. 閱讀 http://edgeguides.rubyonrails.org 挑錯,貢獻指南文檔。👉 貢獻指南文檔指南。
    5. 閱讀 http://edgeapi.rubyonrails.org 挑錯,貢獻 API 文檔。👉 貢獻 API 文檔指南。
    6. 與文檔有關的 patch 要在 commit message 加上 [ci skip],這樣子可以避免 Travis CI 無謂的執行與代碼無關的 Pull Request,珍惜寶貴資源 🇻。
    7. Rails 不接受沒有實質意義的 patch,比如只加個空格,殺掉空白等,是不接受的。

    😄

  • 总结 Web 应用中常用的各种 Cache at May 19, 2014

    好帖必頂 👍

  • 学习编程没有捷径,需要的是热情与毅力 [抛砖引玉,小秀成果][5/20 小小更新一个图] at May 19, 2014

    cool! 👍

  • ruby-china 网站一直没有样式 at May 19, 2014

    台北最近偶爾會遇到 Ruby-China 裸奔的情況發生。

  • 虽然知道这个是个月经帖,但是还是求推荐适合学习的 Rails 项目。 at May 19, 2014

    @Rei 支付寶沒了,用 Gittip。

  • Rails Girls Beijing 活动照片 at May 12, 2014

    哇

  • 松本行弘的新书《关于 mRuby 的一切》 at May 11, 2014

    OK,這本書只有 mobi 格式。沒有 PDF 與 epub。

  • 松本行弘的新书《关于 mRuby 的一切》 at May 09, 2014

    @lakuxin 什麼時候有 PDF >___<?

  • [有图] 女神奔着 Ruby 和我合租~ at May 09, 2014

    這不點喜歡不行。。。

  • 適合閱讀的中文字體 at May 09, 2014

    這裡還有兩篇: http://blog.acgtyrant.com/chinese-western-mixed-typesetting.html http://css.hanzi.co/

  • [已解决] 如何创建 PostgreSQL 的数据库 at May 08, 2014

    這裡有一篇 http://guides.rubyonrails.org/development_dependencies_install.html

  • [北京][2014年5月8日] 五一节后 RubyThursday 线下活动召集 at May 07, 2014

    這兩個字念貔 pi 貅 xiu https://www.moedict.tw/%E8%B2%94%E8%B2%85

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