Sin descripción

Chris Oliver 3b3ba820d4 Update user.rb hace 6 años
app 3b3ba820d4 Update user.rb hace 6 años
config 10cf0a4337 Add masquerading hace 7 años
.gitignore 806c45d49f Ignore DS_Store hace 7 años
Procfile b24e7c435b Refactor a bit. Adds Sidekiq, Webpacker, and Foreman. hace 7 años
README.md 91b46489d3 Update README.md hace 6 años
template.rb af60abd4ed Merge branch 'master' of github.com:excid3/spark-clone hace 6 años

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