public
Description: A Haml Scaffolding Generator for RSpec
Homepage: http://blog.citrusbyte.com/2008/3/11/what-s-that-rspec-haml-scaffolds-yes-it-is
Clone URL: git://github.com/dfischer/rspec-haml-scaffold-generator.git
Search Repo:
fixed install thingie
Daniel Fischer (author)
Tue Mar 11 19:12:38 -0700 2008
commit  4074d5769b6cd01c892346c1c31647957fc4cec2
tree    3d2f6812a72250667e52034dc77fd8f0d80f3bf2
parent  c476ff6387f07f5539b90a47a54a21e55d9fdcac
...
1
2
 
 
 
 
 
 
 
 
 
 
 
 
3
...
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
0
@@ -1 +1,12 @@
0
-test blah blah
0
\ No newline at end of file
0
+RSpec Haml Scaffold Generator
0
+====
0
+
0
+This is an uber version of the RSpec Scaffold Generator, the following things have been added:
0
+
0
+Support for Haml instead of erb
0
+Nested routes (nested tests/migrations)
0
+
0
+Examples:
0
+
0
+ ./script generate rspec_haml_scaffold post # no attributes, view will be anemic
0
+ ./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
0
\ No newline at end of file

Comments

    No one has commented yet.