Chris Oliver a3c9d9c3eb Remove Devise trackable | 6 jaren geleden | |
---|---|---|
app | 6 jaren geleden | |
config | 6 jaren geleden | |
lib | 6 jaren geleden | |
.gitignore | 6 jaren geleden | |
LICENSE | 6 jaren geleden | |
Procfile | 7 jaren geleden | |
README.md | 6 jaren geleden | |
template.rb | 6 jaren geleden |
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.
You'll need the following installed to run the template successfully:
gem install bundler
gem install rails
brew install yarn
or Install Yarnrails 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