Forum: Nitro conf rb file required with new Nitro?

Posted by Robert Mela (Guest)
on 2007-11-07 00:22
Attachment: rob.vcf (117 Bytes)
(Received via mailing list)
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
Posted by Arne Brasseur (Guest)
on 2007-11-07 07:16
(Received via mailing list)
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.
Posted by Trans (Guest)
on 2007-11-07 08:14
(Received via mailing list)
I look at both of these. Thanks.
This topic is locked and can not be replied to.