Chris Oliver 964c5f6260 Include masquerade_user. Fixes #53 | преди 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