Re: [Catalyst] New catalystframework.org

2012-03-14 Thread Marcello Romani
yst.perl.org/ FWIW, I think it's an excellent work. T0m's photo might be a bit frightening for newcomers, though ;-) -- Marcello Romani ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/cat

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-27 Thread Marcello Romani
v.catalyst.perl.org/ But the question arises: is he the _real_ Oleg Pronin... ? -- Marcello Romani ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.ma

Re: [Catalyst] Alternatives to DBIx?

2010-04-20 Thread Marcello Romani
__ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Just my 2 (euro) c

Re: [Catalyst] advent calendar/2009/3

2009-12-04 Thread Marcello Romani
Blog/Schema.pm Any advice would be appreciated. Thanks. -- Marcello Romani ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] advent calendar/2009/3

2009-12-04 Thread Marcello Romani
_ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ -- Marcello Romani ___

Re: [Catalyst] Mason + DBI + Catalyst?

2009-05-27 Thread Marcello Romani
g/ I think this example is very interesting and should end up into the wiki somewhere! I think it can be a good selling point for DBIC, but I've not seen it explained so well until now (but I admit I've not looked up the docs in a while...) Thank you. -- Marcello Romani _

Re: [Catalyst] controller subclass and :Local actions

2009-01-19 Thread Marcello Romani
Rodrigo ha scritto: On Fri, Jan 16, 2009 at 6:13 PM, Marcello Romani mailto:mrom...@ottotecnica.com>> wrote: Hallo, I have a controller base class that implements the usual crud actions (list, create, etc.), and I would like to override i.e. the list method in a su

[Catalyst] controller subclass and :Local actions

2009-01-16 Thread Marcello Romani
Controller ); sub list : Local { do stuff } In MyApp::Controller::CD: use base qw( MyApp::Controller::Base ); sub list : Local { do other stuff } when I call /myapp/cd/list the base controller's list action gets called... Can someone give me a hint ? Thank you. --

Re: [Catalyst] Catalyst modperl - child process segmentation fault

2009-01-08 Thread Marcello Romani
er, $pass, $options ], ); This way I don't explicitly connect at startup, but let the framework perform the actual connection when needed (i.e. at first db access, with something like $c->model('Main')->resultset('Users')->find($id)) [snip] HTH -- Ma

Re: [Catalyst] connecting to more than one database

2008-07-03 Thread Marcello Romani
tables If this is the case, then the fact that the fk constraints at the database level work is to be expected (if you use InnoDB for example). DBIC, on the other hand, thinks you have multiple databases. jagdish On Thu, Jul 3, 2008 at 6:10 PM, Marcello Romani <[EMAIL PROTECTED] <ma

Re: [Catalyst] connecting to more than one database

2008-07-03 Thread Marcello Romani
uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ -- Marcello Romani Responsabile IT Ottotecnica s.r.l. http://www.ottotecnica.com ___ List: Catalyst@lists.scsy

Re: [Catalyst] Re: Catalyst site design drafts feedback thread

2008-06-19 Thread Marcello Romani
circle overlaps a little with the red bar below. This way the logo could be enlarged without the need to add more white space to the top of the page (which would be a waste of space), and would also add a bit of "special effect" to the page, without being, IMHO, too intrusive.

Re: [Catalyst] Catalyst site design drafts feedback thread

2008-06-18 Thread Marcello Romani
ggestion, I suggest incorporating a list of recent blogs/news as in Simon's design. To me, that indicates the "freshness", for lack of a better word, of the project and its community. And to everyone, keep up the good work! Drew I put my vote to this new design! -- Marce

Re: [Catalyst] Re: Catalyst site design drafts feedback thread

2008-06-17 Thread Marcello Romani
Aristotle Pagaltzis ha scritto: * Marcello Romani <[EMAIL PROTECTED]> [2008-06-17 08:50]: To "get started" I would put up a simple page with a bullet list where in a few points the reader has to learn: what is catalyst, what benefits it brings to web developement, how to instal

Re: [Catalyst] Re: Catalyst site design drafts feedback thread

2008-06-16 Thread Marcello Romani
lyst, what benefits it brings to web developement, how to install it, then point to the first, simple tutorial which will get its feet wet. Just 2 cents. -- Marcello Romani Responsabile IT Ottotecnica s.r.l. http://www.ottotecnica.com ___ List: Ca

Re: [Catalyst] Catalyst site design drafts feedback thread

2008-06-13 Thread Marcello Romani
ign! While I like #1 the most, and I'd really like to see the crop-circle thingy of #2 integrated into it, I think designers should take movabletype.org design as a source of inspiration. -- Marcello Romani Responsabile IT Ottotecnica s.r

Re: [Catalyst] Re: how many RAM used is normal

2008-06-06 Thread Marcello Romani
e http://virtualthreads.blogspot.com/2006/02/understanding-memory-usage-on-linux.html Regards, Thanks for mentioning that article, I found it very nice and informative. -- Marcello Romani Responsabile IT Ottotecnica s.r.l. http://www.ottotecnica.com ___ List: Ca

Re: [Catalyst] how many RAM used is normal

2008-06-06 Thread Marcello Romani
d memory. You could probably check if you preload your app in your apache config file. Something like: use lib qw(/path/to/MyApp/lib); PerlModule MyApp; etc. HTH Just my 2 eurocents. -- Marcello Romani Responsabile IT Ottotecnica s.r.l. http:/

Re: [Catalyst] Catalyst test server response times.

2008-01-30 Thread Marcello Romani
/ Dev site: http://dev.catalyst.perl.org/ I had similar problems once or twice in the past year, and I remember having played with -k (keep alive flag). If my memory is right, -k was causing delays. I think it's also worth trying with and without -r flag. HTH -- Marcello Romani Responsabile IT Ot

Re: [Catalyst] warning

2008-01-24 Thread Marcello Romani
Octavian Rasnita ha scritto: From: "Marcello Romani" <[EMAIL PROTECTED]> But if I do that and a client will close the browser without logging off, somebody else could open the browser and the app will recognize him as the owner of the account, so it could be a big security iss

Re: [Catalyst] warning

2008-01-24 Thread Marcello Romani
t 100% sure, but probably you could achieve that by setting the expiry date in the past. HTH -- Marcello Romani Responsabile IT Ottotecnica s.r.l. http://www.ottotecnica.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/

Re: [Catalyst] Serving html pages

2008-01-11 Thread Marcello Romani
/ there. P.S.: Please don't start a new thread under an existing one. HTH -- Marcello Romani Responsabile IT Ottotecnica s.r.l. http://www.ottotecnica.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailma