Re: [Catalyst] How to execute a script

2009-12-03 Thread Joel Bernstein
2009/12/3 Ha, Tuan Trung hatrungt...@gmail.com: Hi everyone, I am new to Catalyst, and I just want to execute a script from Controller in Catalyst, something like this: system(perl /path/to/my/script.pl); But when I wrote this in an action, nothing happen. You'll have to paste the exact

Re: [Catalyst] Language selection in URLs

2009-11-16 Thread Joel Bernstein
2009/11/16 Pedro Melo m...@simplicidade.org: So yes, please use content negotiation be default, but leave the door open to explicit addressing to specific representations of a resource to be used when content negotiation is not an option. Absolutely. I agree with this entirely. But these are

Re: [Catalyst] accessing Webservices?

2009-09-14 Thread Joel Bernstein
2009/9/14 Jens Schwarz blacky6...@gmx.de: Hi, I want to get/write some of my application data not from/to my app's MySQL DB, but from/to a webservice. Are there any reccomendations on how to access SAP webservices with Catalyst applications? I recently succeeded accessing them with a

Re: [Catalyst] FastMmap.pm error while writing sessions file to shared file system

2009-08-05 Thread Joel Bernstein
On 5 Aug 2009, at 13:55, gutta wrote: Robert Mah wrote: Have you looked at memcached? Given that you have to share sessions across machines, it may suite your needs and will be lots faster than a db. Thanks for your suggestion. I have implemented session storage in db already. I will update

Re: [Catalyst] RFC: Makefile warning in catalyst apps

2009-07-30 Thread Joel Bernstein
On 28 Jul 2009, at 09:27, Devin Austin wrote: okay, I got this right this time. What are everyone's thoughts on including a warning and forced confirmation when a user goes to make install an application, be it downloaded from cpan or elsewhere? Something like, you are running make

Re: [Catalyst] how to implement Transactions (over different db tables) in a Catalyst project

2009-07-06 Thread Joel Bernstein
On 6 Jul 2009, at 12:38, kakim...@tpg.com.au wrote: So, in the case of an exception, an automatic rollback will take place. I have tested this in my application and it seems that way. Did you look what the code does?

Re: [Catalyst] Howto Catalyst::Plugin::Captcha ?

2009-05-08 Thread Joel Bernstein
On 8 May 2009, at 14:33, t...@dix.cz wrote: Hello catalysters, I'm trying to use Catalyst::Plugin::Captcha (v 0.03). Code is writen according the man page. Calling in controller $c-create_captcha(); imediatelly displays the image. How can be the image passed to TT view? In your

Re: [Catalyst] Slow fastcgi

2009-05-04 Thread Joel Bernstein
On 4 May 2009, at 09:19, Octavian Rasnita wrote: I have started using fastcgi with a Catalyst app, using it as an external server, but I've seen that it works very slow and many requests give a timeout error and display a 500 error because of this. [snip] Here is the configuration for the

Re: [Catalyst] fastcgi error

2009-05-01 Thread Joel Bernstein
On 1 May 2009, at 12:45, gutta wrote: I have given the following in my apache config file apache2.conf FastCgiExternalServer /tmp/bizmo.fcgi -socket /var/www/thebizmo/tmp/bizmo.socket So you told it that the URI http://yourserver/tmp/bizmo.fcgi should be served by proxying the request to

Re: [Catalyst] Final RFC for Press Release!

2009-04-28 Thread Joel Bernstein
On 28 Apr 2009, at 14:32, Ben Vinnerd wrote: John Napiorkowski wrote: There's a new edit of the Catalyst press release, which was graciously donated by a copy edit expert mst found for us. mst++ Please take a look:

Re: [Catalyst] Final RFC for Press Release!

2009-04-28 Thread Joel Bernstein
On 28 Apr 2009, at 14:48, Ben Vinnerd wrote: Joel Bernstein wrote: On 28 Apr 2009, at 14:32, Ben Vinnerd wrote: John Napiorkowski wrote: There's a new edit of the Catalyst press release, which was graciously donated by a copy edit expert mst found for us. mst++ Please take a look

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread Joel Bernstein
2009/2/25 Bill Moseley mose...@hank.org: On Wed, Feb 25, 2009 at 08:01:55AM -0800, J. Shirley wrote: As other people mentioned, you likely have a memory leak or some other problem.  I have a much larger application than yours, and my memory usage doesn't grow. Please don't spread FUD saying

Re: [Catalyst] now() in insert

2009-02-06 Thread Joel Bernstein
2009/2/6 J. Shirley jshir...@gmail.com: On Fri, Feb 6, 2009 at 9:04 AM, Devin Austin devin.aus...@gmail.com wrote: DateTime has ::Formatter classes, I *know* there's a *ahem* MySQL formatter (DateTime::Format::MySQL i believe), and probably a Pg formatter. And I just found this out the other

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-05 Thread Joel Bernstein
2009/2/5 J. Shirley jshir...@gmail.com: On Thu, Feb 5, 2009 at 8:09 AM, Anton Katsarov t...@katsarov.org wrote: В 13:20 -0800 на 04.02.2009 (ср), J. Shirley написа: It's hideously slow. It took 16 seconds to load, and most of that was the first byte. I do agree. But that is because of the

Re: [Catalyst] Plugin::Authentication vs Authentiaction

2008-11-10 Thread Joel Bernstein
2008/11/10 Alex Povolotsky [EMAIL PROTECTED]: Hello! Trying to use Catalyst::Authentication::Credential::Authen::Simple (::RADIUS, but it does not matter), I've found that I've got two Authentication directories, one is under Plugin. What's worse, Catalyst does not load

Re: [Catalyst] Plugin::Authentication vs Authentiaction

2008-11-10 Thread Joel Bernstein
2008/11/10 Alex Povolotsky [EMAIL PROTECTED]: Joel Bernstein wrote: The fine manual states: If your plugin starts with a name other than Catalyst::Plugin::, you can fully qualify the name by using a unary plus. So you'd do: use Catalyst qw/ Foo # loads C::Plugin::Foo +Catalyst

Re: [Catalyst] Plugin::Authentication vs Authentiaction

2008-11-10 Thread Joel Bernstein
2008/11/10 Joel Bernstein [EMAIL PROTECTED]: 2008/11/10 Alex Povolotsky [EMAIL PROTECTED]: Joel Bernstein wrote: The fine manual states: If your plugin starts with a name other than Catalyst::Plugin::, you can fully qualify the name by using a unary plus. So you'd do: use Catalyst qw

Re: [Catalyst] Jobs and Freelance

2007-11-13 Thread Joel Bernstein
On Tue, Nov 13, 2007 at 03:33:01PM -0600, Jonathan Rockway wrote: On Tue, 2007-11-13 at 13:25 -0800, Mesdaq, Ali wrote: Where is the proper place to post Job postings and/or Freelance stuff? jobs.perl.org Would anybody object to Catalyst jobs also being posted to the list, perhaps marked

Re: [Catalyst] Jobs and Freelance

2007-11-13 Thread Joel Bernstein
On Tue, Nov 13, 2007 at 01:58:15PM -0800, Ashley Pond V wrote: I would. Better to keep it partitioned where it belongs. Less cross-talk and wasted threads about what should and shouldn't have been posted. Every Perl hacker who is looking for work should already be checking jobs.perl.org (I've