[Catalyst] How to use self made Template Toolkit plugins?

2008-10-20 Thread kakimoto
hi there i am thinking of writing some template toolkit plugins for use within my *.tt2 files. I read the Template toolkit book but of course, this is catalyst so some things (ie configuration) is different 1) how do I tell my *.tt2 file that a certain template is to be found in a certain

Re: [Catalyst] How to use self made Template Toolkit plugins?

2008-10-20 Thread J. Shirley
On Mon, Oct 20, 2008 at 5:39 AM, [EMAIL PROTECTED] wrote: hi there i am thinking of writing some template toolkit plugins for use within my *.tt2 files. I read the Template toolkit book but of course, this is catalyst so some things (ie configuration) is different Not really, the hash

[Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Jason Kuri
Hi All, Some folks have mentioned recently that the Catalyst::Plugin::Authentication system while being quite flexible is somewhat difficult to understand / set up initially. I am soliciting comments regarding the issues that people have had and what changes people would like to see. Better

Re: [Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Jason Kuri
Also - before I forget - I am interested in hearing about any errors / configs that were broken, but produced confusing and/or unhelpful messaging about why they were broken. Jay On Oct 20, 2008, at 11:55 AM, Jason Kuri wrote: Hi All, Some folks have mentioned recently that the

Re: [Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Devin Austin
Hi Jay, I've noticed in the tutorial at least the commenting obscures some of the actual configuration. It's not a huge deal if you're following the tutorial completely but for instance I looked it up really quick to get an idea of the new Authentication set up and noticed that I had removed

[Catalyst] [Announce] Mojo 0.7 released (Perl on Rails in 150 lines of code)

2008-10-20 Thread Sebastian Riedel
This is a very exciting release for me, things are finally starting to get more visible. http://labs.kraih.com/blog/2008/10/mojo-07-released-perl-on-rails-in-150-lines-of-code.html Mojo might be ready to host bigger web frameworks now. :) -- Sebastian Riedel http://labs.kraih.com

[Catalyst] Making proxy requests cooperate with uri_for

2008-10-20 Thread Ashley
This might be a simple question but I've never had to do it before, Googling for it is difficult, and none of the main docs seems to have the info. I want to run myapp_server.pl script as a proxy as if it were from a dir. This is easily accomplished with ProxyPass /from_dir

Re: [Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Octavian Rasnita
From: Devin Austin [EMAIL PROTECTED] Using ::Loader tends to mess some people up. I personally have written a small helper script with the options I use to update my schema code from the DB, and it makes like a million times easier. Can you share that helper? I think it could be helpful a

Re: [Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Devin Austin
Can you share that helper? I think it could be helpful a Catalyst helper on CPAN that helps to update a database from a modified schema. If it is not on CPAN yet, can you send it to me? Thank you. Octavian Hi Octavian, I can certainly share it. Let me polish it up first so it's not so

Re: [Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Kieren Diment
On Mon, Oct 20, 2008 at 11:55:29AM -0600, Jason Kuri wrote: Hi All, Some folks have mentioned recently that the Catalyst::Plugin::Authentication system while being quite flexible is somewhat difficult to understand / set up initially. Have a look at Catalyst::Helper::AuthDBIC on CPAN