Re: Module Madness

2007-05-08 Thread John Sheets
On May 7, 2007, at 1:31 PM, Joshua Schairbaum wrote: I'm wanted to make a "global" module that I could include in my application for some shared code between them. I've been making several camping apps and wanted them all to share a helper/partial that contained the navigation. I think the ro

Re: Module Madness

2007-05-08 Thread Brendan Taylor
On Tue, May 08, 2007 at 12:42:55PM -0400, Joshua Schairbaum wrote: > I was wrong. A symbol didn't work, it just didn't throw an error. > >From the code below, can anyone see why I wouldn't be able to > namespace a Global::Helpers module and include it in MyApp::Helpers > and have the methods avail

Re: Module Madness

2007-05-08 Thread Joshua Schairbaum
I was wrong. A symbol didn't work, it just didn't throw an error. >From the code below, can anyone see why I wouldn't be able to namespace a Global::Helpers module and include it in MyApp::Helpers and have the methods available? This seems to be the way that Camping::BasicAuth works, are views/he