Re: [Catalyst] Backlog for proposed changes in next Catalyst release

2013-03-05 Thread John Napiorkowski
> > From: Bill Moseley >To: John Napiorkowski >Cc: The elegant MVC web framework >Sent: Tuesday, March 5, 2013 10:42 AM >Subject: Re: [Catalyst] Backlog for proposed changes in next Catalyst release > > > > > >On Tue, Mar 5, 2013 at 7:09 AM, John Napiorkow

Re: [Catalyst] ActionClass('RenderView') questions

2013-03-05 Thread E R
That answers my question - thanks! On Tue, Mar 5, 2013 at 9:12 AM, John Napiorkowski wrote: > > > > -- > *From:* E R > *To:* The elegant MVC web framework > *Sent:* Tuesday, March 5, 2013 9:46 AM > *Subject:* Re: [Catalyst] ActionClass('RenderView') questions > >

Re: [Catalyst] Backlog for proposed changes in next Catalyst release

2013-03-05 Thread Bill Moseley
On Tue, Mar 5, 2013 at 7:09 AM, John Napiorkowski wrote: > Bill, I think there's general agreement that the plugin is stable enough > and right enough that it should represent core behavior. Although one of > Catalyst's strengths has been to be un-opinionated and leave stuff to > external distri

Re: [Catalyst] C::V::Email and Email::Sender 0.120002 -> 1.300003

2013-03-05 Thread Dimitar Petrov
Hey Anthony, reading the changelog of the latest version which is available on CPAN, it seems like it's fixed. Here is the Changelog: https://metacpan.org/source/DHOSS/Catalyst-View-Email-0.33/Changes Cheers, Dimitar On Tue, Mar 5, 2013 at 4:06 PM, Anthony Gladdish < anthony.gladd...@newcastle.

Re: [Catalyst] ActionClass('RenderView') questions

2013-03-05 Thread John Napiorkowski
> > From: E R >To: The elegant MVC web framework >Sent: Tuesday, March 5, 2013 9:46 AM >Subject: Re: [Catalyst] ActionClass('RenderView') questions > > > > > > > >On Mon, Mar 4, 2013 at 9:00 PM, Tomas Doran wrote: > > >>On 4 Mar 2013, at 22:59, E R wrote:

Re: [Catalyst] Backlog for proposed changes in next Catalyst release

2013-03-05 Thread John Napiorkowski
> > From: Bill Moseley >To: John Napiorkowski ; The elegant MVC web framework > >Sent: Tuesday, March 5, 2013 12:39 AM >Subject: Re: [Catalyst] Backlog for proposed changes in next Catalyst release > > > > > >On Mon, Mar 4, 2013 at 9:24 AM, John Napiorkowski

RE: [Catalyst] C::V::Email and Email::Sender 0.120002 -> 1.300003

2013-03-05 Thread Anthony Gladdish
Hi, Had this been fixed? I'm afraid I'm still experiencing the same issue with Email::Sender v1.35 : Caught exception in MyAppt::View::Email::Template->process "Attribute (_mailer_obj) does not pass the type constraint because: Validation failed for 'Email::Sender::Transport' with value E

Re: [Catalyst] ActionClass('RenderView') questions

2013-03-05 Thread E R
On Mon, Mar 4, 2013 at 9:00 PM, Tomas Doran wrote: > > On 4 Mar 2013, at 22:59, E R wrote: > > > > Also, what does it mean if $c->stash->{template} is undef at this point? > > Maybe :) > My use case is that I am developing a second view class, but it can't handle all of the templates yet. So th

Re: [Catalyst] May be asynchronous communication between Catalyst applications

2013-03-05 Thread linuxsupport
here is the script which start [info] Srvm powered by Catalyst 5.90019 2013/03/05-15:53:51 Starman::Server (type Net::Server::PreFork) starting! pid(4862) Resolved [*]:3000 to [0.0.0.0]:3000, IPv4 Binding to TCP port 3000 on host 0.0.0.0 with IPv4 Setting gid to "0 0 0 1 2 3 4 6 10" Starman: Accep

Re: [Catalyst] May be asynchronous communication between Catalyst applications

2013-03-05 Thread linuxsupport
To make things simple, I created following methods using REST action class. Once, I call srv_setup it returns me "ok" quickly after that If I can srv_status or srv_setup, it goes on wait until that sleep 1000, finishes sub srv_setup :Local :ActionClass('REST') { my ($self, $c) = @_; $c->run

[Catalyst] Job Queue for Catalyst

2013-03-05 Thread linuxsupport
Hi, Anyone has recommendation for using job queue with Catalyst? I have trying to use TheSchwartz and TheSchwartz::Moosified (not at the same time). I am able to insert the job, and worker.pl can execute the job, but I could not find how to get the status of particular job, I get a job id from t