ANX 5f485e64fa fix: readme | 6 gadi atpakaļ | |
---|---|---|
app | 6 gadi atpakaļ | |
config | 6 gadi atpakaļ | |
lib | 6 gadi atpakaļ | |
.gitignore | 6 gadi atpakaļ | |
LICENSE | 6 gadi atpakaļ | |
Procfile | 6 gadi atpakaļ | |
README.md | 6 gadi atpakaļ | |
template.rb | 6 gadi atpakaļ |
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
$ rake webpacker:install:stimulus