Commands in the terminal when creating a Rails app memorandum.
% cd ~/ [Directory name]
% rails _6.0.0_new app name-d mysql
▶ Describe the number of the version you want to use in 6.0.0 ▶ "-d mysql" is described when using MySQL from the beginning
% rails db:create
Recommended Posts