A selection of merged pull requests to projects I don't own. See the full history on my Github.
rails/rails#41517 · September 09, 2022Fixed an encoding bug in Action Dispatch's uploaded file handling, where non-ASCII header values could raise an exception instead of being processed correctly.
RubyRuby on Rails
ruby/racc#161 · July 01, 2021Trimmed the packaged gem to exclude files not needed at runtime, reducing install size.
Ruby
rails/mission_control-jobs#260 · July 11, 2025Fixed a crash on the Blocked Jobs dashboard view that occurred when a job's blocked_until timestamp was nil.
RubyRuby on Rails
mongomapper/mongomapper#726 · April 27, 2025Fixed config file loading, which broke on newer Psych (YAML) releases after a change in how YAML aliases/anchors are resolved.
RubyMongoDB
veeso/suppaftp#53 · September 12, 2023Corrected the async usage example in the README, which referenced a type that didn't match the actual API and wouldn't compile as documented.
Rust
activeadmin/activeadmin#7013 · March 12, 2023Removed documentation files from the packaged gem to reduce its size, since the docs are better consumed online.
RubyRuby on Rails
aasm/aasm#742 · October 07, 2022Restricted the gem's packaged files to only what's needed at runtime, shrinking install size.
Ruby
srvaroa/labeler#39 · March 14, 2022Added support for auto-labeling pull requests by matching patterns against the PR body, in addition to the existing title-based matching.
Go
podigee/device_detector#84 · February 18, 2022Excluded spec files from the packaged gem, applying the same size reduction approach used in ruby/racc.
Ruby
google/fonts#3343 · May 20, 2021Fixed incorrect executable permissions on 45 OFL.txt license files across the font family directories, left over from the font creators' or an upstream tool's packaging.
Fonts
activeadmin/activeadmin#6564 · December 01, 2020Removed a redundant private keyword left over in the codebase.
RubyRuby on Rails
scambra/devise_invitable#837 · November 20, 2020Fixed the gem's CI build, which was failing on the default branch.
RubyRuby on Rails
fastlane/fastlane#12245 · April 05, 2018Added an optional android_gcm_sender_id parameter to fastlane's OneSignal action, needed to configure the Firebase Cloud Messaging sender ID when registering a new OneSignal app, and extended the action's platform support from iOS-only to iOS and Android.
Ruby
tsuru/tsuru#1616 · August 02, 2017Fixed team names being treated as case-sensitive, which let near-duplicate teams (e.g. aaa, aaA, AaA) coexist despite the uniqueness check. Replaced the ad hoc regex validation with a shared name-validation helper enforcing lowercase names, plus a proper ValidationError type with a descriptive message.
Go
fnando/factory_bot-preload#21 · April 25, 2016Removed a leftover require "pry"; binding.pry in the gem's after_initialize hook, which meant every Rails app using it got dropped into a debugger console on boot.
RubyRuby on Rails
bernat/best_in_place#242 · February 19, 2013Fixed the success events (best_in_place:success, ajax:success) not firing when the server responded with empty content: they only fired on the non-empty branch, so any blank-value save silently skipped listeners waiting on those events.
JavaScriptRuby
railsadminteam/rails_admin#497 · June 28, 2011Replaced hardcoded English breadcrumb labels (Edit, Delete, History, Export, and so on) with I18n.t() calls, adding real localization support to the breadcrumb system.
RubyRuby on Rails