Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/personal-rails-generators

A set of rails generators to be cloned into ~/.rails/generators
https://github.com/drnic/personal-rails-generators

Last synced: 2 months ago
JSON representation

A set of rails generators to be cloned into ~/.rails/generators

Awesome Lists containing this project

README

        

A set of general purpose, user-specific generators for Rails projects.

You are most like going to want to fork this repository, modify or add generators that are specific to you.

## Installation

cd ~
mkdir -p .rails
cd ~/.rails
git clone git://github.com/drnic/personal-rails-generators.git generators

## Creating generators

Watch the [RailsCast on Generators](http://railscasts.com/episodes/58-how-to-make-a-generator). The app_layout generator originates from this screencast.

## Author

Dr Nic Williams, [http://drnicwilliams.com](http://drnicwilliams.com) and [http://mocra.com](http://mocra.com)