[Catalyst] Catalyst hosting: the wiki page

2007-08-11 Thread Michele Beltrame
! Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ 76660101 - MSN [EMAIL PROTECTED] Privacy: http://www.italpro.net/em.html ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] Catalyst Hosting

2007-08-10 Thread Michele Beltrame
Hello! I have a couple of slices at SliceHost, which seems very good to me (and support is just fine!). OK, they're Rails coders, but they do well... ;-) Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ 76660101 - MSN [EMAIL PROTECTED] Privacy: http://www.italpro.net/em.html

Re: [Catalyst] Ajax

2007-08-03 Thread Michele Beltrame
. -- Michele Beltrame http://www.varlogarthas.net/ ICQ 76660101 - MSN [EMAIL PROTECTED] Privacy: http://www.italpro.net/em.html ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Gentoo portage overlay

2007-07-23 Thread Michele Beltrame
Hello! I've been travelling for quite a while and am now on the other side of the world, but am back at work on Catalyst-based apps, and re-subbed to the list. Anyway, I just wondered who was maintaining the Gentoo portage Catalyst overlay, as I have a couple of ebuilds for them. I am the

Re: [Catalyst] :Template() Attribute

2007-06-15 Thread Michele Beltrame
Hello Christopher! Great idea, I think it would make the code way more elegant! Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ 76660101 - MSN [EMAIL PROTECTED] Privacy: http://www.italpro.net/em.html ___ List: Catalyst

Re: [Catalyst] :Template() Attribute

2007-06-15 Thread Michele Beltrame
Hello! $c-stash( template = 'foo' ); Or even (with BindLex): my $template : Stashed = 'foo.tt'; Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ 76660101 - MSN [EMAIL PROTECTED] Privacy: http://www.italpro.net/em.html ___ List

Re: [Catalyst] Returning values from forward()

2007-06-10 Thread Michele Beltrame
Hello Jim! What is the consensus on returning values from a call to forward? I use forward() return values sometimes, they seem to work perfectly! I read this is discouraged by some people, I don't know why though... Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ 76660101

Re: [Catalyst] Plugin HOWTO?

2007-06-04 Thread Michele Beltrame
Hello Cristina! I would like to know if there's any HOWTO (or best practice) available on writing Catalyst's plugins. Try this: http://search.cpan.org/~jrockway/Catalyst-Manual-5.700701/lib/Catalyst/Manual/ExtendingCatalyst.pod Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ

[Catalyst] Apache2+fcgid or Lighttpd

2007-03-15 Thread Michele Beltrame
Hello! I'm about to deploy an application, and this time I can choose to use Lightpd instead of Apache+fcgid, which I commonly use. I have no problem with the latter configuration, but I was wondering if someone has comments/experience about Lighttpd for running Catalyst applications, i.e.

Re: [Catalyst] Template Engine

2007-03-13 Thread Michele Beltrame
Hello I chose TT for some reasons, including: * The syntax is simple enough to have templates edited by web designers. * It doesn't allow (unless you force it to) you to put Perl directly into the template, thus making me (and my developers, especially ;-)) always prefer to put the logic

[Catalyst] mod_fastcgi vs mod_fcgid

2007-01-12 Thread Michele Beltrame
Hello all! These days I'm evaluating mod_fcgid, and the option to use it instead of mod_fastcgi as it seems less broken (better process management, etc...). Has any Catalyst user had experience with it? Opinions? Thanks, Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ

Re: [Catalyst] Last Chance / Last Day: Web developmentplatformcontestand Perl / Catalyst

2006-12-01 Thread Michele Beltrame
sites market. Perl 5 is a lost cause, IMO. It's just too hard, too crufty, too weighed down by years of negative perception. Perl 6 is our only hope. (And I sincerely hope they call it something different from Perl 6) Perl 7? :-) Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ

Re: [Catalyst] Template::Latex - Almost there

2006-11-27 Thread Michele Beltrame
. -- Michele Beltrame http://www.varlogarthas.net/ ICQ# 76660101 Informativa privacy: http://www.italpro.net/em.html ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] How to use HTML::Widget::Constraint::Date

2006-11-26 Thread Michele Beltrame
. Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ# 76660101 Informativa privacy: http://www.italpro.net/em.html ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] Template::Latex - Almost there

2006-11-18 Thread Michele Beltrame
develpment server. The problem is that the Template::Latex expects system(pdflatex ...) to return 0, but all system() call made from inside the dev server return -1. You'll however have no problem at all when running Catalyst in a CGI/FastCGI/mod_perl environment. Michele. -- Michele

Re: [Catalyst] Catalyst vs Rails vs Django Cook off

2006-11-17 Thread Michele Beltrame
Hello! Bad programmers are cheap. Mediocre, unmaintainable, and inflexible applications are what the market demands. 90% of the features for 10% of the cost is a winning prospect for many people. ++, mate! Unfortunately this is how it goes. :-( Michele. -- Michele Beltrame http

[Catalyst] Problem with Catalyst-Runtime 5.7004 FastCGI

2006-11-07 Thread Michele Beltrame
Hello! I just upgraded Catalyst-Runtime to 5.7004, and I encounter a serious problem when using my application with the FastCGI engine. The appplication initializes correctly, but when it gets a requests it begins executing it (I see int he log it restores session data, etc...) but then it dies

Re: [Catalyst] Gentoo Catalyst-portge overlay?

2006-09-25 Thread Michele Beltrame
Hello! Thanks to mst, we have a new and more robust SVN repository for the Catalyst ebuilds: http://code2.0beta.co.uk/catportage/svn Please update your configuration! Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ# 76660101 Informativa privacy: http://www.italpro.net/em.html

Re: [Catalyst] Bugfree development release?

2006-07-03 Thread Michele Beltrame
Hello Marcus! I've been testing it since _01, and _03 I'm using now seems to work fine. Previous ones had a problem with locating the application path, but I reported to that to Matt in IRC and he fixed it on-the-fly. Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ# 76660101

Re: [Catalyst] [announce] Catalyst 5.70 developer release.

2006-06-29 Thread Michele Beltrame
that - with Gentoo Portage - the best versioning system is the one used by DBIx::Class DEV releases (0.x999_nn, which I translate to 0.x999.nn for ebuilds). Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ# 76660101 Informativa privacy: http://www.italpro.net/em.html

Re: [Catalyst] Proposed patch for Catalyst::Plugin::Authorization::Roles

2006-06-16 Thread Michele Beltrame
of Catalyst core developers. Tests were included as well. ;-) I'll look into the modifications you suggested me. Thanks, Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ# 76660101 Informativa privacy: http://www.italpro.net/em.html ___ List