Skip to content

kfaustino/rails-templater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

341010e · Mar 14, 2012
Jan 24, 2011
Mar 14, 2012
Jan 31, 2011
Feb 10, 2011
Jan 24, 2011
Mar 14, 2012
Jan 14, 2011
Jan 13, 2011
Mar 14, 2012
Jan 24, 2011
Mar 14, 2012
Feb 29, 2012

Repository files navigation

Rails Templater

Rails Templater is a gem which generates new Ruby on Rails 3 applications the way you want them. Based on your choices, Rails Templater will create an application configured correctly. For example, if you select Mongoid for an ODM and RSpec for your testing framework, Rails Templater will generate all necessary hooks to handle dropping your collections from MongoDB. The project was inspired by ffmike’s BigOldRailsTemplate Rails 2 template project.

Install

gem install rails_templater

Usage

At the command prompt, create a new Rails application using the templater command:

templater myapp_name

Generated Application

Rails Templater provides you with the following choices during application generation:

Database

  • Mongoid as your Object Document Mapper for MongoDB
  • ActiveRecord as your Object Relational Mapper for Relational Databases

Testing

Matchers (optional)

Fixture Replacement

Integration Testing (optional)

Code Coverage

  • RCov (optional, only for Ruby 1.8)
  • CoverMe (optional, only for Ruby 1.9)

JavaScript

Template Engine

Sass Extensions (optional)

  • Compass as your stylesheet authoring framework

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix in a branch.
  • Send me a pull request.