public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
Update Ebb adapter to work with latest Ebb 0.1.0 [Ry Dahl]
ezmobius (author)
Sat Mar 22 15:52:45 -0700 2008
commit  8cd7aae5b2d8385eeff04b99bb40b29bb87cdb65
tree    99c1b260e4662e1cc0efb9284b00b84ccd302874
parent  170b54198484c0422c922544b56096d422c3a043
...
11
12
13
14
15
 
 
16
17
18
19
 
20
21
22
...
11
12
13
 
 
14
15
16
17
 
 
18
19
20
21
0
@@ -11,12 +11,11 @@ module Merb
0
       #
0
       # ==== Options (opts)
0
       # :host<String>:: The hostname that Thin should serve.
0
- # :port<Fixnum>:: The port Thin should bind to.
0
- # :app<String>>:: The application name.
0
+ # :port<Fixnum>:: The port Ebb should bind to.
0
+ # :app:: The application
0
       def self.start(opts={})
0
         Merb.logger.warn!("Using Ebb adapter")
0
- server = ::Ebb::Server.new(opts[:app], opts)
0
- server.start
0
+ ::Ebb.start_server(opts[:app], opts)
0
       end
0
     end
0
   end

Comments

    No one has commented yet.