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
bug in cluster task
automatthew (author)
Wed Jul 09 09:29:39 -0700 2008
commit  0ba7cedc7a5ccd2bbe3603dd29ae79839a8cc517
tree    5725f0aca19e80c55824030a871510dc0cb008d6
parent  9212c67a0e30aa5bb0efc7fba7405af2c44bbcd7
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ namespace :cluster do
0
 
0
   desc 'Start a cluster of waves applications.'
0
   task :start do |task|
0
- using_waves_src = defined?(WAVES) || ENV['WAVES'] || File.exist( File.dirname(__FILE__) / :waves )
0
+ using_waves_src = defined?(WAVES) || ENV['WAVES'] || File.exist?( File.dirname(__FILE__) / :waves )
0
     script = using_waves_src ? :bin / 'waves-server' : 'waves-server'
0
     ( Waves::Console.config.ports || [ Waves::Console.config.port ] ).each do |port|
0
       cmd = "#{script} -p #{port} -c #{ENV['mode']||'development'} -d"

Comments

    No one has commented yet.