method

create_root_files

create_root_files()
public

No documentation available.

# File railties/lib/rails/generators/rails/app/app_generator.rb, line 181
      def create_root_files
        build(:readme)
        build(:rakefile)
        build(:configru)
        build(:gitignore) unless options[:skip_git]
        build(:gemfile)   unless options[:skip_gemfile]
      end