Chris Oliver c0d18ac2b8 Merge branch 'master' of github.com:excid3/spark-clone | пре 6 година | |
---|---|---|
app | пре 6 година | |
config | пре 6 година | |
lib | пре 6 година | |
.gitignore | пре 6 година | |
LICENSE | пре 6 година | |
Procfile | пре 7 година | |
README.md | пре 6 година | |
template.rb | пре 6 година |
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