Re: [Catalyst] Book

2008-02-26 Thread Dermot
On 25/02/2008, Jonathan Rockway <[EMAIL PROTECTED]> wrote: > > * On Mon, Feb 25 2008, Dermot wrote: > > Hi, > > > ...snip > > It doesn't matter where you buy it from. Royalties to myself and the > project are the same either way. If Packt actually ever pays anyone, > that is, which I'm beginning

Re: [Catalyst] contollers being cached.

2008-02-26 Thread Angel Kolev
Sometimes if you have error in your code server is not restarted even with '-r' and without error message. If you observe 'caching' just restart the server and you will see the error. Tyler Bird wrote: Hi, I just installed catalyst and I change parameter in my controller file say to retrieve

Re: [Catalyst] OT: Recommendations for big-time hosting

2008-02-26 Thread Michele Beltrame
Hi! > So what's you recommendation for absolutely bullet-proof hosting that > let's you sleep at night? I think pair Networks would perfectly do: http://www.pair.com - look into the "Dedicated" section. Talk to you soon, Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - M

Re: [Catalyst] FormBuilder - Can't locate object method "form" via package

2008-02-26 Thread Dermot
On 25/02/2008, Joshua McAdams <[EMAIL PROTECTED]> wrote: > > > sub edit : Local Form { > > my ($self, $c) = @_; > > if ($c->form->submitted && $c->form->validate) { > > $c->stash->{message} = 'Thanks for submitting the form'; > > } > > } > > > Use $self->formbulder instead of $c->form.

[Catalyst] Google Summer of Code

2008-02-26 Thread Kieren Diment
So, it's that time again. I had a thought about this. I quite like some things about facebook. It's a useful way for me to be able to communicate with people I've known since before I left school. But there are two things that really irritate me about it, these are: * Closed single pla

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Devin Austin
Hi Kieren, I've always been interested in doing some sort of open source deal for social networks. So yes, I'd be interested in applying for this :-) -Devin On Tue, Feb 26, 2008 at 5:59 AM, Kieren Diment <[EMAIL PROTECTED]> wrote: > So, it's that time again. > > I had a thought about this. I

[Catalyst] Needs some help with select and Controller::FormBuilder

2008-02-26 Thread Alex Povolotsky
Hello! I'm trying to make a form with select using Controller::FormBuilder. Code is quite straightforward === edit.fb === name: server_edit method: post fields: name: label: Server Name required: 1 type: text size: 60 descr:

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Paul Makepeace
Be sure to know about, http://code.google.com/apis/opensocial/ "OpenSocial provides a common set of APIs for social applications across multiple websites. With standard JavaScript and HTML, developers can create apps that access a social network's friends and update feeds." On 2/26/08, Kieren Di

RE: [Catalyst] Ukraine Perl talk on getting started with ExtJSandCatalyst

2008-02-26 Thread Peter Edwards
>From: MORGUN Alexander [mailto:[EMAIL PROTECTED] >>From: "Peter Edwards" <[EMAIL PROTECTED]> >> Here's the talk I gave today at the 2008 Perl Mova conference in Kyiv, >> Ukraine: >> >> http://perl.dragonstaff.co.uk/ link "Getting Started With ExtJS And >> Catalyst" >> >> I asked how many out of

Re: [Catalyst] OT: Recommendations for big-time hosting

2008-02-26 Thread Brian Kirkbride
Charlie Garrison wrote: Good afternoon, On 24/2/08 at 3:29 PM -0600, Brian Kirkbride <[EMAIL PROTECTED]> wrote: So what's you recommendation for absolutely bullet-proof hosting that let's you sleep at night? I'm talking pro-active monitoring, upgrades, patches, backups, redundancy setup, a

Re: [Catalyst] OT: Recommendations for big-time hosting

2008-02-26 Thread Brian Kirkbride
Michele Beltrame wrote: Hi! So what's you recommendation for absolutely bullet-proof hosting that let's you sleep at night? I think pair Networks would perfectly do: http://www.pair.com - look into the "Dedicated" section. Talk to you soon, Michele. Thanks Michele, I have heard many good

[Catalyst] Catalyst + Class::Workflow

2008-02-26 Thread Christopher H. Laco
Anyone done any integration with Class::Workflow and mapping object states to actions? I need to get back on the Mango wagon this week and I'm toying with making checkout nothing more than configurable states of an order. My first question is me wondering if checkout states are the same as or

RE: [Catalyst] Catalyst + Class::Workflow

2008-02-26 Thread Matt Pitts
> -Original Message- > From: Christopher H. Laco [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 26, 2008 2:05 PM > To: The elegant MVC web framework > Subject: [Catalyst] Catalyst + Class::Workflow > > Anyone done any integration with Class::Workflow and mapping object > states to act

Re: [Catalyst] Catalyst + Class::Workflow

2008-02-26 Thread Christopher H. Laco
Matt Pitts wrote: -Original Message- From: Christopher H. Laco [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 2:05 PM To: The elegant MVC web framework Subject: [Catalyst] Catalyst + Class::Workflow Anyone done any integration with Class::Workflow and mapping object states to

[Catalyst] Testing Catalyst::Controller::REST based controllers

2008-02-26 Thread Damon Snyder
Hi Everyone, I'm developing a Catalyst::Controller::REST based controller in an app that I'm working on. I've created the _GET and _POST methods and now I'm trying to test them. They work fine if I test them using curl from the command line or LWP::UserAgent, but now I'm trying to add tests

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Kieren Diment
On 27 Feb 2008, at 03:17, Paul Makepeace wrote: Be sure to know about, http://code.google.com/apis/opensocial/ "OpenSocial provides a common set of APIs for social applications across multiple websites. With standard JavaScript and HTML, developers can create apps that access a social network

Re: [Catalyst] Testing Catalyst::Controller::REST based controllers

2008-02-26 Thread Ash Berlin
On 26 Feb 2008, at 20:20, Damon Snyder wrote: Hi Everyone, I'm developing a Catalyst::Controller::REST based controller in an app that I'm working on. I've created the _GET and _POST methods and now I'm trying to test them. They work fine if I test them using curl from the command line or

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Kieren Diment
On 27 Feb 2008, at 01:15, Devin Austin wrote: Hi Kieren, I've always been interested in doing some sort of open source deal for social networks. So yes, I'd be interested in applying for this :-) -Devin Sounds good. I think that the deliverables for year one is to 'make it easier for o

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Devin Austin
> > Sounds good. I think that the deliverables for year one is to 'make > it easier for others to write social network applications' - cleaning > up and documenting existing social network modules, providing specs > for specific functions &co. Year two would be about actually > packaging it toge

RE: [Catalyst] Google Summer of Code

2008-02-26 Thread Matt Pitts
> -Original Message- > From: Kieren Diment [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 26, 2008 8:00 AM > To: The elegant MVC web framework > Subject: [Catalyst] Google Summer of Code > > So, it's that time again. > > I had a thought about this. I quite like some things about > f

[Catalyst] Re: Needs some help with select and Controller::FormBuilder

2008-02-26 Thread Stephen Sykes
Alex Povolotsky wrote: Hello! I'm trying to make a form with select using Controller::FormBuilder. Code is quite straightforward === edit.fb === name: server_edit method: post fields: name: label: Server Name required: 1 type: text size: 60

Re: [Catalyst] Testing Catalyst::Controller::REST based controllers

2008-02-26 Thread Damon Snyder
Hi Ash, Everyone, Thanks, that seemed to move me along further. I'm still unable to get the content part of the POST. I'm able to send the username and password through, but for some reason my controller gets empty content. Here is the request I've formed: # with mech object my $t1 = T

Re: [Catalyst] Testing Catalyst::Controller::REST based controllers

2008-02-26 Thread Ash Berlin
On 26 Feb 2008, at 21:43, Damon Snyder wrote: Hi Ash, Everyone, Thanks, that seemed to move me along further. I'm still unable to get the content part of the POST. I'm able to send the username and password through, but for some reason my controller gets empty content. Here is the request

Re: [Catalyst] Testing Catalyst::Controller::REST based controllers

2008-02-26 Thread Damon Snyder
Hi Ash, Tried that, but no luck. I'm starting to wonder if Test::WWW::Mechanize::Catalyst or Test::WWW::Mechanize is clobbering the content portion of the request... What versions of Test::WWW::Mechanize::Catalyst and Test::WWW::Mechanize are you using? I have 0.41 and 1.18 respectively.

Re: [Catalyst] Testing Catalyst::Controller::REST based controllers

2008-02-26 Thread Ash Berlin
On 26 Feb 2008, at 22:20, Damon Snyder wrote: Hi Ash, Tried that, but no luck. I'm starting to wonder if Test::WWW::Mechanize::Catalyst or Test::WWW::Mechanize is clobbering the content portion of the request... What versions of Test::WWW::Mechanize::Catalyst and Test::WWW::Mechanize ar

[Catalyst] multiple database model support

2008-02-26 Thread Tyler Bird
hi I just developed a catalyst application and I was wondering how I could get it to support multiple databases. Instead of just one per application. Tyler ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listin

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Kieren Diment
On Wed, Feb 27, 2008 at 8:07 AM, Matt Pitts <[EMAIL PROTECTED]> wrote: > > I'm far from being a student, so I couldn't participate via SOC, but I > did start to write an all-encompassing library to access Google's GData > API a while back for a social networking site that I wanted to launch. I >

Re: [Catalyst] Testing Catalyst::Controller::REST based controllers

2008-02-26 Thread Damon Snyder
Hi Ash, Ah!!! Ok, here is what ended up working: $req = POST( "http://localhost/rest/something";, 'X-Username' => 'x', 'X-Password' => 'x', 'Content_Type' => 'text/json', 'Content' => t

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Stefan Petrea
erm,I would like to ask the following: Are you reffering to building a framework used to create social networking sites ? Or to create something that analyses the social network site which already exists ? On Tue, Feb 26, 2008 at 3:09 PM, Kieren Diment <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27,

[Catalyst] Re: Dumb question again: nowCatalyst::Controller::FormBuilder

2008-02-26 Thread Stephen A Sykes
Peter Sørensen wrote: Maybe FormBuilder don't like: .. fields: name: name: Location name .. You use "name" as both field and object name. Just a guess. Regards Peter Sorensen/University of Southern Denmark/mail: [EMAIL PROTECTED]

Re: [Catalyst] Re: Needs some help with select and Controller::FormBuilder

2008-02-26 Thread Kieren Diment
On 27 Feb 2008, at 08:21, Stephen Sykes wrote: Alex Povolotsky wrote: Hello! I'm trying to make a form with select using Controller::FormBuilder. Code is quite straightforward === edit.fb === name: server_edit method: post [snip spaghetti] Why not map directly from your model... $self->formb

[Catalyst] Catalyst::Authentication::Store::LDAP confusion

2008-02-26 Thread Richardson, Matthew
Hello, I am trying to following the documentation from CPAN on this, but I am confused. In MyApp.pm I have the following: use Catalyst qw/-Debug ConfigLoader Static::Simple Session Session::State::Cookie Session::Store::FastMm

Re: [Catalyst] Catalyst::Authentication::Store::LDAP confusion

2008-02-26 Thread Kieren Diment
On 27 Feb 2008, at 17:30, Richardson, Matthew wrote: Hello, I am trying to following the documentation from CPAN on this, but I am confused. In MyApp.pm I have the following: use Catalyst qw/-Debug ConfigLoader Static::Simple Session Session::Sta

Re: [Catalyst] Catalyst + Class::Workflow

2008-02-26 Thread Kieren Diment
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27 Feb 2008, at 06:05, Christopher H. Laco wrote: Anyone done any integration with Class::Workflow and mapping object states to actions? I need to get back on the Mango wagon this week and I'm toying with making checkout nothing more than conf