Hugo Peixoto
46881d72bf
rails new \ --skip-action-cable \ --skip-hotwire \ --skip-jbuilder \ --skip-system-test \ -a propshaft \ --database=postgresql .
6 lines
128 B
Ruby
6 lines
128 B
Ruby
# Load the Rails application.
|
|
require_relative "application"
|
|
|
|
# Initialize the Rails application.
|
|
Rails.application.initialize!
|