ANX 78fcac9a1f fix: readme | vor 6 Jahren | |
---|---|---|
app | vor 6 Jahren | |
config | vor 6 Jahren | |
lib | vor 6 Jahren | |
.gitignore | vor 6 Jahren | |
LICENSE | vor 6 Jahren | |
Procfile | vor 6 Jahren | |
README.md | vor 6 Jahren | |
template.rb | vor 6 Jahren |
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 http://gogs.anxgang.com/Hiskio/jumpstart/raw/master/template.rb --skip-coffee --skip-test
Or if you have downloaded this repo, you can reference template.rb locally:
rails new myapp -d postgresql -m template.rb --skip-coffee --skip-test
rails db:drop
spring stop
cd ..
rm -rf myapp