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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Must have gems for Ruby on Rails application?

2 点作者 blohs将近 7 年前
I am trying to compile list of must have gems for development, testing and production environment for developing and maintaining Ruby on Rails app.<p>Format: [environment]:[gem]:[short description]<p>Thanks!

2 条评论

blohs将近 7 年前
test : parallel_tests : ParallelTests splits tests into even groups (by number of lines or runtime) and runs each group in a single process with its own database.
blohs将近 7 年前
development : bullet : Identify and kill n+1 queries, improves performance.