General Rails and Ruby updates
This commit is contained in:
parent
2eca40e372
commit
92aca77cdb
23 changed files with 226 additions and 97 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue