Scott Christensen 9146494bae add name fields to devise registrations (#15) | 7 years ago | |
---|---|---|
app | 7 years ago | |
config | 7 years ago | |
.gitignore | 7 years ago | |
Procfile | 7 years ago | |
README.md | 7 years ago | |
template.rb | 7 years ago |
A clone of Laravel Spark, for Rails. All your Rails apps should start off with a bunch of great defaults.
Spark-clone is a Rails template, so you pass it in as an option when creating a new app.
rails new myapp -d postgresql -m template.rb
rails db:drop
spring stop
cd ..
rm -rf myapp