Re: [Catalyst] Notes on installing lighttpd and FastCGI for Catalyst

2009-06-05 Thread kakimoto
hi guys, I'm facing some problems with http://dev.catalyst.perl.org/wiki/deployment/lighttpd_fastcgi. I followed the instructions and still can't get to anyone of my sites listed below. - www.myapp.com/ (production) - www.myapp.com:59000/ (production) - www.stage.myapp.com:59000/ (staging)

Re: [Catalyst] More natural access to model?

2009-06-05 Thread Paweł Tęcza
Darren Duncan pisze: Paweł Tęcza wrote: Yes, I'm trying to think about my data as about the objects with attributes and create simple and flexible database without data redundancy. For example, I have tables for users and their roles, studies, units, registrations. I also have tables for

Re: [Catalyst] Plugin::Authentication apparently not reading config

2009-06-05 Thread Tomas Doran
Jason McIntosh wrote: As far as I can tell, the version numbers of all modules involved match. (Using latest CPAN or Debian versions of all modules.) Any advice as to where to look next would be enormously appreciated. My only real suggestion is to throw some dumping / debugging into the

Re: [Catalyst] RFC: new helper api

2009-06-05 Thread Francesc Romà i Frigolé
On Thu, Jun 4, 2009 at 4:51 AM, Devin Austin devin.aus...@gmail.com wrote: Howdy all, I've put together an RFC for the new Catalyst::Helper API. The body text is located below, but it is also available here in a pretty formatted version:

Re: [Catalyst] Plugin::Authentication apparently not reading config

2009-06-05 Thread Jason McIntosh
On Fri, Jun 5, 2009 at 6:56 AM, Tomas Doranbobtf...@bobtfish.net wrote: My only real suggestion is to throw some dumping / debugging into the _authentication_initialize routine of Catalyst/Plugin/Authentication.pm to work out how/why it isn't finding your realms hash.. Thank you, this was the

[Catalyst] Session Store Difficulty

2009-06-05 Thread Jon
Hello, I'm building a Catalyst application, and am now trying to add Session support, but having a lot of difficulty. This is what I am attempting to use, use Catalyst qw/-Debug ConfigLoader Static::Simple Session

[Catalyst] Re: Lighttpd and mod_perlite

2009-06-05 Thread Aristotle Pagaltzis
* Mark Blackman m.black...@fairfx.com [2009-05-31 22:10]: However, lightppd+fastcgi with the fastcgi catalyst server is the usual answer for this requirement. For me, the most appealing characteristic of this arrangment was merely the complete decoupling of the front and back ends. I like to

Re: [Catalyst] RFC: new helper api

2009-06-05 Thread Devin Austin
2009/6/5 Francesc Romà i Frigolé francesc.roma+catal...@gmail.comfrancesc.roma%2bcatal...@gmail.com On Thu, Jun 4, 2009 at 4:51 AM, Devin Austin devin.aus...@gmail.comwrote: Howdy all, I've put together an RFC for the new Catalyst::Helper API. The body text is located below, but it is

[Catalyst] Action attributes

2009-06-05 Thread Илья
Hi there, we use Catalyst about year and one thing make a lot of pain. When you make typo in action attribute name Catalyst silently eat it. For example: sub foo : Loacal Arg(1) { } will be work, but Arg(1) just do nothing. Now we use few additional attributes and I add trivial check in