stonean / stage

A model/view/controller generator for Rails that utilizes helpers as presenters.

stonean (author)
Tue Jun 17 18:44:29 -0700 2008
commit  4f8489530d985e4ed76b7a954695e70f10701c8c
tree    6434ea280c2923bd4d87f35d3d082661842b4c61
parent  7d2cbbe355c5265e78e7a051201d1410cd3b358d
stage / History.txt
100644 45 lines (28 sloc) 1.073 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
== 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