Release Name: 0.4.0
Notes:
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
Changes:
== 0.4.0 2009-08-13
* Unless --tiny is specified generate an app that < Sinatra::Application
* Added --vegas/--bin option for generating an executable using Vegas
* Add --middleware option. e.g --middleware rack/flash,Rack::Cache
* Fix deprecations:
* Require the view framework as that isn't explicit in sinatra anymore
* Fix config.ru deprecations
|