私はRoRアプリケーションを初めてローカルで実行しようとしています。私は、サーバーを開始していると私は(WEBrickに開始後)、次のエラーを取得:Ruby on Rails: "no such file or directory" with logger.rb
C:/Ruby/lib/ruby/1.9.1/logger.rb:599:in `initialize': No such file or directory - /dev/null (Errno::ENOENT)
私はすくいデシベルを実行しよう:移行と私は同じエラーを取得:
** Execute environment
rake aborted!
No such file or directory - /dev/null
C:/Ruby/lib/ruby/1.9.1/logger.rb:599:in `initialize'
C:/Ruby/lib/ruby/1.9.1/logger.rb:599:in `open'
C:/Ruby/lib/ruby/1.9.1/logger.rb:599:in `create_logfile'
C:/Ruby/lib/ruby/1.9.1/logger.rb:594:in `open_logfile'
C:/Ruby/lib/ruby/1.9.1/logger.rb:549:in `initialize'
C:/Ruby/lib/ruby/1.9.1/logger.rb:314:in `new'
C:/Ruby/lib/ruby/1.9.1/logger.rb:314:in `initialize'
C:/Ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.0/lib/active_support/core_ext/logger.rb:72:in `initialize'
を
を私はWindowsマシン上で実行してください。誰がここで何が起こっているか考えているのですか?> ruby -v
ruby 1.9.3p0 (2011-10-30) [i386-mingw32]
> rails -v
Rails 3.2.0
ルビーをどのようにインストールしましたか? – alf
rubyinstaller.orgのexeでインストールしました – JakeP