Sha256: 58f4586e4989b6cc93253d59c9484031e6023d5e2debb69c916c3271c3a1274d
Contents?: true
Size: 855 Bytes
Versions: 51
Compression:
Stored size: 855 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator class RailsOptions < OptionsBuilder # FIND MORE TEMPLATES HERE # https://railsbytes.com/public/templates # http://www.railscomposer.com/ # https://github.com/RailsApps/rails-composer # https://github.com/carbonfive/raygun-rails # https://github.com/abhaynikam/boring_generators # if options[:minimal] # self.options = options.merge( # skip_action_cable: true, # skip_action_mailer: true, # skip_action_mailbox: true, # skip_action_text: true, # skip_active_job: true, # skip_active_storage: true, # skip_bootsnap: true, # skip_dev_gems: true, # skip_javascript: true, # skip_jbuilder: true, # skip_system_test: true, # skip_hotwire: true).freeze # end end end
Version data entries
51 entries across 51 versions & 1 rubygems