GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
Need to call #to_app on Rack apps.
dyoder (author)
Wed Oct 15 01:45:31 -0700 2008
commit  6666c4a2e3af432e5a5057d009dbe7682a6ac298
tree    71f4c699d637bd788dd33448658105f2ea98cab4
parent  53d40dd8e4a7cf83ff2a3a4b971bb431713d1a24
...
80
81
82
83
 
84
85
86
...
80
81
82
 
83
84
85
86
0
@@ -80,7 +80,7 @@ module Waves
0
     
0
     def start_servers
0
       @pids = ports.map do | port |
0
- config.server.run( config.application, host, port )
0
+ config.server.run( config.application.to_app, host, port )
0
       end
0
     end
0
 

Comments

    No one has commented yet.