Skip to content

Commit

Permalink
Update a document of padrino-gen. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
namusyaka committed Oct 4, 2013
1 parent 228c230 commit 5032a01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions padrino-gen/README.rdoc
Expand Up @@ -38,12 +38,12 @@ You can also instruct the generator to skip a certain component to avoid using o

The available components and their default options are listed below:

test:: rspec (default), bacon, shoulda, cucumber, testspec, riot, minitest
renderer:: haml (default), erb, erubis, liquid, slim
stylesheet:: sass (default), less, compass
test:: none (default), bacon, shoulda, cucumber, testspec, riot, rspec, minitest
renderer:: slim (default), erb, erubis, liquid, haml
stylesheet:: none (default), less, compass, sass, scss
mock:: none (default), mocha, rr
script:: none (default), jquery, prototype, mootools, rightjs, extcore, dojo
orm:: none (default), datamapper, mongomapper, mongoid, activerecord, sequel, couchrest, ohm, mongomatic, ripple
orm:: none (default), datamapper, mongomapper, mongoid, activerecord, minirecord, sequel, couchrest, ohm, mongomatic, ripple

In addition, you can generate projects based on existing templates:

Expand Down

0 comments on commit 5032a01

Please sign in to comment.