General Rails and Ruby updates

This commit is contained in:
Christoph Haas 2021-05-28 21:07:45 +02:00
parent 2eca40e372
commit 92aca77cdb
23 changed files with 226 additions and 97 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
load File.expand_path("spring", __dir__)
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'
require_relative "../config/boot"
require "rails/commands"