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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 有个练习 Git 的游戏,Githug at 2012年04月27日

    #4 楼 @googya 說了就不好玩了! : )

  • 有个练习 Git 的游戏,Githug at 2012年04月27日

    #1 楼 @googya 可以 hint 看看提示

  • 62 个 Ruby On Rails 学习资源整理 at 2012年04月27日

    #2 楼 @lgn21st 抱歉没弄成尾递归的形式,一开始贴文忘了用宽松的编号来加链接了,导致最后一个不是这个帖子 : P

  • NodeJS 适合用来做什么? at 2012年04月27日

    node 也可以当后台的 parser,这个 http://stylesror.github.com 就是用 node + jade 渲染成 html 的:)

  • 一个料很多的 PPT:10 Things You Didn't Know Rails Could do at 2012年04月27日

    如果 speakerdeck 被墙了,我放了一份在微盘:http://t.cn/zOjceZB

  • Rails 项目如何不产生 test::unit 测试 at 2012年04月25日

    #4 楼 @AlphaLiu Sorry 沒看清楚,那在 Gemfile 加個 rspec-rails, 把之前的 test unit 拿掉,bundle 一下應該就可以了

  • Rails 项目如何不产生 test::unit 测试 at 2012年04月25日

    rails new app --skip-test-unit

  • 1000 个小时学会 Rails - 003 RSpec 行为驱动测试简介 at 2012年04月24日

    #1 楼 @leozwa 谢谢哈,给忘了。

  • ruby 可以骇客么? at 2012年04月24日

    嗯嗯,其实青菜萝卜各有所好,这就看你自己了,其实两个差不多。但我个人比较喜欢 Ruby。你可以看看这个帖子 http://ruby-china.org/topics/2019,里面恰巧讨论了 Python 与 Ruby。

  • ruby 可以骇客么? at 2012年04月24日

    这是不鼓励的行为,请参考 Eric Raymond 的这篇文章 。

  • 1000 个小时学会 Rails - 002 测试!测试! at 2012年04月23日

    #5 楼 @kfll 跟 DHH 學來的化繁為簡。。。

  • 1000 个小时学会 Rails - 002 测试!测试! at 2012年04月23日

    我写的只是抛砖引玉,重点是推荐看 Code School 给的 PDF,我存到微盘了,大家低调下载。。。

  • 1000 个小时学会 Rails - 001 你的第一个 Rails 应用 at 2012年04月22日

    #4 楼 @nixzhu 我上面有提示可以用 rails s 当缩写,下面就用一下演示一下。。。

  • 1000 个小时学会 Rails - 000 Rails 前世今生 at 2012年04月21日

    DHH 的故事从这里看来的 ^^

  • 1000 个小时学会 Rails - 000 Rails 前世今生 at 2012年04月21日

    #4 楼 @huobazi 对哈,2005 年 David 在众多大牌(Tim O'Reilly, Martin Fowler, Sam Ruby, Bruce Perens, Jeffrey Zeldman, Richard Bird)的推荐下,拿到绿卡正式移居美国芝加哥,与 37 signals 总部的同志们会合了。

  • 你不必这么着急 at 2012年04月20日

    续集:十年学会编程 => 英语 中文

  • 这句话看不懂,求助 at 2012年04月19日

    #13 楼 @Levan 呃,我看了,我自己也是刚学习 Rails,无法当你的导师啊。建议不浮躁慢慢看书,相信 ruby-china.org 上面这么多朋友、大牛都能给你帮助。。。

  • 这句话看不懂,求助 at 2012年04月19日

    #10 楼 @Levan 你可以花時間看看 Agile Web Development with Rails 的第四章,但是主要還是得看那本 1000 頁的 Programming Ruby...

  • 这句话看不懂,求助 at 2012年04月19日

    呃,我的理解是,你设计类的时候,要把不该给人看的藏好,要给人用的写 accessors(getter, setter)来给人使用。比如你的类 Person 里面有一个变量 height,就可以定义

    # getter def height return @height end

    #setter def height=(new_height) @height = new_height end

    让人存取,而不是让人直接来存取,这也就是 OO 里面的封装。。。

  • Ruby China T 恤第二期报名活动开始啦![已结束] at 2012年04月19日

    #1 楼 @lgn21st Ruby 社区真有愛!

  • 在使用 debugger 中遇到的问题,请教~~ at 2012年04月18日

    #6 楼 @lgn21st 一行惊醒梦中人。。。大家用 gem 'debugger' 就可以了,

    会替你安装以下三个 gem:

    Using debugger-ruby_core_source (1.1.1) Using debugger-linecache (1.1.1) Using debugger (1.1.1)

  • 在使用 debugger 中遇到的问题,请教~~ at 2012年04月18日

    DEPRECIATED

    今天也碰到这个问题了(Ruby 1.9.3-p125, Rails 3.2.3),


    Gemfile 添加:

    gem 'linecache19', :git => 'git://github.com/mark-moseley/linecache' gem 'ruby-debug-base19x', '~> 0.11.30.pre4' gem 'ruby-debug19'


    跑完 Bundle :

    Using linecache19 (0.5.12) from git://github.com/mark-moseley/linecache... Using ruby-debug-base19 (0.11.25) Using ruby-debug-base19x (0.11.30.pre10)


    注意:我试过直接使用 linecache19 是不工作的:

    gem 'linecache19' '~> 0.5.12'

    得指定使用 git 那个才行。

    gem 'linecache19', :git => 'git://github.com/mark-moseley/linecache'

  • Ruby China 的 bootstrap-rails 只支持 Bootstrap 1.4,而且没有更新 at 2012年04月18日

    听说近期 (26 号) 要更新 2.0.3。这里有一篇从 1.4 升级的介绍。

  • 37signals 测试七忌 at 2012年04月18日

    1:2 代表有代碼異味 code smell,而臭不可聞呢是 stink,有惡臭的意思,代表你的代碼糟透了。。。

  • (译) 我不喜欢新哈希语法 at 2012年04月17日

    #3 楼 @lgn21st + 1

  • Ruby China T 恤第一期的赠送名单公布 at 2012年04月17日

    @lgn21st 已发确认邮件,感谢!

  • Ruby China T 恤第一期的赠送名单公布 at 2012年04月16日

    十分感谢!

  • 对 Ruby China 社区的几点建议. at 2012年04月16日
    def calculate_score(votes, item_hour_age, gravity=1.8)
      return (votes - 1) / (item_hour_age+2)**gravity
    end
    
  • 上一页
  • 1
  • 2
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English