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 !
Added option to disable logging of Mack Framework logging messages [#74 
state:resolved]
markbates (author)
Tue Aug 05 04:33:23 -0700 2008
commit  939b76d6a186ceecd1644c8ca3da63466433f8cd
tree    5e188d09784b584aba69388b629e2fc09d041472
parent  cb95fa68790197a323814d0a0dc7dcb6b4b38237
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+* [#74] Added optional feature to disable initialization logging.
0
 * [#73] Tests no longer use the functional/unit directories
0
 * [#69] Added ViewHelperGenerator and ControllerHelperGenerator
0
 * [#25] Added ControllerGenerator

Comments