Aucune description

Scott Christensen 9146494bae add name fields to devise registrations (#15) il y a 6 ans
app 9146494bae add name fields to devise registrations (#15) il y a 6 ans
config 10cf0a4337 Add masquerading il y a 7 ans
.gitignore 806c45d49f Ignore DS_Store il y a 7 ans
Procfile b24e7c435b Refactor a bit. Adds Sidekiq, Webpacker, and Foreman. il y a 7 ans
README.md 91b46489d3 Update README.md il y a 6 ans
template.rb 4a3eaa41ed Fix merge il y a 6 ans

README.md

spark-clone

A clone of Laravel Spark, for Rails. All your Rails apps should start off with a bunch of great defaults.

Getting Started

Spark-clone is a Rails template, so you pass it in as an option when creating a new app.

Creating a new app

rails new myapp -d postgresql -m template.rb

Cleaning up

rails db:drop
spring stop
cd ..
rm -rf myapp