Sha256: 7401a58d183d7cc81a30d5567a6cdd8b0a8b8b6e026fd459a093e63818e5a586

Contents?: true

Size: 490 Bytes

Versions: 3

Compression:

Stored size: 490 Bytes

Contents

DataMapper + RSpec + Haml + FactoryGirl Scaffold Generator
====

This is an super - uber version of the RSpec Scaffold Generator, the following things have been added:

DataMapper
Support for Haml instead of erb
Nested routes (nested tests/migrations)


Also assumes you're using factory girl and factory girl extensions.

Examples:

  ./script/generate dm_haml_scaffold post # no attributes, view will be anemic
  ./script/generate dm_haml_scaffold post attribute:string attribute:boolean

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dm-haml-scaffold-generator-0.0.4 generators/dm_haml_scaffold/templates/INSTALL
dm-haml-scaffold-generator-0.0.3 generators/dm_haml_scaffold/templates/INSTALL
dm-haml-scaffold-generator-0.0.2 generators/dm_haml_scaffold/templates/INSTALL