Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 545 Bytes

Rails 4 Application Template

A Rails 4 application template with initial preferences and configurations.

Description

This repository is suggested to be used as the initial template for a new Rails 4 application.

This repository contains the following initial commits:

  • Create new Rails 4 application.
  • Update Gemfile with necessary Gems and upgrade/specify Ruby.
  • Convert necessary file extensions and use appropriate syntax.
  • Updates to fix sprockets error.
  • Add meta tags.