Sha256: 6fd1c1ac8f2486a02e8ae38a8d7f9898b9f76b03bcda05a83a506f5be8c676d2
Contents?: true
Size: 559 Bytes
Versions: 7
Compression:
Stored size: 559 Bytes
Contents
# <%= app_name %> ## Rails Build Environment **Ruby:** <%= RUBY_VERSION %> **Rails:** <%= Rails::VERSION::STRING %> **Database:** <%= options[:database] %> **Additional Info** <%- unless options[:skip_erd] -%> ## Database Structure (ERD)  <%- end -%> ## Getting Started ### Prerequisites Things you need to do in order for the software to run. ```shell bundle install rails db:migrate db:seed rails s ``` ### Installing A step-by-step guide on how to install the software to run and function as intended.
Version data entries
7 entries across 7 versions & 1 rubygems