mattfreer / rails-app-generator

Template for creating new Ruby on Rails 3 applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Opinionated Rails Template

This template provides some opinionated defaults for new Ruby on Rails 3 applications. It is inspired by madebydna/rails-templater.

##Usage Firstly clone this repo to your local machine:

git clone git@github.com:mattfreer/rails-app-generator.git app_generator

Then when creating you new Rails application point it to the template using the -m switch

rails new blog -d postgresql -m ./app_generator/template.rb

About

Template for creating new Ruby on Rails 3 applications


Languages

Language:Ruby 100.0%