[jifty-devel] Missing Action Creation Step in Tutorial?

Jesse Vincent jesse at bestpractical.com
Sun Dec 25 21:08:59 EST 2005




On Sun, Dec 25, 2005 at 06:04:17PM -0800, chromatic wrote:
> Following the tutorial (but perhaps unwisely adapting it for my own nefarious 
> purposes), I've created a Model and a template to create a User, but the 
> server fails when attempting to load the module GoldFarmer::Action::User.

GoldFarmer::Action::User or GoldFarmer::Action::{Create,Update}User?

Can you show me the code that's trying to create the action?

> I'm not sure whether to use scaffolding to create it or to create it myself 
> manually.  Nor am I sure what exactly goes in there (though I did read the 
> Wifty code and know what it *should* contain, there's nothing in the tutorial 
> that indicates what I should prefer).

We _should_ be autogenerating the default CRUD classes on the fly (in
Jifty::ClassLoader). For a simple app, you shouldn't actually need to
create them at all.


> 
> -- c
> _______________________________________________
> jifty-devel mailing list
> jifty-devel at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
> 

-- 


More information about the jifty-devel mailing list