Re: [Catalyst] "Catalyst::Plugin::Authentication uses NEXT, which is deprecated."

2010-05-16 Thread Jay Kuri
Hi Paul, It's actually pretty easy. Define a many_to_many relationship in your user to your role data. Then use that instead of your 'has_many' in your Auth config. That's really it. Jay On May 11, 2010, at 2:11 PM, Paul Makepeace wrote: > On Sun, May 9, 2010 at 18:25, Paul Makepeace wr

Re: [Catalyst] Building complex layouts

2009-12-30 Thread Jay Kuri
We created Subinclude for exactly this purpose: http://search.cpan.org/dist/Catalyst-View-Component-SubInclude/lib/Catalyst/View/Component/SubInclude.pm Include another bit of output from a Catalyst app via a number of methods, including ESI and SubRequests. Makes including those pieces parti

Re: [Catalyst] anyone used Varnish yet?

2009-06-24 Thread Jay Kuri
Hi! I've used varnish a lot. (I also wrote the advent article) and the followup: http://www.catalystframework.org/calendar/2008/17 It is very nice, much better than the alternatives (squid, etc.) It takes a little getting used to, but it gives you incredible control over how you handle request

Re: [Catalyst] RFC: New to Catalyst questions

2009-02-16 Thread Jay Kuri
Right... As I've said before, I'm not interested in the super-newbie area. I don't want to teach perl. Teaching better perl practices, sure. Teaching what a sigil is and what they mean in perl... not so much. Overall, I'm interested in helping those who are new to the Catalyst platform but are

[Catalyst] RFC: New to Catalyst questions

2009-02-16 Thread Jay Kuri
Hello, So all this 'too many choices' talk has got me thinking. I'd like to put together some more web-available information for those transitioning to catalyst from other methods. To that end I'm soliciting your thoughts on things that you found particularly hard to get a grip on when you star

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-16 Thread Jay Kuri
Hey all, Cosimo: Cool. I wanted to add that Denny de la Haye has put up perlisalive.com. He is looking for some success stories to cover. It'd be great if anyone who has some success stories / perl liveliness to share could submit them there. Jay On Feb 16, 2009, at 2:32 AM, Cosimo

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-15 Thread Jay Kuri
I think a lot of folks make good points. I am not arguing that we do not promote things. I am arguing that A) it's not as bad as it first seems. -- and -- B) before we can promote Catalyst / Perl, we have to know where we want to position ourselves. I think it's a mistake to try to compete

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-14 Thread Jay Kuri
I've been watching this discussion and I have ranted my less than constructive ravings in #catalyst. My more constructive ravings are below... First: Perl jobs are not decreasing. While there is not a ton of 'Buzz' around perl anymore... If you look at actual jobs stats: http://tiny.cc/k

Re: [Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Jay Kuri
I'd also be willing to include it in the DBIx::Class store dist if it's generic enough to work on anyone's db. Jay On Oct 20, 2008, at 1:41 PM, "Octavian Rasnita" <[EMAIL PROTECTED]> wrote: From: "Devin Austin" <[EMAIL PROTECTED]> Using ::Loader tends to mess some people up. I personally ha

Re: [Catalyst] mix authentication stores

2008-09-30 Thread jay kuri
Hello Stephan, The short answer is yes, it is possible. But you will need to do some work to make it happen. The long answer is Yee. Basically, Catalyst authentication is split into two pieces Credentials and Stores. A Store finds / holds the users. A credential is responsible for