💡 TIL: Bundler can be configured to auto install
28th April 2025
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`.
More recent articles
- with_defaults is a better named alias - 28th April 2025
- React in Rails is gaining momentum with Inertia - 14th April 2025