A minimalistic and opinionated starter template for your rails projects, based on our experience and requirements at Impraise
- Rails 4.2.0, Spring (in development), Puma, Postgres
- Sass, Bourbon, Flutie, Haml
- Rspec, Timecop, FactoryGirl, SimpleCov
- Dotenv, an example .env file, and Dotenv-ready config files (
secrets.yml
,database.yml
) - Foreman and example Procfile
- Start a new project, specifying a link to this template using the
-m
option
$ rails new coolproject -m https://raw.githubusercontent.com/impraise/spawnpoint/master/spawnpoint.rb
- Grab a cup of coffee while everything is set up
- You're good to go!
(Temporary) - A Makefile
is included with a simple shortcut to test the template
by creating a new project under build/
, simply run:
$ make
spawnpoint is developed and maintained by Impraise. Issue reports and pull requests are greatly appreciated!