instance method
create_root_files
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.2.22.5Signature
create_root_files()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 225
def create_root_files
build(:readme)
build(:rakefile)
build(:configru)
build(:gitignore) unless options[:skip_git]
build(:gemfile) unless options[:skip_gemfile]
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 225
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::AppGenerator