Re: [Catalyst] Advent Calendar... Grant proposal...

2015-01-18 Thread Matija Grabnar
But that really depends on the system, doesn't it? I can install the usual parts of Catalyst by installing just a few packages on a Debian (and Debian-derived) systems. It takes a few minutes (less than ten, surely), but it's an easy process. Isn't that the primary purpose of distribution

Re: [Catalyst] IPv6 client addresses

2013-01-14 Thread Matija Grabnar
On 01/14/2013 08:13 PM, Bill Moseley wrote: Anyone already in a dual-stack environment? Any other gotchas to consider? I use $c-req-address to limit access -- for example to limit some actions to our local LAN or for customers to limit access to our API via a customer-supplied CIDR.

[Catalyst] Best practice for setting up database in a complex project?

2010-07-16 Thread Matija Grabnar
I was wondering what the experienced Catalyst developers use to set up a database in a project. Do you write the database definition mysql/postgresql format, and then dump schema to get the Perl classes, or do you write Perl class definitions and use something else to output the table creation

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-29 Thread Matija Grabnar
Carl Johnstone wrote: NYTProf profile or it didn't happen :-) Is there any best practices or hints page on how to use Catalyst and NYTprof? I haven't used it before and I wonder if people include it into a running catalyst application (and then periodically review results in some way) or

Re: [Catalyst] Catalyst in Ubuntu?

2010-03-21 Thread Matija Grabnar
Denny wrote: On Sun, 2010-03-21 at 19:05 +0100, Matija Grabnar wrote: Anyway, I noticed that Ubuntu server seems to lag seriously behind the Catalyst packages I see on Debian unstable Well yes. Debian unstable isn't generally considered suitable for production servers - there's

Re: [Catalyst] Catalyst in Ubuntu?

2010-03-21 Thread Matija Grabnar
Peter Edwards wrote: Could you use pkgsrc to build a bundle instead? I guess I could use some hints on how to do that. I tried using dh-make-perl but while it looks great and useful (particularly the cpan2deb command), for some reason the debs it makes depend on liblibwww-perl-perl instead of

[Catalyst] Link in Catalyst book leads to empty page

2009-10-06 Thread Matija Grabnar
On page 295 of the Definitive guide to Catalyst it says: An example application with some commentary is available at http://dev.catalyst.perl.org/wiki/DatabaseFixtures Well, not quite blank. It says Lukes to put his example code here? and that's it. I'm not posting this to pick nits, I'm

Re: [Catalyst] Chained, root action, with default sub present

2009-08-10 Thread Matija Grabnar
J. Shirley wrote: On Sun, Aug 9, 2009 at 7:31 AM, Matija Grabnar mat...@serverflow.com mailto:mat...@serverflow.com wrote: I think this may be either a bug or something I don't understand about specifying chained actions. Suppose I have a controller which has a defined default

Re: [Catalyst] Chained, root action, with default sub present

2009-08-10 Thread Matija Grabnar
fREW Schmidt wrote: On Mon, Aug 10, 2009 at 1:00 PM, Matija Grabnar mat...@serverflow.com mailto:mat...@serverflow.com wrote: J. Shirley wrote: On Sun, Aug 9, 2009 at 7:31 AM, Matija Grabnar mat...@serverflow.com mailto:mat...@serverflow.com mailto:mat

[Catalyst] Chained, root action, with default sub present

2009-08-09 Thread Matija Grabnar
I think this may be either a bug or something I don't understand about specifying chained actions. Suppose I have a controller which has a defined default action (such as created by catalyst.pl by default, i.e. sub default :Path { my ( $self, $c ) = @_; $c-response-body( 'Page not

Re: [Catalyst] Catalyst IPv6 support?

2009-05-18 Thread Matija Grabnar
Tomas Doran wrote: Cool. Any chance you could write this up on the wiki as it's a frequently (or, at least, more than once) asked question? :) Done. I hope the faq answer is clear enough. ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Catalyst IPv6 support?

2009-05-17 Thread Matija Grabnar
chiel wrote: Hello, I was wondering if Catalyst supports IPv6? I search the archive/google but couldn't find anything useful. If it's not support, is it planed? I've just gotten IPv6 connectivity on my home lan, so I did some testing. There is good news and bad. Bad news: myapp_server only

Re: [Catalyst] Proper ngettext with Catalyst

2009-02-01 Thread Matija Grabnar
John Siracusa wrote: I believe some languages have a different form for dual as well. That is correct. My native language (Slovenian) is one of them. ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Custom fields in a model

2009-01-21 Thread Matija Grabnar
Greg Coates wrote: I have a database table -- let's call it 'Contacts' that I'm accessing through a DBIx::Class model. This table has two fields called 'first_name' and 'last_name'. Could I get some suggestion on the best way to add code to the model (or the schema) to allow me to add a

Re: [Catalyst] Catalys TheSchwartz, was Catalyst modperl - child process segmentation fault

2009-01-08 Thread Matija Grabnar
afaict, you should let dbic / cat-model handle the connection to the database. That reminds me. Does anybody have experience submitting TheSchwartz jobs from a Catalyst? TheSchwartz uses it's own system of allocating DB handles, and I have no idea how it interacts with Catalyst's. I

Re: [Catalyst] Re: two Catalyst flaws

2008-01-03 Thread Matija Grabnar
kevin montuori wrote: (the book, essentially an extended catalyst tutorial with good coverage of DBIC and TT thrown in, is a good read and covers ground that one cannot find elsewhere without piecing bits together from various sources. however, whoever packt, the publisher, found to write the

Re: [Catalyst] Catalyst Comprehensive Tutorials Needed

2007-12-16 Thread Matija Grabnar
Jonathan Rockway wrote: On Sun, 2007-12-16 at 15:40 +0800, Tony Winslow wrote: Hi, all! I'm new to Catalyst. I'm eager to learn it. Yet I cannot find a systematic book or tutorial about it. Can anyone here help me find one or even write one for the world? Good timing. My Catalyst

[Catalyst] Catalyst::Plugin::Authentication::Store::LDAP problems

2007-11-12 Thread Matija Grabnar
Is anybody using Catalyst::Plugin::Authentication::Store::LDAP ? I tried using it on my Debian stable install, and I've been unable to make it work: a) instalation test fail because the ldap server ldap.openldap.org used in the tests is not responding. b) When I attempt to set up exactly