Skip to content

OmnicodeSolutions/omnistart_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages