Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread hkclark
On Thu, May 28, 2009 at 8:50 PM, Kieren Diment dim...@gmail.com wrote: Is there a link that we can get the cpan admins to put into search results so that google will preferentially return the permalink urls rather than for specific versions? It sure would be nice to figure out a way to pull

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread hkclark
On Thu, May 28, 2009 at 9:15 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 29 May 2009, at 01:49, hkcl...@gmail.com wrote: For example, a search for Catalyst Tutorial on search.cpan.org shows a bunch of the 5.7014 stuff near the top... and that's over 7 months (and 9 releases) old.  Is

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread J. Shirley
On Fri, May 29, 2009 at 7:41 AM, hkcl...@gmail.com wrote: On Thu, May 28, 2009 at 9:15 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 29 May 2009, at 01:49, hkcl...@gmail.com wrote: For example, a search for Catalyst Tutorial on search.cpan.org shows a bunch of the 5.7014 stuff near

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread Roderick A. Anderson
hkcl...@gmail.com wrote: On Thu, May 28, 2009 at 9:15 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 29 May 2009, at 01:49, hkcl...@gmail.com wrote: For example, a search for Catalyst Tutorial on search.cpan.org shows a bunch of the 5.7014 stuff near the top... and that's over 7 months (and 9

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Kieren Diment
On 28/05/2009, at 2:21 PM, Simon Baird wrote: I've been struggling to get off the ground with Catalyst/DBIC/Authentication. I'm new to Catalyst so I want to do everything as standard as possible, (ie please don't tell me there is more than one way to do it or I might have to cry.. :) and I

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Tomas Doran
Simon Baird wrote: [1] Well perhaps some details in brief note form... - The Authentication section of the Tutorial in CPAN uses some deprecated stuff (I find out eventually) - I got Auth working with DBIC as per the docs (with users, roles, user_roles tables) but without a realm. So I can use

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Simon Baird
On Thu, May 28, 2009 at 11:08 PM, Tomas Doran bobtf...@bobtfish.net wrote: Simon Baird wrote: [1] Well perhaps some details in brief note form... - The Authentication section of the Tutorial in CPAN uses some deprecated stuff (I find out eventually) - I got Auth working with DBIC as per the

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Simon Baird
Thanks for the advice. I might start fresh and see if I can pinpoint where things went wrong. Ok, so just now I have: * Googled and ended up here: http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7000/lib/Catalyst/Manual/Tutorial/Authentication.pod * Did the svn checkout as described:

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Andrew Rodland
On Thursday 28 May 2009 07:36:29 pm Simon Baird wrote: Thanks for the advice. I might start fresh and see if I can pinpoint where things went wrong. Ok, so just now I have: * Googled and ended up here: http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7000/lib/Catalyst/Manua

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Kieren Diment
On 29/05/2009, at 10:36 AM, Simon Baird wrote: Thanks for the advice. I might start fresh and see if I can pinpoint where things went wrong. Ok, so just now I have: * Googled and ended up here:

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread hkclark
Hi Simon, It looks like Google has taken you to some really old versions of the tutorial. Try this: http://search.cpan.org/dist/Catalyst-Manual/ You can get back to this point if you go to http://search.cpan.org and put in Catalyst Tutorial or Catalyst Manual. Unfortunately, the search in

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread J. Shirley
On Thu, May 28, 2009 at 5:36 PM, Simon Baird simon.ba...@gmail.com wrote: Thanks for the advice. I might start fresh and see if I can pinpoint where things went wrong. Ok, so just now I have: * Googled and ended up here:

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Tomas Doran
On 29 May 2009, at 01:49, hkcl...@gmail.com wrote: For example, a search for Catalyst Tutorial on search.cpan.org shows a bunch of the 5.7014 stuff near the top... and that's over 7 months (and 9 releases) old. Is there a way to kill off older releases like that (or at least push them down in

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-28 Thread Octavian Rasnita
From: J. Shirley Trusting Google to give you the latest version is probably a pretty bad idea :) To derail this conversation a little bit, perhaps the canonical meta tag pointing to the most recent release would do well on older versions still sitting on CPAN? I'm not sure how else to

[Catalyst] Looking for a working example using DBIC and Authentication

2009-05-27 Thread Simon Baird
I've been struggling to get off the ground with Catalyst/DBIC/Authentication. I'm new to Catalyst so I want to do everything as standard as possible, (ie please don't tell me there is more than one way to do it or I might have to cry.. :) and I would like to use DBIC. I won't go into the