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 !
Removed distributed config settings from mack. [#8]
markbates (author)
Wed Aug 06 11:27:27 -0700 2008
commit  b019c553d4a6275449e2bdb31c639fa81a65ecf4
tree    9262080db4a0c7752e0e24201ef48b560255d152
parent  9e295b87d0415a49eabe4fd1a210ee3b257d2336
...
52
53
54
55
56
57
58
...
79
80
81
82
83
84
85
86
87
88
...
52
53
54
 
55
56
57
...
78
79
80
 
 
 
 
81
82
83
0
@@ -52,7 +52,6 @@ module Mack
0
     DEFAULTS_TEST = {
0
       "log_level" => "error",
0
       "run_remote_tests" => true,
0
-      "mack::drb_timeout" => 0,
0
       "mack::cookie_values" => {}
0
     } unless self.const_defined?("DEFAULTS_TEST")
0
     
0
@@ -79,10 +78,6 @@ module Mack
0
           }
0
         },
0
         "mack::site_domain" => "http://localhost:3000",
0
-        "mack::use_distributed_routes" => false,
0
-        "mack::distributed_app_name" => nil,
0
-        "mack::distributed_site_domain" => "http://localhost:3000",
0
-        "mack::drb_timeout" => 1,
0
         "mack::default_respository_name" => "default",
0
         "mack::testing_framework" => "rspec",
0
         "log::detailed_requests" => true,

Comments