Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1018 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 1018 Bytes

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