TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Lean startup tools for Rails apps

3 点作者 r11t超过 15 年前

2 条评论

naz超过 15 年前
"Speaking of Github, I'd love for them to implement pre-commit hooks, because then you could prevent developers from making commits any time the build is broken, which prevents people from ignoring problems in a large code base and just tunneling on building their one little feature. Right now if you want to implement this, you need to setup your own source control repository that can talk to the continuous integration system."<p>What? No! The whole point of git is a commit should be cheap. If you start restricting commits when the build is broken then you might as well be using Subversion.
mark_l_watson超过 15 年前
That is a good list! Good idea "using SimpleDB for dumping a lot of important metrics data" and reminded me to install webrat, which I just did (people at a Merb Camp were raving about webrat) and from the github doc page, it looks like a good and easy way to sanity check that web apps are not broken.