Initialize rails app

This commit is contained in:
Roscoe 2025-09-20 03:31:27 +01:00
commit 64fb080e96
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
234 changed files with 1398 additions and 14539 deletions

3
config/boot.rb Normal file
View file

@ -0,0 +1,3 @@
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
require "bundler/setup" # Set up gems listed in the Gemfile.