I am trying to create a new Rails app, but I am getting the following error:
D:\>rails new blog
D:/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require':
cannot load such file -- D:/config/boot (LoadError)
from D:/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:5
5:in `require' from script/rails:5:in `<main>'
If I change the directory to the C drive, I am able to create it.