public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Feature: Generators for view helpers and controller helpers [#69 state:resolved]
markbates (author)
Mon Aug 04 13:08:39 -0700 2008
commit  8eaee77c5d6265d6849378131e3674f7dc105064
tree    4bf8af93d6259121b466ad5c795b2864686e2376
parent  00f875d47265a55021989d2a2ca0e36485fcde6b
...
1
 
2
3
4
...
1
2
3
4
5
0
@@ -1,4 +1,5 @@
0
 * [#73] Tests no longer use the functional/unit directories
0
+* [#69] Added ViewHelperGenerator and ControllerHelperGenerator
0
 
0
 ===0.6.1.1
0
 * [#72] Fixed serial data type in DataMapper doesn't work with SQLite3
...
22
23
24
 
 
25
26
27
...
22
23
24
25
26
27
28
29
0
@@ -22,6 +22,8 @@ MackApplicationGenerator
0
   rake generate:mack_application
0
 PluginGenerator
0
   rake generate:plugin
0
+ViewHelperGenerator
0
+  rake generate:view_helper
0
 
0
 
0
             LIST

Comments