Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
negonicrac edited this page Sep 13, 2010 · 8 revisions

Rails3 Generators

Generators for DataMapper, Haml, Factory-girl, Authlogic, Mongomapper, Shoulda, Formtastic and SimpleForm

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