Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-12 Thread Daniel McBrearty
you could probably google for google and it would be on about page 2 ... On 5/11/07, Michael Reece [EMAIL PROTECTED] wrote: now the next time this happens, googling for cpantools.org will find this thread and all will be clear! ___ List:

[Catalyst] AJAX with catalyst

2007-05-12 Thread Dmitri Pissarenko
Hello! I'm learning catalyst and have written a simple application, which lets user display, edit, add data to/from database. Now I want to make it more user-friendly by using some elements known from desktop apps: 1) Popup windows 2) Context menus 3) Panels, which I can drag from one place to

[Catalyst] Howto use ConfigLoader?

2007-05-12 Thread Johannes Rumpf
Hey Geeks, i'm starting actually with catalyst and try to use the ConfigLoader. Actually i'm to dump to get something loaded or accessed. Maybe someone arround can give me a helping hand. Thats what i've done: package myapp; use Catalyst qw/-Debug ConfigLoader /; and put in the base-dir

[Catalyst] run automatedly

2007-05-12 Thread Will Smith
Hi, Is there any way that we can call a function in a controller automatically? Just like running a cron job on an exe file? Please give me some guide. or any modules that could handle that. Thanks - Boardwalk for $500? In 2007? Ha! Play Monopoly Here

Re: [Catalyst] run automatedly

2007-05-12 Thread Andy Grundman
On May 12, 2007, at 10:44 AM, Will Smith wrote: Hi, Is there any way that we can call a function in a controller automatically? Just like running a cron job on an exe file? Please give me some guide. or any modules that could handle that. Look at C::P::Scheduler or C::E::JobQueue::POE,

Re: [Catalyst] Howto use ConfigLoader?

2007-05-12 Thread Jeff Chimene
Johannes Rumpf wrote: Hey Geeks, i'm starting actually with catalyst and try to use the ConfigLoader. Actually i'm to dump to get something loaded or accessed. Maybe someone arround can give me a helping hand. Thats what i've done: package myapp; use Catalyst qw/-Debug ConfigLoader /;

Re: [Catalyst] Howto use ConfigLoader?

2007-05-12 Thread Eden Cardim
On 5/12/07, Johannes Rumpf [EMAIL PROTECTED] wrote: snip Howto find out if my Config is loaded? Because $c-config-{my_test} result in empty value? Any advice? Make sure to put a trailing \n in the file. -- Eden Cardim Instituto Baiano de Biotecnologia NĂșcleo de Biologia Computacional e

[Catalyst] User account registration login

2007-05-12 Thread Tom Printy
Hello, I was wondering if there is a user registration/account creation/login module for catalyst. While I understand that all login systems are different I was hoping that there was one that I could extend to meet my needs instead of rolling my own from scratch. Furthermore is there a directory

Re: [Catalyst] run automatedly

2007-05-12 Thread Matt S Trout
On Sat, May 12, 2007 at 07:44:56AM -0700, Will Smith wrote: Hi, Is there any way that we can call a function in a controller automatically? Just like running a cron job on an exe file? Please give me some guide. or any modules that could handle that. If you need to call it from externally,

Re: [Catalyst] Howto use ConfigLoader?

2007-05-12 Thread John Romkey
Since you've got debug enabled, check your output for a line that looks like: [debug] Loaded Config .../myapp.yml If you don't see it then the problem is that C:P:ConfigLoader isn't finding your file. When you build your Catalyst project, catalyst.pl will leave a .yml file in the root of

[Catalyst] Mason view hackers (and other views), PING

2007-05-12 Thread Matt S Trout
I've had several people contact me with possible patches for C::V::Mason (and for others), but my response of I don't know Mason well enough, please can you post to the list for info has been ignored every single time. Please can you guys all reply here and get your patches merged together and

Re: [Catalyst] Howto use ConfigLoader?

2007-05-12 Thread Johannes Rumpf
Hi all, thanks for the answers. John Romkey: Since you've got debug enabled, check your output for a line that looks like: [debug] Loaded Config .../myapp.yml I don't see this debug message. So, what to do next? If you don't see it then the problem is that C:P:ConfigLoader isn't

Re: [Catalyst] Mason view hackers (and other views), PING

2007-05-12 Thread Dave Rolsky
On Sat, 12 May 2007, Matt S Trout wrote: Please can you guys all reply here and get your patches merged together and figure out who's going to take over the CPAN maint bit? (the original author is happy to hand it on). I'll get everybody who needs them repo perms, but you guys NEED TO TALK TO

Re: [Catalyst] Mason view hackers (and other views), PING

2007-05-12 Thread Matt S Trout
On Sat, May 12, 2007 at 01:33:04PM -0500, Dave Rolsky wrote: On Sat, 12 May 2007, Matt S Trout wrote: Please can you guys all reply here and get your patches merged together and figure out who's going to take over the CPAN maint bit? (the original author is happy to hand it on). I'll get

Re: [Catalyst] Mason view hackers (and other views), PING

2007-05-12 Thread Dave Rolsky
On Sat, 12 May 2007, Matt S Trout wrote: Something I'd be delighted if you'd have a think about: how to make Mason use intelligent search paths for Chained actions - the autohandler/dhandler etc. system is beautiful but it'll need a smart mapping from the cat actions onto the mason paths to

Re: [Catalyst] AJAX with catalyst

2007-05-12 Thread Jonathan Rockway
On Saturday 12 May 2007 06:36:05 am Dmitri Pissarenko wrote: Hello! I'm learning catalyst and have written a simple application, which lets user display, edit, add data to/from database. Now I want to make it more user-friendly by using some elements known from desktop apps: 1) Popup

Re: [Catalyst] Howto use ConfigLoader?

2007-05-12 Thread Jonathan Rockway
On Saturday 12 May 2007 11:09:26 am John Romkey wrote: You'll see that message even if there's an error in the config file. YAML is very sensitive about whitespace. Try running the file through ysh, the YAML shell, to check for errors. This is a waste of time. I recommend adding a test to

Re: [Catalyst] AJAX with catalyst

2007-05-12 Thread Dmitri Pissarenko
Thanks! ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] Mason view hackers (and other views), PING

2007-05-12 Thread Dave Rolsky
On Sat, 12 May 2007, Matt S Trout wrote: In my opinion, the dhandler portion of Mason is entirely superfluous when using Catalyst. Catalyst already provides many dispatch options to do similar things, including default() methods in your controller, which act more or less exactly like dhandlers.

Re: [Catalyst] Mason view hackers (and other views), PING

2007-05-12 Thread mreece
On Sat, 12 May 2007, Matt S Trout wrote: [...] call for the view. The default for this in the Mason view seems to be the same as that in the TT2 view, which is to use $c-req-match. That seems reasonable to me. That's one of the things that needs to change, the standard for views is now

Re: [Catalyst] User account registration login

2007-05-12 Thread J. Shirley
On 5/12/07, Tom Printy [EMAIL PROTECTED] wrote: Hello, I was wondering if there is a user registration/account creation/login module for catalyst. While I understand that all login systems are different I was hoping that there was one that I could extend to meet my needs instead of rolling my

Re: [Catalyst] Howto use ConfigLoader?

2007-05-12 Thread Johannes Rumpf
Ok, thats it. With this script i was able to test the YML and it was indeed invalid. After validating everything works like a charm. Thanks :-) Johannes Jonathan Rockway schrieb: On Saturday 12 May 2007 11:09:26 am John Romkey wrote: You'll see that message even if there's an error in the

Re: [Catalyst] Mason view hackers (and other views), PING

2007-05-12 Thread Matt S Trout
On Sat, May 12, 2007 at 03:51:00PM -0700, [EMAIL PROTECTED] wrote: On Sat, 12 May 2007, Matt S Trout wrote: [...] call for the view. The default for this in the Mason view seems to be the same as that in the TT2 view, which is to use $c-req-match. That seems reasonable to me.