[jifty-devel] Some initial case issues

seph seph at directionless.org
Tue Dec 27 16:42:39 EST 2005


I just started playing with jifty and I ran into some issues:

My first experiment was called "test-app" I created it with:

  jifty app --name test-app
  cd test-app
  jifty model --name post

then I noticed that I have both lib/test-app and lib/Test-app. I
expect I should only have one. 


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.

seph


More information about the jifty-devel mailing list