Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
Rails plugin for picking a non-ssl asset host as often as possible
-
Forked from tobi/delayed_job
Database based asynchronously priority queue system -- Extracted from Shopify
-
Forked from packagethief/will_paginate
Adaptive pagination plugin for web frameworks and other applications
591 contributions in the last year
Less
More
Contribution activity
March 2021
dhh has no activity
yet for this period.
February 2021
Created 37 commits in 4 repositories
Created a pull request in rails/rails that received 2 comments
Add ActionController::Live::Buffer#writeln the write a line to the stream with a newline included
send_stream(filename: "subscribers.csv") do |stream| stream.writeln "email_address,updated_at" @subscribers.find_each do |subscriber| stream.writeln
+22
−2
•
2
comments
Opened 3 other pull requests in 1 repository
Created an issue in rails/rails that received 1 comment
Running an individual test file should not use parallelized workers
Parallelized-worker testing is amazing. When you're running a large suite of tests, and all your cores are cooking, it's peach. But when you're jus…
1
comment