Conf rb file required with new Nitro?

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:inrequire’
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:inconfigure’
from
/Users/rmela/nitro/branch/script/lib/…/…/nitro/lib/nitro/application.rb:105:in
`start’
from hello.rb:28

Robert M. 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.

I look at both of these. Thanks.