Sha256: 95bb8085db91ec3f9830fbc004000c2881eb031228af4002d6d9d34af4ff51f2
Contents?: true
Size: 429 Bytes
Versions: 131
Compression:
Stored size: 429 Bytes
Contents
require 'rails/generators' require 'rails/generators/rails/app/app_generator' module Rails module Generators class AppGenerator # :nodoc: # We want to exit on failure to be kind to other libraries # This is only when accessing via CLI def self.exit_on_failure? true end end end end args = Rails::Generators::ARGVScrubber.new(ARGV).prepare! Rails::Generators::AppGenerator.start args
Version data entries
131 entries across 126 versions & 11 rubygems