|
@@ -13,7 +13,7 @@ def add_template_repository_to_source_path
|
|
|
at_exit { FileUtils.remove_entry(tempdir) }
|
|
|
git clone: [
|
|
|
"--quiet",
|
|
|
- "https://github.com/excid3/jumpstart.git",
|
|
|
+ "http://gogs.anxgang.com/Hiskio/jumpstart.git",
|
|
|
tempdir
|
|
|
].map(&:shellescape).join(" ")
|
|
|
|
|
@@ -82,9 +82,6 @@ def add_users
|
|
|
/ # config.secret_key = .+/,
|
|
|
" config.secret_key = Rails.application.credentials.secret_key_base"
|
|
|
end
|
|
|
-
|
|
|
- # Add Devise masqueradable to users
|
|
|
- inject_into_file("app/models/user.rb", "omniauthable, :masqueradable, :", after: "devise :")
|
|
|
end
|
|
|
|
|
|
def add_bootstrap
|
|
@@ -110,7 +107,7 @@ end
|
|
|
|
|
|
def add_webpack
|
|
|
rails_command 'webpacker:install'
|
|
|
- rails_command 'webpacker:install:stimulus'
|
|
|
+ # rails_command 'webpacker:install:stimulus'
|
|
|
end
|
|
|
|
|
|
def add_sidekiq
|