Re: [Catalyst] The Definitive Guide to Catalyst ... p. 165 listing all users and their roles

2012-07-11 Thread fREW Schmidt
Instead of role.role_id.role you should do role.role.role obviously that's silly in how confusing it is, so eventually if I were you i'd make the column in the role table to be called name, and then instead of calling user_roles role, call then user_role. That would make the above

[Catalyst] Conversion from Subversion to Git complete!

2011-02-17 Thread fREW Schmidt
/write: catag...@git.shadowcat.co.uk:Catalyst-Runtime.git If you'd like to get write access to the repo pop into the IRC channel (#catalyst on irc.perl.org) and ask about it; we can possibly get you hooked up -- fREW Schmidt http://blog.afoolishmanifesto.com

Re: [Catalyst] Conversion from Subversion to Git complete!

2011-02-17 Thread fREW Schmidt
Woops, that was a frew fail, here's the real gitweb url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=summary -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] Catalyst Git Conversion

2011-02-15 Thread fREW Schmidt
Yet another re-export as we were missing a number of tags and the branches had silly names. Get it while it's hot: https://github.com/frioux/Catalyst -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst@lists.scsys.co.uk Listinfo

Re: [Catalyst] Catalyst Git Conversion

2011-02-15 Thread fREW Schmidt
That's right. I just used github while converting repos as I can administer it easily as need be On Feb 15, 2011 2:30 PM, Kieren Diment dim...@gmail.com wrote: On 16/02/2011, at 7:14 AM, Christiaan Kras wrote: Just a small suggestion, but if the Git repositories for Catalyst are going to be

Re: [Catalyst] Catalyst Git Conversion

2011-02-14 Thread fREW Schmidt
On Mon, Feb 14, 2011 at 9:57 AM, Ronald J Kimball rkimb...@pangeamedia.comwrote: On Sat, Feb 12, 2011 at 3:45 AM, fREW Schmidt fri...@gmail.com wrote: #1: is it correct that the svn user rjk is Ronald J Kimball r...@linguist.dartmouth.edu ? That email address is no longer active. Please

Re: [Catalyst] Catalyst Git Conversion

2011-02-14 Thread fREW Schmidt
Ok, I've just re-exported the whole repo to fix the two author issues I've been notified of. I also ensured that the github users of those two authors were picked up correctly. If anyone else notices anything let me know. -- fREW Schmidt http://blog.afoolishmanifesto.com

Re: [Catalyst] Catalyst Git Conversion

2011-02-14 Thread fREW Schmidt
Also just converted the manual, see https://github.com/frioux/Catalyst-Manual Two issues I know of are we have no idea who u-foka is and we need confirmation that tome is Tom Eliaz -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst

[Catalyst] Catalyst Git Conversion

2011-02-12 Thread fREW Schmidt
of files can be handy. Hopefully this helps! -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

[Catalyst] Jobs, jobs, jobs, and jobs (don't forget about jobs!)

2010-04-15 Thread fREW Schmidt
or if you are on IRC msg me (frew on perl, frooh on freenode) with any questions you might have. I look forward to hearing from you! -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi

[Catalyst] mod_fcgid on win32

2010-01-28 Thread fREW Schmidt
] Premature end of script headers: acd_fastcgi.pl In the error.log I'm afraid this might be a win32 issue :-/ Anyway, does anyone have any input on this? I'd really like to get this working. -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread fREW Schmidt
it in their 'normal' repositories.. Ah, is that why it's not officially blessed by apache like mod_fcgid? -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread fREW Schmidt
of uninitialized value in string eq at C:/usr/site/lib/Catalyst/Action/RenderView.pm line 52. [Thu Jan 28 21:10:12 2010] acd_fastcgi.fcgi: Use of uninitialized value in string eq at C:/usr/site/lib/Catalyst.pm line 1714. Any ideas on what I might try next? -- fREW Schmidt http

[Catalyst] Anyone want a little bit of contract work?

2009-09-18 Thread fREW Schmidt
x108 We can discuss terms with my boss. It's friday and almost 2PM here, so you may want to wait to monday to call. You can always reach me by email. Hope to hear from someone! -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst

[Catalyst] Testing OpenID Logins + more

2009-09-02 Thread fREW Schmidt
to look more at Ashley's stuff. Thanks! -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] Splitting up a large application: Shared config and templates for multiple applications

2009-08-28 Thread fREW Schmidt
of a single location of routes ameliorates this enough that this is probably something not a lot of Cat teams would use. Anyway, just some thoughts in relation to this stuff... -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst

Re: [Catalyst] Problem flattening arrays in Catalyst/Helper/Model/DBIC/Schema

2009-08-26 Thread fREW Schmidt
hadn't seen this already. I reported the but re ActivePerl Package here: http://bugs.activestate.com/show_bug.cgi?id=84155 The issue is probably the same for OP. Just rebuild autobox and you should be good. AP users follow directions in the link. -- fREW Schmidt http

Re: [Catalyst] DB Functions in the Schema

2009-08-17 Thread fREW Schmidt
I don't know the answer to this off the top of my head, but I do know that you mailed it to the wrong people :-) You are much more likey to get a good answer if you send this to the DBIC ML. Good luck! On Aug 17, 2009 3:13 AM, Trevor Phillips trevor.phill...@gmail.com wrote: Is there an easy

Re: [Catalyst] Loading template according to request path

2009-08-11 Thread fREW Schmidt
according to action, I'm looking to match on path (without having to create logically redundant complementary actions). Well, you could be clever and do some kind of thing in an auto to do that -- fREW Schmidt http://blog.afoolishmanifesto.com

Re: [Catalyst] Chained, root action, with default sub present

2009-08-10 Thread fREW Schmidt
(0) { ... } -- fREW Schmidt http://blog.afoolishmanifesto.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site

Re: [Catalyst] Issues with Session::Store::DBIC + MSSQL

2009-08-05 Thread fREW Schmidt
On Tue, Aug 4, 2009 at 4:12 PM, Daniel Westermann-Clark d...@pobox.comwrote: On 2009-08-04 10:20:22 -0500, fREW Schmidt wrote: I am trying to set up Session::Store::DBIC but I am getting no love. Here is all of the relevant (afaik) data: Error: [Tue Aug 4 09:54:25 2009] acd_server.pl

[Catalyst] Issues with Session::Store::DBIC + MSSQL

2009-08-04 Thread fREW Schmidt
session_data expires /); CLASS-set_primary_key('id'); 'Truth-fact!'; Configuration in ACD.pm session = { dbic_class = 'DB::Session', expires= 60*60, # one hour }, Does anyone have any ideas regarding this? -- fREW Schmidt http://blog.afoolishmanifesto.com