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 !
Updated CHANGELOG [#82, #80, #79, #10]
markbates (author)
Fri Aug 08 10:32:13 -0700 2008
commit  c9ff2bb597018796f83858b7fe6e0f166e285db9
tree    39f93c9246bf06b3304285a36f82cdbe89352645
parent  5483aaa8bb12640e457bb65044662b2814817db4
...
 
1
 
 
2
3
4
5
6
7
 
8
9
10
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
0
@@ -1,10 +1,14 @@
0
+* [#82] Added ACL support to mack-distributed
0
 * [#81] Fixed sessions working with redirects in testing
0
+* [#80] Distributed objects present both the DRb::DRbObject inspect and the original object's inspect when asked.
0
+* [#79] Renamed app_config.mack.use_distributed_routes to app_config.mack.share_routes
0
 * [#76] Move mack_ring_server to mack-distributed
0
 * [#75] Left over mack-distributed rake tasks
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
0
+* [#10] Added distributed objects to mack-distributed.
0
 * [#8]  Move distributed code from mack-core to mack-more
0
 * [#5] Added tell messaging
0
 * gem: genosaurus 1.2.2

Comments