[Catalyst] Draft Tutorial Update

2008-12-15 Thread hkclark
Hi Everyone, I'm getting ready to post an updated Tutorial to CPAN. kd and mst asked that I post a tarball for people to check out so we know I don't mess it up. :-) Please check out the tarball available here: http://dev.catalystframework.org/wiki//tutorialdevrelease.view and let me know if

Re: [Catalyst] [Announce] Catalyst::Runtime 5.71000

2009-01-19 Thread hkclark
I'm working on an update that will add a basic example of how to use Chained actions in BasicCRUD, but that's not really related to this release. Kennedy On Mon, Jan 19, 2009 at 8:22 PM, Robert L Cochran cochr...@speakeasy.net wrote: Will this result in any changes to the online tutorial?

Re: [Catalyst] Problem with static model in Tutorial::MoreCatalystBasics

2009-03-11 Thread hkclark
On Wed, Mar 11, 2009 at 7:23 AM, Adam Witney awit...@sgul.ac.uk wrote: Hi, I am new to Catalyst and so working my way through the tutorial. Everything has been working fine until i reached the A STATIC DATABASE MODEL WITH DBIx::Class section of the MoreCatalystBasics tutorial. After

Re: [Catalyst] command in Catalyst tute part 4 for generating schema files (static creation) using DBIx::Class::TimeStamp needs to be updated

2009-03-15 Thread hkclark
\        'print $Catalyst::Model::DBIC::Schema::VERSION\n' if not follow these instructions http://search.cpan.org/~hkclark/Catalyst-Manual-5.7018/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod#Convert_to_DBIC_%22load_namespaces%22 On Tue, Mar 10, 2009 at 12:32 PM,  kakim...@tpg.com.au wrote: Actually scrap

Re: [Catalyst] command in Catalyst tute part 4 for generating schema files (static creation) using DBIx::Class::TimeStamp needs to beupdated

2009-03-15 Thread hkclark
On Sun, Mar 15, 2009 at 1:06 PM, Octavian Râsnita orasn...@gmail.com wrote: From: hkcl...@gmail.com Please let me know if anyone has problems with this in the current version of the tutorial (v5.7020): http://search.cpan.org/perldoc?Catalyst::Manual::Tutorial The default behavior of

Re: [Catalyst] My experience porting to CataMoose

2009-05-27 Thread hkclark
language and this is my first dab into Moose so this document is probably rife with factual and grammatical errors. That was brilliant, apologies it's not gone anywhere for a couple of weeks. hkclark++ applied it and yelled at me as part of this round of tutorial updates. I've corrected

[Catalyst] Catalyst::Manual v5.8000 Now On CPAN

2009-05-28 Thread hkclark
Hi Everyone, A new version of Catalyst::Manual has been posted to CPAN. Although we don't yet have a lot of Catalyst 5.80-specific material just yet (there is some initial information at http://search.cpan.org/perldoc?Catalyst::Manual::CatalystAndMoose -- Please send in any contributions you

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-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] generating and redirecting to pdfs

2009-10-26 Thread hkclark
On Tue, Oct 20, 2009 at 6:25 PM, Steve Rippl rip...@woodlandschools.orgwrote: Hi, I'm using TT for my View templates, and I'm experimenting with Template::Plugin::Latex for generating pdf reports. Now I'm generating pdfs (which is nice!) but not redirecting to them at the end, so I suspect

[Catalyst] Please Read If You Have Done a Catalyst Advent Calendar Submission At Any Time

2010-01-10 Thread hkclark
Hi Everyone, The folks at perladvent.org would like to link to the Catalyst Advent Calendar and archive versions of it. We are assuming that everyone who has written an Advent entry in 2009 or prior years has done so under the standard Catalyst license. If you have submitted an article and

[Catalyst] [ANNOUNCE] Catalyst::Manual 5.8004

2010-02-18 Thread hkclark
Hi Everyone, Just wanted to let everyone know that I pushed an updated Catalyst Manual to CPAN yesterday. Almost all of the changes pertained to the tutorial. A big thanks to Caelum for doing most of the SQLite foreign key work. Also thanks to xenoterracide for a variety of edits to early

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread hkclark
On Tue, Sep 13, 2011 at 11:45 AM, Chris Stinemetz chrisstinem...@gmail.comwrote: Which network type or you using for the VM (bridged vs. NAT vs. host only)? I have it set up as bridged If you type netstat -tupan | grep 22 in the VM console, do you get anything? (That should show if

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread hkclark
On Tue, Sep 13, 2011 at 5:03 PM, Chris Stinemetz chrisstinem...@gmail.comwrote: Thanks everyone that helped. I was able to get it to work, although I had to use VMware instead of Virtualbox to get bridged connection to work. I must have been configuring virtualbox incorrectly. At any rate,