Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
kwe committed May 26, 2008
1 parent 04081ac commit 2fa8fa6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Basically the standard Rails generator hacked with some small stuff from rspec-haml-scaffold-generator, minus Rspec and some tables.

To use..

Make a ~/.rails/generators folder and git clone it there.

Usage..

rails newapp
haml --rails newapp
cd newapp
./script/generate kwe_scaffold Post title:string body:text

0 comments on commit 2fa8fa6

Please sign in to comment.