Startup Template
A basic Rails app template that avoids the first few hours of having to get set up on a new project.
What's included?
- Rails 4.2 running on Ruby 2.2.0
- Sprockets with ES6 support
- Haml
- Sass
- Guard
- Foreman
- Sidekiq
- Puma
- Bower
- Set up for Heroku, including app.json with config for buildpack-multi and addons
Usage
- Check out the repo
- Rebase to remove any unnecessary or unwanted commits
- Find and replace instances of 'startup-template' and 'StartupTemplate'
- Update gems:
bundle update
- Create a new GitHub repo and push to it
- Bootstrap a new Heroku app:
./bin/rake heroku:bootstrap NAME=app-name
- ...
- Profit!