bundle config github.https trueEDITOR=vim rails credentials:editdevelopment:
mailtrap:
user_name: your_mailtrap_user_name
password: your_mailtrap_password
address: your_mailtrap_addressrails new app-name --database=postgresql --skip-coffee --skip-test --webpack=stimulusroot = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true