Skip to content

boost/rails-application-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Boost Rails Application Template

Setup

To set up a new project:

rails new project_name -m path/to/template.rb
# OR
rails new project_name -m https://raw.githubusercontent.com/boost/rails-application-template/master/template.rb

To apply to an existing project:

bin/rails app:template LOCATION=path/to/template.rb

Features

This template does the following:

  • Install GEMS WE LOVE
  • Basic Travis configuration
  • Configure the Rubocop
  • Remove Turbolinks and CoffeeScript from Gemfile, and from views
  • Convert ERB to HAML
  • Configure Rspec
    • Configure Factory Bot
    • Configure Capybara
    • Configure Capybara screenshot
    • Configure Site Prism
    • Configure VCR
  • Install and configure Foundation

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages