Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 708 Bytes

File metadata and controls

23 lines (15 loc) · 708 Bytes

The Coder Factory - Beginner Coder

Starter App Template

This template is a basic Rails app with the following features:

  1. Ruby 2.1.0
  2. Rails 4.0.2
  3. Heroku ready - pg and rails_12factor gems
  4. Bootstrap v3.1.1 - CSS template.
  5. Fontawesome - Awesome icon toolkit.
  6. Home page with navigation bar

Also includes the following gems:

  1. Simpleform - A Rails gem that makes the code for our forms simpler.
  2. BetterErrors - A Rails gem that gives more information on the errors we see in our app
  3. Quiet Assets - Reduces the log output

Updated on 2014-02-14 by @pedrogrande for The Coder Factory