Chris Oliver 1f1a6cc9f2 Merge branch 'master' of github.com:excid3/jumpstart | hace 6 años | |
---|---|---|
app | hace 6 años | |
config | hace 6 años | |
lib | hace 6 años | |
.gitignore | hace 6 años | |
LICENSE | hace 6 años | |
Procfile | hace 7 años | |
README.md | hace 6 años | |
template.rb | hace 6 años |
It's like Laravel Spark, for Rails. All your Rails apps should start off with a bunch of great defaults.
Note: Requires Rails 5.2
Jumpstart is a Rails template, so you pass it in as an option when 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
rails db:drop
spring stop
cd ..
rm -rf myapp