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 !
Refactor Mack::Runner to make it easier to extend [#44 state:resolved]
Create a Registry base class [#43 state:resolved]
markbates (author)
Mon Jul 21 11:51:15 -0700 2008
commit  5ff100f31ef4ff540407b25e8546c0ad14afe7e3
tree    05b4d5a1a5dc31d6d618d1f9727a54b028971cf9
parent  cf79466670e3b3710cd702d3d978a2aca32e4e35
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+* Added a Mack::Utils::Registry class to allow for easy creation of registries. [#43]
0
+* Mack::Runner has now been extended to allow for greater extension flexibility.[#44]
0
 * Sessions can now be turned off globally using the app_config.mack.use_sessions switch. [#42]
0
 * gem: application_configuration 1.5.1
0
 

Comments