Re: [Catalyst] Catalyst::Authentication::Credential::OAuth

2010-11-24 Thread Bogdan Lucaciu
you can also read http://www.catalystframework.org/calendar/2009/4 but as far as I know, the OAuth credential doesn't (yet) properly work with Facebook, there should be a new release soon fixing that. On Wed, Nov 24, 2010 at 1:27 AM, Hernan Lopes hernanlo...@gmail.com wrote: To integrate

Re: [Catalyst] Begginer's question about application structure

2010-11-24 Thread Sir Robert Burbridge
On 11/23/2010 07:54 PM, Bill Moseley wrote: On Tue, Nov 23, 2010 at 8:16 AM, Sir Robert Burbridge rburb...@cisco.com mailto:rburb...@cisco.com wrote: By the way, I forgot to mention one piece of practical advice when determining what should be in your controller vs. model:

Re: [Catalyst] Per request data in controller base class

2010-11-24 Thread Sir Robert Burbridge
On 11/23/2010 09:12 PM, Bill Moseley wrote: I have a controller base class that needs to stash some data per request. My question is where to put that data (stash would seem best) -- and how to name it. This class is an auto-CRUD-like controller base class that does the mundane work of

RE: [Catalyst] Catalyst::Authentication::Credential::OAuth

2010-11-24 Thread Blaine Everingham
Thank you very much for this information. I was pulling my hair out trying OAuth as I thought FBConnect was being depreciated. Date: Wed, 24 Nov 2010 10:12:27 +0200 Subject: Re: [Catalyst] Catalyst::Authentication::Credential::OAuth From: bog...@sinapticode.ro To:

[Catalyst] Catalyst and Moose with has many_to_many

2010-11-24 Thread will trillich
Greetings Catalystery: Got a new question, trying to implement a many_to_many relationship via Moose... The DBIC portion of the puzzle is straightforward, we've got that working just fine. Here's part I understand -- we have a controller that's referring to a form: has 'form' = ( isa =