Skip to content

Takes some of the work out of bootstrapping a new Rails app

Notifications You must be signed in to change notification settings

avogel3/rails-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

The Rails Template by avogel3

How do I use this?

rails new APP_NAME -m https://raw.githubusercontent.com/avogel3/rails-template/master/template.rb

What does this do?

  • Set up Devise for authorization and add the devise model User
  • Set up RSpec as the test framework
  • Changes the views from erb to haml
  • Runs bundle install
  • Creates and migrates the database
  • Adds a commit for the template generator

What does this include?

Andrew Vogel

About

Takes some of the work out of bootstrapping a new Rails app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages