Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Hooopo
@hooopo
Admin
NO. 8 / 2011-10-28

[email protected]
nil
北京
160 Topics / 3013 Replies
360 Followers
0 Following
74 Favorites
聪明的妖怪录下了唐僧的紧箍咒
Reward
GitHub Public Repos
  • oh-my-github-circles 47

    GitHub User Circle Generator Using GitHub Actions

  • hackernews-insight 21

    Hackernews Insight using TiDB Cloud

  • repo-track-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any repository to your da...

  • oh-my-github-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any github user to your d...

  • chatgpt-xiaoai 3

    小爱音箱集成LLM,SaaS 服务

  • repo-contributor-circles 1

    GitHub repo contributor circles generator.

  • ossinsight-x 1

    Automatically post trending repos to Twitter every day.

  • mi-service 1

    XiaoMi Cloud Service for mi.com

  • hooopo 0

  • streamlit-echarts-demo 0

    Demo for Streamlit ECharts component

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Rails 2.3 的开发 git 库在哪里? at March 08, 2013

    #4 楼 @leomao10 最新情况是 3.0 不维护了 2.3 和 3.2 继续维护

  • Git Flow 和 Github Flow at March 07, 2013

    #1 楼 @bhuztez py 的。。木用过!

  • Bundler Audit for Vulnerable Checking at March 01, 2013

    Gemnasium 也搞了一个类似的服务: Gemnasium's security coach on steroids!

  • 关于 TOPLEVEL_BINDING 的一个问题 at February 28, 2013

    私有方法是正确的啊 这是 top level 的一个特性。 http://hooopo.iteye.com/blog/370726

  • Gemfile.lock 該加入 .gitignore 嗎? at February 28, 2013

    #1 楼 @lgn21st 也没有那么绝对。 如果是开发一个 gem 的话,Gemfile.lock 是不应该被加到版本库的,具体原因请翻 yahuda 的博客。但也有不同观点,比如 thoughtbot 团队的理由是他们想让测试更方便,建议把 Gemfile.lock 提交到版本库。

    如果是开发普通 app,那么 Gemfile.lock 是一定要提交到版本库的。

  • 看到吐槽 discourse 的,完全没有节操 at February 28, 2013

    #4 楼 @blacktulip vagrant is the rescue.

  • 今天小测了同学们一个基本概念 at February 26, 2013

    self.b = xx

  • [求助] Mac 中 rvm install ruby1.9.3 报错。请问该怎么办呢? at February 25, 2013

    http://stackoverflow.com/questions/8139138/how-can-i-install-ruby-1-9-3-in-mac-os-x-lion

  • Ruby-2.0.0-p0 at February 25, 2013

    rvm 安装以后 rubygems 也是 2.0.0 的

  • 小心身体,少熬夜别太累 at February 25, 2013

    good luck!

  • Ruby-2.0.0-p0 at February 25, 2013

    #17 楼 @blacktulip 还有 5 个 open issue 啊 https://github.com/rails/rails/issues?milestone=9&state=open

  • Espresso Framework at February 21, 2013

    #7 楼 @Tony612 logo 也像

  • Espresso Framework at February 21, 2013

    #8 楼 @bhuztez why

  • Espresso Framework at February 21, 2013

    #4 楼 @bhuztez 正则坑爹和用 ruby 的 class 和 method 做 controller 和 action 矛盾么?

  • Espresso Framework at February 21, 2013

    actions are regular ruby methods

    这一点不错。

  • 大家来说说是怎么邂逅 Ruby 的^_^ at February 19, 2013

    #43 楼 @windxj 你是做测试的用 metasploit?

  • 大家来说说是怎么邂逅 Ruby 的^_^ at February 19, 2013

    #35 楼 @windxj 。。。

  • Ruby 语言二十岁生日,如果你采访 Matz,你会问什么? at February 19, 2013

    #29 楼 @ericguo 2008-2012 的可以看这里:http://rubyheroes.com/

  • (已出) 在这里试出一个 filco 87 忍者黑色红轴 at February 19, 2013

    #4 楼 @yuan 不买....

  • (已出) 在这里试出一个 filco 87 忍者黑色红轴 at February 19, 2013

    看起来不错

  • 在 action 里调用一个耗时很长的外部命令时,整个应用都被卡死的问题 at February 19, 2013

    system "sleep 1000000 &"

  • 大家来说说是怎么邂逅 Ruby 的^_^ at February 19, 2013

    #30 楼 @jasl ..

  • 让 ruby 5 秒之后执行一个任务 at February 18, 2013

    #16 楼 @bhuztez 是的都不准,但是大致比轮询的准。而且这种 timer 都有一个问题是,遇到 cup bound 的任务排队会等待,比如有 1000 个耗时 1 秒执行的任务都塞到 5 秒之后执行肯定执行不完,有一些被排到后面。

  • 让 ruby 5 秒之后执行一个任务 at February 18, 2013

    #9 楼 @guyanbiao 如果想精确控制时间可以参考这个:http://hooopo.iteye.com/blog/757760

  • Rails 最近怎么回事 安全漏洞一个接一个 at February 18, 2013

    认为不需要补的请看这里:http://zone.wooyun.org/content/2295

    人家拿扫描工具扫呢。。。怎么会发现不了。

  • Rails 最近怎么回事 安全漏洞一个接一个 at February 18, 2013

    已经搞定..

  • [转] Heroku 的教训:糟糕的负载均衡 + RoR 单线程 = 糟糕的性能 at February 18, 2013

    有意思。

  • Ruby 函数式编程 by Arnau Sanchez at February 17, 2013

    你谦卑的仆人

  • 生成脚手架后发现类的名字打错了,怎么补救 at February 16, 2013

    source control

  • 情人节你送了什么 at February 14, 2013

    百度知道....

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