Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Juanito Fatas
@juanito
高级会员
第 1510 位会员 / 2012-03-19

[email protected]
https://Buildkite.com
Tokyo
71 篇帖子 / 454 条回帖
113 关注者
11 正在关注
51 收藏
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 小白问题, 太让我崩溃啊! 新建的项目, rake test 失败出错. at 2012年06月25日

    Rake DSL methods is deprecated. Google 一下 第一筆結果:Global access to Rake DSL method is depreciated

  • Sublime Text 2 竟然没有原生支持插入 erb tag 的快捷键 at 2012年06月17日

    只要写代码超过二次以上重复,就自己定义一个 SNIPPET 吧。

  • 这个点没人看欧锦赛吗? at 2012年06月17日

    #2 楼 @zw963 这个词好难听 : S

  • 现在的 ruby on rails 性能怎么样? at 2012年06月16日

    php 可以试试 laravel....

  • FactoryGirl 粗浅介绍 at 2012年06月13日

    @huacnlee li 的 字号貌似没有更新到 14...

  • 今晚有通宵看 WWDC 的吗 at 2012年06月12日

    #6 楼 @huobazi 带 retina 的 RMB 16,488 最近开卖。。。

  • 请教 ruby guides 中文版翻译问题 at 2012年06月11日

    尊敬的潜在贡献者 你好,

    请至这里阅读加入翻译小组的信息:https://github.com/ruby-china/rails-guides

    谢谢!

  • 「励志」德国姐姐 3 个月自学 Rails at 2012年06月11日

    #9 楼 @lgn21st 我說說我的好了,我幾個月前接近 100kg,由於某種因素我需要瘦下來,我在網上找了一個減肥方案,叫做從 0 到 5 公里,現在大概 70 多公斤,主要就是每天都去慢跑,詳細的 couch to 5K 計畫在這裡:http://www.c25k.com/c25k_chinese.htm

  • 你是这样的程序员吗 at 2012年06月10日

    最后一句改成日夜编程好 哈哈

  • rails 有没有命令行自动补全工具? at 2012年06月08日

    自己加 alias

  • 我们的产品上线啦 -- pragmatic.ly at 2012年06月08日

    #116 楼 @poshboytl 好多 ... 看的一头雾水。。。

  • [澳大利亚,中国] 澳大利亚公司招聘 Ruby on Rails 程序师 有机会工作在澳洲 at 2012年06月07日

    Spree 貌似是 Ryan Bigg 参与的项目

  • SICP 的中文解题集 at 2012年06月07日

    作者非常努力,是一个非常认真做学问的人,解答集非常之好,还请大家大力支持哈!

  • Code 2 Themes 页面,很帅气 at 2012年06月07日

    coda 2! 贊。。。

  • Divvy 快捷键无法使用 at 2012年06月07日

    Moom 也不錯 http://manytricks.com/moom/ 5 美元

  • 唐凤的开源之道的讲稿,关于社群的那一部分我觉得讲的很好 at 2012年06月05日

    #1 楼 @lgn21st 唐鳳有wiki,文章一則, Linkedin 頁面

    根據 Linkedin 的介紹:

    Top-notch programmer with 17 years of Perl and Web development experience.

    Accomplished programming language designer with invited talks at OOPSLA and ICFP.

    Well-known participant in F/OSS community, with 100+ projects on CPAN and 20+ on Hackage, and invited talks at OSCON, OSDC, and YAPC.

    Specialties Extensive experience with Perl, Haskell, JavaScript/CoffeeScript/Node.js, Flex/ActionScript, REST design, Relational Database, Unix system programming, Internationalization and Localization.

    Very familiar with C, Mobile Development (Adobe AIR, Mobile jQuery), Drupal/PHP, Multi-core programming, Version control system design, and Programming language design.

  • [上海] 创业团队诚聘 RoR 实习生,200/ 天 (可转正) at 2012年06月05日

    好可愛的狗

  • 消失了半年,我又重回 ruby 社区啦! at 2012年06月05日

    哇,膜拜

  • RSpec 限制用户行为 一小段测试控制器代码 讨论 at 2012年06月05日

    #3 楼 @poshboytl OK. 好的,我会继续与 Rails 培养基情的。。。Juanito 觉得楼上的回复真赞 (Y)(Y)(Y)

  • RSpec 限制用户行为 一小段测试控制器代码 讨论 at 2012年06月05日

    #1 楼 @poshboytl 哈哈,对哦,我的 before_filter 刚好是相反的:

    before_filter :authorize_admin!, :except => [:index, :show]

    所以就测了下另外五个动作不是管理员时,是否会有正常的行为。

    def authorize_admin! authenticate_user! unless current_user.admin? flash[:alert] = "亲,你必须是管理员才能这么做哦!" redirect_to root_path end end

    感谢回复:)

  • 中文的 Text Editor 和 Gem at 2012年06月05日

    Sublime Text2. Voilà!

  • 冒死问一句,python 入门的书是啥?类似《ruby 编程语言》这种的 at 2012年06月05日

    可以上一下 http://udacity.com/ 的 CS101

  • 讨论一道求质数的面试题 at 2012年06月05日

    哎呀,我没看清楚题目,原来是要求 2..n 的所有质数。。。

  • 在 IE6 下严重错位呀 at 2012年06月04日

    貌似 IE6 連某個網站會說 : Get out, Right now!!!

  • . at 2012年06月04日

    建议楼主把标题改回来。

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