Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: Must have gems for Ruby on Rails application?
2 points
by
blohs
2936 days ago
I am trying to compile list of must have gems for development, testing and production environment for developing and maintaining Ruby on Rails app.
Format: [environment]:[gem]:[short description]
Thanks!
2 comments
blohs
2936 days ago
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.
link
blohs
2936 days ago
development : bullet : Identify and kill n+1 queries, improves performance.
link