public
Description: Rubigen based generator for new sinatra projects
Homepage: http://code.quirkey.com/sinatra-gen
Clone URL: git://github.com/quirkey/sinatra-gen.git
sinatra-gen / History.txt
100644 44 lines (30 sloc) 1.297 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
== 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
 
== 0.3.0 2009-04-29
 
* No longer use deprecated Sinatra::Test - depend on Rack::Test and simple helper
* Changed defaults for test framework and views to bacon and haml respectively based on community feedback/usage.
 
== 0.2.2 2009-02-10
  
* Added --heroku option which creates a heroku app [Thanks to Michael Kohl]
 
== 0.2.1 2009-02-10
 
* Updated tests and templates for Sinatra 0.9
* Added support for test/bacon
* Fixed errors with latest rubigen where git commands were happening before file generation
* Updated rubigen dependency
 
== 0.2.0 2008-12-23
 
* 1 major enhancement
* application actions can now be specified
on the command line. See README for more info.
 
== 0.1.1 2008-12-16
 
* 1 major enhancement
* added --cap option for generating capistrano recipe
* 1 minor enhancement
* added empty config.yml on generation
 
== 0.1.0 2008-12-13
 
* 1 major enhancement:
  * Initial release
* See README.rdoc for more info