From 640c37981d4ab3e167e5c782a2ff6c813804bc7e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 14 Dec 2023 21:35:14 -0600 Subject: [PATCH] bundle setup --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f4b5b19..0d49633 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ index: # rails g controller home index # URL is then: http://localhost:3000/home/index + +# run this once. +rails-setup: + bundle config set --local path 'vendor/bundle' + bundle install