THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox --skip-action-text --skip-active-job --skip-active-storage --skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap --skip-bundle .
4 lines
128 B
Ruby
4 lines
128 B
Ruby
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
|
|
|
require "bundler/setup" # Set up gems listed in the Gemfile.
|