public
Description: A model/view/controller generator for Rails that utilizes helpers as presenters.
Homepage: http://stonean.com/wiki/stage
Clone URL: git://github.com/stonean/stage.git
stonean (author)
Tue Jun 24 06:37:28 -0700 2008
commit  1360ed42ec488bad7393edce7a3e8efad7b3ddb7
tree    adfe3340948534de61d38f39f5de9b8d82e47367
parent  4f8489530d985e4ed76b7a954695e70f10701c8c
stage / History.txt
100644 58 lines (30 sloc) 1.155 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
== 0.5.0 2008-06-24
 
  *Modified: usage of text_field_tag to text_field
 
== 0.4.4 2008-06-17
 
  *Fixed: model_name was not correct with name contained underscore, missed this in the controller
 
== 0.4.3 2008-06-17
 
  *Fixed: model_name was not correct with name contained underscore
 
== 0.4.2 2008-06-04
 
  *Fixed: action_name is no longer an instance variable in 2.1
 
== 0.4.1 2008-05-26
 
  *Fixed: Namespacing bugs with model
 
== 0.4.0 2008-05-25
 
  *Fixed: Support for namespacing in Rails.
 
== 0.3.2 2008-04-27
 
  * Merb: Added route to config/router.rb when generating resource
 
== 0.3.1 2008-04-26
 
  * Removed unnecessary local paramater usage in show.
 
== 0.3.0 2008-04-26
 
  * Rails support now added. Yeah!
 
== 0.2.0 2008-04-20
 
  * Seems to have been an error with the last deploy
 
== 0.1.10 2008-04-20
 
  * Fix to controller to use delete instead of destroy.
  * Fix to index.erb.html to use delete terminology
 
== 0.1.9 2008-04-20
 
  * Fix to generated form partial. Edit functionality was broken.
 
== 0.1.8 2008-04-20
 
  * Several bug fixes while learning the Merb helpers.
 
== 0.0.1 2008-04-17
 
* 1 major enhancement:
  * Initial release