Keith Schacht’s Weblog

Subscribe

Monday, 28th April 2025

💡 TIL: Bundler can be configured to auto install #

No more pulling down changes to a project and realizing I need to run `bundle install`. Run this command once on a dev machine and it’ll auto install whenever new gems are needed: `bundle config --global auto_install true`.

💡 TIL: with_defaults is a better named alias #

`with_defaults` is the same as `reverse_merge` in rails but much better named.

2025 » April

MTWTFSS
 123456
78910111213
14151617181920
21222324252627
282930