Skip to content

Instantly share code, notes, and snippets.

@justinfrench
justinfrench / Gemfile
Created July 15, 2025 06:01
Develop a Ruby Gem locally without having to restart the Rails server
# my_rails_app/Gemfile
source "https://rubygems.org"
# ...
# Load the gem from disk in the same direction as my_rails_app
gem "my_gem", path: "../my_gem"