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,6 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
require_relative "config/environment"
run Rails.application
Rails.application.load_server