class method self.new

Ruby on Rails 3.2.22.5

Since v3.0.20 Last seen in v3.2.22.5

Available in: v3.0.20 v3.1.12 v3.2.22.5

Signature

self.new(*args)

No documentation comment.

Parameters

args rest
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 156
      def initialize(*args)
        raise Error, "Options should be given after the application name. For details run: rails --help" if args[0].blank?

        super

        if !options[:skip_active_record] && !DATABASES.include?(options[:database])
          raise Error, "Invalid value for --database option. Supported for preconfiguration are: #{DATABASES.join(", ")}."
        end
      end

Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 156 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Generators::AppGenerator

Type at least 2 characters to search.

↑↓ navigate · open · esc close