A conf/debug.rb file is now required for even the simplest app?
Is that an intentional decision?
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load --
/Users/rmela/projects/og/conf/debug (LoadError)
from
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from
/Users/rmela/nitro/branch/script/lib/../../nitro/lib/nitro/application.rb:169:in
`read_configuration_file'
from
/Users/rmela/nitro/branch/script/lib/../../nitro/lib/nitro/application.rb:208:in
`configure'
from
/Users/rmela/nitro/branch/script/lib/../../nitro/lib/nitro/application.rb:105:in
`start'
from hello.rb:28
on 2007-11-07 00:22
on 2007-11-07 07:16
Robert Mela schreef: > A conf/debug.rb file is now required for even the simplest app? > > Is that an intentional decision? I also noticed this. Another thing I noticed is that Nitro::LibPath is no longer set correctly because nitro.rb moved up a level in the file tree. Because of this nitro --create myapp doesn't work. The patch fixes this.