Sen descrición

Chris Oliver 4afd959fff Create LICENSE (#31) %!s(int64=6) %!d(string=hai) anos
app 21855e1ed4 Few more tweaks %!s(int64=6) %!d(string=hai) anos
config 10cf0a4337 Add masquerading %!s(int64=6) %!d(string=hai) anos
.gitignore 806c45d49f Ignore DS_Store %!s(int64=7) %!d(string=hai) anos
LICENSE 4afd959fff Create LICENSE (#31) %!s(int64=6) %!d(string=hai) anos
Procfile b24e7c435b Refactor a bit. Adds Sidekiq, Webpacker, and Foreman. %!s(int64=7) %!d(string=hai) anos
README.md 9446a5702c Update README.md %!s(int64=6) %!d(string=hai) anos
template.rb 21855e1ed4 Few more tweaks %!s(int64=6) %!d(string=hai) anos

README.md

Rails Jumpstart

It's like Laravel Spark, for Rails. All your Rails apps should start off with a bunch of great defaults.

Getting Started

Jumpstart is a Rails template, so you pass it in as an option when creating a new app.

Creating a new app

rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb

Or if you have downloaded this repo, you can reference template.rb locally:

rails new myapp -d postgresql -m template.rb

Cleaning up

rails db:drop
spring stop
cd ..
rm -rf myapp