Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 631 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 631 Bytes

Omnistart Rails Template

An authoritative template for rails 6.

This was heavily inspired by jumpstart template

Getting Started

Requirements

You'll need the following installed to run the template successfully:

  • Ruby 2.5 or higher
  • bundler: gem install bundler
  • rails: gem install rails

Creating a new app

From the repository:

rails new replace_app_name --database=postgresql -m https://raw.githubusercontent.com/OmnicodeSolutions/omnistart_rails/master/template.rb

Or locally:

rails new replace_app_name --database=postgresql -m template.rb