sometimes the most obvious solutions... Yeah, that was it, the config folder never got created during the initial setup. Just didn't expect that to happen. Thanks.
On Sep 15, 11:19 am, Frederick Cheung <[EMAIL PROTECTED]> wrote: > On 15 Sep 2008, at 15:34, DC wrote: > > > > > > > I have been following the instructions found in Apple's Developer > > Guide to developing ROR with Leopard found here: > >http://developer.apple.com/tools/developonrailsleopard.html > > > I've gotten to the point where I'm supposed to execute "script/ > > server" (specifically, from the XCode run menu, but I get the same > > error doing it from the console)...the result should be this: > > >http://developer.apple.com/tools/images/Organizer-4.jpg > > > But instead, I get this error, and I have no idea what it means: > > [Session started at 2008-09-15 10:31:35 -0400.] > > /Users/dnguyen/Desktop/ror/expenses/script/server:2:in `require': no > > such file to load -- /Users/dnguyen/Desktop/ror/expenses/script/../ > > config/boot (LoadError) > > from /Users/dnguyen/Desktop/ror/expenses/script/server:2 > > > The Debugger has exited with status 1.The Debugger has exited with > > status 1. > > Well it's saying it tried to load /Users/dnguyen/Desktop/ror/expenses/ > config/boot.rb > but that it couldn't find the file. Is it there ? > > Fred > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

