[jifty-devel] Some initial case issues

Alex Vandiver alexmv at bestpractical.com
Tue Dec 27 17:32:18 EST 2005


On Tue, 2005-12-27 at 16:42 -0500, seph wrote:
> So I started over, with a proper camelcase name:
> 
>   jifty app --name TestApp
>   cd TestApp
>   jifty model --name post
> 
> The tutorial says I should have lib/MyWeblog/Model/Post.pm, instead I
> have lib/TestApp/Model/post.pm I suspect this a minor thing in the
> tutorial, but I figured I'd report it.

Yup, thanks for the report.  The lower-case 'post' argument to 'jifty
model' was a typo.  It should have been 'jifty model --name Post'.  This
has already been fixed in svn.
 - Alex


More information about the jifty-devel mailing list