Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
Alexander Zubkov edited this page Jul 16, 2013 · 8 revisions

Rails3 Generators

Generators for DataMapper and Shoulda.

Many generators were removed because they have their own generators now:

install

gem install rails3-generators

and add the following to your project’s Gemfile

gem 'rails3-generators'

notes

To avoid overriding the rails built-in Erb template generators this project uses the namespace Erubis for *.erb templates


config.generators do |g|
  g.template_engine  :erubis
end
Clone this wiki locally