[jifty-devel] Model Creation Questions

Jesse Vincent jesse at bestpractical.com
Mon Dec 26 02:19:48 EST 2005




On Sun, Dec 25, 2005 at 05:31:19PM -0800, chromatic wrote:
> Hi there,
> 
> Can I create an application with a multi-level name, such as 
> Games::GoldFarmer?  Looking at Jifty::Util, it looks unlikely.

jifty app  as of Commit 393 should let you create it (starting with something like
Games-GoldFarmer as your --name)

> 
> (I'd like to do this to distribute an application on the CPAN without creating 
> a new top-level namespace.)
> 
> The tutorial suggests giving the name of the model in lowercase ("post") and 
> appears to create a model with an uppercase name.  When I try it, it matches 
> the case I use.  The attached patch fixes that.
> 
> (The right fix might be to patch the tutorial instead.)

Tutorial patched as of r395


More information about the jifty-devel mailing list