https://github.com/dfischer/rspec-haml-scaffold-generator
A Haml Scaffolding Generator for RSpec
https://github.com/dfischer/rspec-haml-scaffold-generator
Last synced: 8 months ago
JSON representation
A Haml Scaffolding Generator for RSpec
- Host: GitHub
- URL: https://github.com/dfischer/rspec-haml-scaffold-generator
- Owner: dfischer
- License: mit
- Created: 2008-03-10T22:30:02.000Z (over 18 years ago)
- Default Branch: master
- Last Pushed: 2009-05-17T20:51:08.000Z (about 17 years ago)
- Last Synced: 2024-04-14T07:44:21.381Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 208 KB
- Stars: 65
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
RSpec Haml Scaffold Generator
====
This is an uber version of the RSpec Scaffold Generator, the following things have been added:
Support for Haml instead of erb
Nested routes (nested tests/migrations)
Installation:
sudo gem install zachinglis-rspec-haml-scaffold
Examples:
./script/generate rspec_haml_scaffold post # no attributes, view will be anemic
./script/generate rspec_haml_scaffold post attribute:string attribute:boolean # this is actually broken at the moment, don't do this !!! Feel free to patch it
Credits
* Daniel Fischer - http://danielfischer.com
* Zach Inglis - http://zachinglis.com