README.rdoc in sinatra-gen-0.2.1 vs README.rdoc in sinatra-gen-0.2.2
- old
+ new
@@ -5,12 +5,10 @@
== DESCRIPTION:
sinatra-gen generates a common file structure and basic app files for a web app utilizing the sinatra framework.
For more information on sinatra, check out http://sinatrarb.com
-!! NOW WITH SUPPORT FOR SINATRA 0.9 (02/10/09)
-
== SYNOPSIS:
sinatra-gen has a bunch of different options (based loosley on merb-gen) to try to not lock the
user into any specific frameworks/dev practices.
@@ -22,12 +20,10 @@
sinatra-gen mysinatrapp get:/ post:/:id --vendor --init --test=shoulda --views=haml
=== Actions
-!! NEW as of 0.2.0 (12/23/08)
-
For even faster app development you specify actions to include in your app when generating.
Actions are written out as
http_method:path
@@ -54,9 +50,10 @@
-v, --version Show the sinatra-gen version number and quit.
-d, --vendor Extract the latest sinatra to vendor/sinatra
--tiny Only create the minimal files.
--init Initialize a git repository
+ --heroku Create a Heroku app (also runs 'git init'). Optionally, specify the path to the heroku bin
--cap Adds config directory with basic capistrano deploy.rb
--scripts Install the rubigen scripts (script/generate, script/destroy)
--git /path/to/git Specify a different path for 'git'
--test=test_framework Specify your testing framework (unit (default)/rspec/spec/shoulda/bacon)
--views=view_framework Specify your view framework (erb (default)/haml/builder)