Dive into the archives.
- A Meager Attempt at CatchUp
Well, I am definitely busted back down to paper man now. But I have a real good reason. I was JFDI. I was learning to test (I’d say I am level 1 for the moment). Boy, is testing a strange enterprise for the beginning tester. Like millions before me, I did “testing” the other way [...]
- Automatic CRUD in your Controllers
The first version of the module to generate CRUDdy controllers automatically is up on my github. It’s for REST first. RPC comes next. It doesn’t use the normal syntax of calls to Catalyst::Helper (e.g., myapp_create.pl)–or, rather, it uses the normal syntax differently. When you type $ catalyst.pl myapp $ cd myapp $ script/myapp_create.pl controller API::REST [...]
- I’m In Ur Loader
So, I’ve been working on this Loader thing, trying to get it to write Moose attributes for all sorts of class data and stuff. One major problem was that Loader runs through its cycle twice, and it dumps the schema twice. The first time there’s no relationship information, because it hasn’t gotten it. The second [...]

Recent Comments