public
Rubygem
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Click here to lend your support to: thin and make a donation at www.pledgie.com !
Mack adapter now loads the Rakefile to ensure the proper Mack gem for the app is 
used.
markbates (author)
Tue Apr 22 07:37:25 -0700 2008
commit  ce6d00751644715c82044d1194a34fc61ca0823d
tree    f9bac5195ab9a402bf250f621d9b13635dbfbce4
parent  863978d258b5890cf4883eed8b1a81d549352276
...
60
61
62
 
63
64
65
...
60
61
62
63
64
65
66
0
@@ -60,6 +60,7 @@ module Rack
0
       
0
       when :mack
0
         ENV["MACK_ENV"] = options[:environment]
0
+        load(::File.join(options[:chdir], "Rakefile"))
0
         require 'mack'
0
         return Mack::Utils::Server.build_app
0
       when :file

Comments