I get the following error. Any ideas what I can do to fix this?
C:\InstantRails\rails_apps\tracks-1.5rc1>ruby script/server -e
=> Booting Mongrel (use ‘script/server webrick’ to force WEBrick)
server: missing argument: -e
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment…
** has_many_polymorphs: rails environment detected
** has_many_polymorphs: loaded ok
SwitchEnvironmentController: missing default helper path switch_environment_help
er
UnobtrusiveJavascriptController: missing default helper path unobtrusive_javascr
ipt_helper
** has_many_polymorphs: autoload hook invoked
** has_many_polymorphs: preloading parent model Tag
** has_many_polymorphs: associating Tag.taggables
ables
** has_many_polymorphs: injecting dependencies
script/server: No such file or directory - svn info—config-dir /etc/subversion
Exiting
C:/InstantRails/rails_apps/tracks-1.5rc1/config/environment.rb:88: You have a ni
l object when you didn’t expect it! (NoMethodError)
You might have expected an instance of Array.
The error occurred while evaluating nil.[] from C:/InstantRails/ruby/lib/ru
by/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require’
from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require
.rb:27:in `require’
from C:/InstantRails/rails_apps/tracks-1.5rc1/vendor/rails/activesupport
/lib/active_support/dependencies.rb:495:in `require’
from C:/InstantRails/rails_apps/tracks-1.5rc1/vendor/rails/activesupport
/lib/active_support/dependencies.rb:342:in `new_constants_in’
from C:/InstantRails/rails_apps/tracks-1.5rc1/vendor/rails/activesupport
/lib/active_support/dependencies.rb:495:in `require’
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2-x86-mswin
32/bin/../lib/mongrel/rails.rb:147:in `rails’
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2-x86-mswin
32/bin/mongrel_rails:113:in `cloaker_’
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2-x86-mswin
32/lib/mongrel/configurator.rb:149:in `call’
... 17 levels…
from C:/InstantRails/rails_apps/tracks-1.5rc1/vendor/rails/activesupport
/lib/active_support/dependencies.rb:495:in `require’
from C:/InstantRails/rails_apps/tracks-1.5rc1/vendor/rails/railties/lib/
commands/server.rb:39
from script/server:3:in `require’
from script/server:3
C:\InstantRails\rails_apps\tracks-1.5rc1>
