Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drnic/personal-rails-generators
- Owner: drnic
- Created: 2009-04-10T20:59:37.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-25T23:26:47.000Z (almost 15 years ago)
- Last Synced: 2023-04-10T17:09:53.694Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 174 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)