Re: [Catalyst] Catalyst::Controller::DBIC::API test failures

2010-12-27 Thread Leandro Hermida
Hello, I get them same test errors when trying to install Catalyst::Controller::DBIC::API with the latest versions of Moose and dependencies, etc. -L On Tue, Dec 21, 2010 at 2:01 AM, Seth Daniel catal...@sethdaniel.orgwrote: Hi, I am attempting to use Catalyst::Controller::DBIC::API. When

Re: [Catalyst] Has anyone read the book Catalyst 5.8 : The Perl MVC Framework yet?

2010-10-04 Thread Leandro Hermida
Hi everyone, I would also be very interested in peoples' opinions, also comparing to The Definitive Guide to Catalyst: ... Apress book which I own and have been reading in order to learn Catalyst and was wondering if this newer book mentioned in this thread provides any new and interesting

Re: [Catalyst] Has anyone read the book Catalyst 5.8 : The Perl MVC Framework yet?

2010-10-04 Thread Leandro Hermida
Hi again, Kiffin I forgot there was a thread in August where people gave some feedback/opinions on the currently available Catalyst books. Have a look at this thread http://lists.scsys.co.uk/pipermail/catalyst/2010-August/025599.html best, Leandro On Mon, Oct 4, 2010 at 11:32 AM, Leandro

Re: [Catalyst] Working with project configurationfileoutsideofCatalyst directory

2010-09-05 Thread Leandro Hermida
...       password ...       AutoCommit 1   /connect_info Octavian - Original Message - From: Leandro Hermida soft...@leandrohermida.com To: The elegant MVC web framework catalyst@lists.scsys.co.uk Sent: Sunday, September 05, 2010 2:14 AM Subject: Re: [Catalyst] Working with project

Re: [Catalyst] Working with project configuration fileoutsideofCatalyst directory

2010-09-04 Thread Leandro Hermida
Hi there, But none of these solutions solve the problem I mentioned in my earlier email. If for example you have your database connection information in the parent project configuration file which would be common since many things outside of Catalyst need to access the database and in this file

Re: [Catalyst] Working with project configuration file outsideofCatalyst directory

2010-09-01 Thread Leandro Hermida
, if you want to include the file external.conf in a certain place in another configuration file, you can use: include external.conf Octavian - Original Message - From: Leandro Hermida soft...@leandrohermida.com To: The elegant MVC web framework catalyst@lists.scsys.co.uk Sent

Re: [Catalyst] Announce (JSON|XML)-RPC modules

2010-07-30 Thread Leandro Hermida
Hi, Just had a question about these resurrected modules, will their namespaces change in the future to Catalyst::Controller::XMLRPC|JSONRPC like you see with other libraries that do similar things? (e.g. Catalyst::Controller::SOAP) best, Leandro ___

[Catalyst] problem with basic test of auto-generated TTSite code

2010-07-27 Thread Leandro Hermida
Hi all, Sorry if this is a newbie question, I am having a problem writing a basic test for Catalyst::Helper::View::TTSite generated code. I did the following: ./script/myapp_create.pl view TT TTSite which creates the following package: package MyApp::View::TT; use strict; use base

Re: [Catalyst] problem with basic test of auto-generated TTSite code

2010-07-27 Thread Leandro Hermida
On Tue, Jul 27, 2010 at 4:19 PM, kevin montuori montu...@gmail.com wrote: On Tue, Jul 27, 2010 at 10:07 AM, Leandro Hermida soft...@leandrohermida.com wrote: Is it because at compile time MyApp doesn't have the path_to() method?  How should I write the test? Perhaps a 'use MyApp' statement

Re: [Catalyst] rich ajax UI component libraries for Catalyst?

2010-07-26 Thread Leandro Hermida
. No doubt whichever javascript widget library you use will have you spending equal amounts of time designing and working in javascript (the UI); perl won't save you here! ;) -nw On Sat, Jul 24, 2010 at 1:13 PM, Leandro Hermida soft...@leandrohermida.com wrote: Hi, Thanks very much, I see now

[Catalyst] rich ajax UI component libraries for Catalyst?

2010-07-24 Thread Leandro Hermida
Hi everyone, Are there any rich ajax UI component libraries out there that would interoperate well with Catalyst? thanks, Leandro ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

Re: [Catalyst] rich ajax UI component libraries for Catalyst?

2010-07-24 Thread Leandro Hermida
Leandro Hermida soft...@leandrohermida.com wrote: Hi everyone, Are there any rich ajax UI component libraries out there that would interoperate well with Catalyst? thanks, Leandro I've had success both with jquery-ui and also with extjs. A number of people I know that use Catalyst

Re: [Catalyst] Announce (JSON|XML)-RPC modules

2010-07-14 Thread Leandro Hermida
I second that! Great work I want to test using these modules but thought they were dead ends best, Leandro On Wed, Jul 14, 2010 at 7:17 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 13 Jul 2010, at 21:39, Jose Luis Martinez wrote:  Catalyst::Plugin::Server::XMLRPC  - got comaint and

Re: [Catalyst] FastCGI caching issue

2010-07-07 Thread Leandro Hermida
Hello, I remember having a similar problem a long time ago, did you try instead of no-cache to set the cache contol to no-store? I remember that no-cache didn't work but no-store works perfectly if you want the web page to always reflect the latest data that is in your storage. -Leandro On