Skip to content

StemboltHQ/rails-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stembolt Rails Starter Template

This project is meant to simplify the process of starting a new Rails app by providing a sane Rails application template. It includes some of the gems and configuration we've found essential.

Generating a new Rails application using this template will add and commit to git

  • a Gemfile
  • spec and feature helper
  • home controller and route

What do I get?

Gemfile

  • rspec-rails
  • factory_girl_rails
  • capybara
  • poltergeist
  • database_cleaner

Usage

Download it, then use it with your favourite other options. These are ours

$ rails new app_name \
  -C --skip-spring \
  --skip-turbolinks --skip-test \
  -d postgresql \
  -m ../path/to/rails-starer-template/wizardry.rb

About

A template for new rails apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published