Search Discussions
-
Hello, Problem: Can't call method "flatten" on unblessed reference at /nfs/local_perl/perllib/Catalyst/Helper/Model/DBIC/Schema.pm line 165. Preamble: I was following the catalyst tutorial in a ...
Pablo marin-garcia
Aug 25, 2009 at 11:58 pm
Aug 29, 2009 at 1:59 am -
Is there a presently existing mechanism which flexibly allows for template selection according to the request URI? For instance a request to www.myapp.com/somepage would set something like ...
Matt Whipple
Aug 11, 2009 at 7:09 pm
Aug 14, 2009 at 8:06 am -
Hi all, This should be painfully obvious, but I don't see it :) For a personal project, I want users to be able to click on a letter and get a list of countries starting with that letter. I can do ...
Curtis "Ovid" Poe
Aug 16, 2009 at 3:09 pm
Aug 20, 2009 at 1:01 pm -
Why does Catalyst::Controller not allow additional attributes on Private actions? Marcus added this code in r5558 back in November of 2006. 5558 marcus if ( $attrs- {Private} && ( keys %$attrs 1 ) ) ...
Bill Moseley
Aug 15, 2009 at 6:44 pm
Aug 17, 2009 at 9:57 pm -
Hi, I'm using the plugin C::P::I18N::DBI (which is from me) which loads the texts from database once on application startup. Now in my app I'm building an admin panel where one can edit the texts. ...
Matthias Dietrich
Aug 23, 2009 at 8:10 pm
Aug 26, 2009 at 12:12 pm -
7
[Catalyst] Splitting up a large application: Shared config and templates for multiple applications
I'm exploring the idea of breaking up a large application into a number of separate Catalyst apps. The application currently exists of a base application and a number of optional "products." For ...Bill Moseley
Aug 27, 2009 at 3:46 pm
Sep 2, 2009 at 4:03 pm -
I'm having trouble here at work creating models automatically using DBIx::Class::Schema::Loader from our MSSQL database. We use FreeTDS on Red Hat, and the MSSQL Server is Windows 2003 and SQL Server ...
Meeko
Aug 3, 2009 at 7:37 pm
Aug 4, 2009 at 8:51 pm -
I have recently updated my Catalyst installation from 5.71001 to version 5.80007 and have made one of my websites completely unusable. I followed the instructions in the tutorial ( ...
Collin Condray
Aug 20, 2009 at 3:42 am
Aug 21, 2009 at 6:47 pm -
i have a working application which i'm installing on a fresh box, with a fresh build of everything. But i've run into this: Couldn't instantiate component "threesixty::Model::CDBI", "Inconsistent ...
Mrchips
Aug 17, 2009 at 3:48 pm
Aug 19, 2009 at 4:43 pm -
Hi, Can you recommend a Linux distribution for production for Catalyst apps? ...and a version of Perl? Thanks. -- Octavian
Octavian Rasnita
Aug 6, 2009 at 10:50 am
Aug 12, 2009 at 11:58 am -
Hello How are you handling configuration for applications or code that run outside of Catalyst? For example, in my model tests, I have code like this: use MyCompany::CatApp; my $app = ...
Daniel Austin
Aug 28, 2009 at 2:10 am
Aug 30, 2009 at 4:10 am -
Is there an easy way to represent a DB function call as a named column within a DBIx::Class schema? eg; If at the DB level I would do something like: select updated, from_unixtime(updated) as ...
Trevor Phillips
Aug 17, 2009 at 8:12 am
Aug 18, 2009 at 9:41 am -
OBJECTIVE: On a per action basis, have Catalyst NOT reset cookies it finds using 'Session::State::Cookie'. PROBLEM: Images are dispatched from a database (and therefore not statically served). The ...
Steve Kleiman
Aug 16, 2009 at 6:59 pm
Aug 18, 2009 at 7:31 am -
I think this may be either a bug or something I don't understand about specifying chained actions. Suppose I have a controller which has a defined default action (such as created by catalyst.pl by ...
Matija Grabnar
Aug 9, 2009 at 2:31 pm
Aug 16, 2009 at 5:22 am -
I did something cool these days for a client and was thinking that perhaps might be a cool plugin for Catalyst. I created a B2B app for a client that has both HTML and XML API. So I decided to ...
Alejandro Imass
Aug 6, 2009 at 4:15 pm
Aug 13, 2009 at 3:11 pm -
Hello everyone, i am using fastcgi to run my catalyst application. previously i configured info related to session storage as follows. <session expires 86400 cookie_expires 0 storage ...
Gutta
Aug 5, 2009 at 6:27 am
Aug 6, 2009 at 12:48 am -
Hello I'm curious how other Catalyst developers are managing their CPAN module dependencies. I see our current application as having four types of module dependencies: * Modules that are required for ...
Daniel Austin
Aug 31, 2009 at 1:44 am
Sep 10, 2009 at 12:25 pm -
I was starting to implement a custom ActionClass (similar to RenderView) and then wondered if it would be better written as a Moose role. Is there a reason to use one over another? Last I looked, an ...
Bill Moseley
Aug 28, 2009 at 5:25 pm
Sep 5, 2009 at 4:27 pm -
Hello! I have a question that is hopefully trivial for someone here, but I haven't seen any examples. I have an app I'm building, used by folks in an Active Directory network. It's got a DBIx model ...
Steve Rippl
Aug 10, 2009 at 3:18 am
Aug 10, 2009 at 9:58 pm -
Please check my error.log: I find the modules were loaded two times? Why? [Tue Aug 04 01:05:14 2009] [notice] caught SIGTERM, shutting down *[debug] Debug messages enabled* [debug] Statistics enabled ...
Malloy
Aug 4, 2009 at 8:07 am
Aug 4, 2009 at 9:29 am -
Hello all, I'm having trouble extending Catalyst::Plugin::I18N. I've switched my I18N plugin for a MyApp::Plugin::I18N like this: use Catalyst qw/ ... +MyApp::Plugin::I18N .../; MyApp/Plugin/I18N.pm: ...
Rodrigo de Oliveira
Aug 26, 2009 at 12:44 pm
Aug 26, 2009 at 7:05 pm -
Hello subscribers, On some pages I need to re-check user password (to be more concrete - each time when user change any settings on "user settings" page). I can't compare passwords directly ...
Oleg Kostyuk
Aug 25, 2009 at 11:22 pm
Aug 26, 2009 at 1:02 am -
Hi, I've seen some Catalyst sample modules that use "use base" and some others that use "use parent". I know that the recommendation could be to use Moose and "extends...", but if Moose is not ...
Octavian Rasnita
Aug 25, 2009 at 5:42 pm
Aug 26, 2009 at 12:06 am -
I also tried with Catalyst::ClassData. Must be missing something. All modules up to date. On Perl 5.10.0. $ catalyst.pl MyApp $ cat lib/Catalyst/Plugin/Role.pm package Catalyst::Plugin::Role; use ...
Bill Moseley
Aug 31, 2009 at 2:15 am
Sep 3, 2009 at 12:18 am -
Who wants to write a review of the book for slashdot?
Kieren Diment
Aug 28, 2009 at 9:14 am
Aug 28, 2009 at 12:29 pm -
Hello all, Is anyone having trouble with clear passwords since this morning's update of C:P:Authentication to ver 0.10014? I have two instances that have stopped working. Changing to none works ok. ...
Chris Devine
Aug 26, 2009 at 5:00 pm
Aug 26, 2009 at 7:50 pm -
I am lobbying for the exclusive use of Catalyst as the development tool of choice, and therefore Perl as the preferred language in our small software company. Having researched Catalyst and having ...
Steve
Aug 25, 2009 at 3:21 pm
Aug 25, 2009 at 4:03 pm -
Catalyst Fans, <NewbieAlert I've Googled and searched the list message archives but am having trouble zeroing in on the info I need. I'm sure in all that searching the answer has been staring me ...
Kevin Monceaux
Aug 20, 2009 at 10:01 pm
Aug 24, 2009 at 7:52 am -
Hi, I need some advice about an old 5.7 plugin that I came across at a client site. The plugin wraps CGI::Expand to deal with hierarchical parameters (see expand_cgi export in CGI::Expand docs). They ...
Pedro Melo
Aug 21, 2009 at 10:37 am
Aug 21, 2009 at 4:26 pm -
I was just wondering if there are any catalyst applications or other examples out there using some kind of workflow mechanism. -- Kiffin Gish <Kiffin.Gish@planet.nl Gouda, The Netherlands
Kiffin Gish
Aug 16, 2009 at 5:04 pm
Aug 18, 2009 at 10:24 pm -
Hey guys, 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: SQL Creation Script CREATE ...
fREW Schmidt
Aug 4, 2009 at 3:20 pm
Aug 5, 2009 at 2:47 pm -
1
[Catalyst] DBI handle without "magic" when calling with dump_info=1 after updating Catalyst::Runtime
Hi, yesterday I've updated Catalyst::Runtime to 5.80011 and also did an update to several other modules (like Moose, DBIC, DBI and some plugins). Today I discovered that my DBI handle looses his ...Matthias Dietrich
Aug 24, 2009 at 9:01 pm
Jan 6, 2010 at 2:24 pm -
I'm in the process of adding custom access control for actions. I've been looking over C::P::Authorization::ACL. It overrides execute() which is run for every method called by the dispatcher, which ...
Bill Moseley
Aug 30, 2009 at 8:17 pm
Sep 2, 2009 at 5:42 pm -
For those of you who've had the pleasure of working with git you may have come across gitweb, the web front end to a given set of git repositories. It is bundled with the git source[1] as gitweb.perl ...
Dan Brook
Aug 25, 2009 at 4:39 pm
Aug 25, 2009 at 7:08 pm -
Apparently the issue fixed in 5.80009 wasn't the only regression introduced in 5.80008. Catalyst-Runtime 5.80010 has just been uploaded, which corrects and adds tests for yet another issue, with no ...
Florian Ragwitz
Aug 21, 2009 at 9:45 pm
Aug 23, 2009 at 12:03 pm -
Hi all, I�m attempting to get catalyst 5.80007 up and running on active state perl 5.8.9 826. It seems to install properly and i�ve been working my way through the catalyst book. However when i try ...
Clive glew
Aug 17, 2009 at 2:48 pm
Aug 17, 2009 at 8:43 pm -
Where would be a good place to ask about possible errata (not already found/reported)? Without some confirmation I feel a little uncomfortable posting to the Apress site or wiki. TIA, Rod --
Roderick A. Anderson
Aug 10, 2009 at 3:10 pm
Aug 10, 2009 at 5:03 pm -
Hi all - At $work we are looking for a Perl-savvy job shop to handle project-based work on an ongoing basis. Looking for skills in Catalyst, Moose, Template Toolkit, bonus points for RDBO. Prefer ...
Larry Leszczynski
Aug 26, 2009 at 8:21 pm
Aug 26, 2009 at 8:21 pm -
Unfortunately, Catalyst-Runtime 5.80008 introduced a serious regression. Catalyst-Runtime 5.80009 has just been uploaded, which corrects and adds tests for the issue, with no other changes. The ...
Tomas Doran
Aug 21, 2009 at 8:30 pm
Aug 21, 2009 at 8:30 pm -
The Catalyst core team is pleased to announce the availability of the latest maintenance release of Catalyst-Runtime, version 5.80008. A number of bugs have been fixed, and a load of small but useful ...
Tomas Doran
Aug 21, 2009 at 4:30 pm
Aug 21, 2009 at 4:30 pm -
Hi, This patch fixes a minor error in the ConfigLoader documentation. (It refered to myapp.local when it meant myapp_local.conf) Also reported as RT#48823 ta, Toby A non-text attachment was ...
Toby Corkindale
Aug 19, 2009 at 5:37 am
Aug 19, 2009 at 5:37 am -
Submit here: http://www.postgresqlconference.org/ The event this year is being held at Seattle Central Community College from October 16th through 18th. The move to Seattle opens up a larger ...
Joshua D. Drake
Aug 7, 2009 at 3:50 pm
Aug 7, 2009 at 3:50 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 42 |
posts | 210 |
users | 73 |
website | catalystframework.org |
irc | #catalyst |
73 users for August 2009
Archives
- May 2016 (4)
- April 2016 (8)
- March 2016 (47)
- January 2016 (12)
- December 2015 (27)
- November 2015 (15)
- October 2015 (29)
- September 2015 (6)
- August 2015 (4)
- July 2015 (17)
- June 2015 (9)
- May 2015 (22)
- April 2015 (1)
- March 2015 (1)
- February 2015 (46)
- January 2015 (22)
- December 2014 (25)
- November 2014 (6)
- October 2014 (9)
- September 2014 (4)
- August 2014 (3)
- July 2014 (9)
- June 2014 (11)
- May 2014 (5)
- April 2014 (16)
- March 2014 (4)
- February 2014 (19)
- January 2014 (24)
- December 2013 (48)
- November 2013 (65)
- October 2013 (25)
- September 2013 (30)
- August 2013 (173)
- July 2013 (68)
- June 2013 (52)
- May 2013 (68)
- April 2013 (29)
- March 2013 (103)
- February 2013 (33)
- January 2013 (31)
- December 2012 (49)
- November 2012 (48)
- October 2012 (154)
- September 2012 (54)
- August 2012 (55)
- July 2012 (97)
- June 2012 (78)
- May 2012 (164)
- April 2012 (113)
- March 2012 (150)
- February 2012 (134)
- January 2012 (79)
- December 2011 (80)
- November 2011 (108)
- October 2011 (146)
- September 2011 (149)
- August 2011 (108)
- July 2011 (77)
- June 2011 (44)
- May 2011 (91)
- April 2011 (179)
- March 2011 (386)
- February 2011 (114)
- January 2011 (144)
- December 2010 (129)
- November 2010 (232)
- October 2010 (97)
- September 2010 (167)
- August 2010 (184)
- July 2010 (126)
- June 2010 (123)
- May 2010 (118)
- April 2010 (266)
- March 2010 (286)
- February 2010 (146)
- January 2010 (327)
- December 2009 (238)
- November 2009 (166)
- October 2009 (180)
- September 2009 (158)
- August 2009 (210)
- July 2009 (332)
- June 2009 (379)
- May 2009 (392)
- April 2009 (534)
- March 2009 (280)
- February 2009 (471)
- January 2009 (267)
- December 2008 (251)
- November 2008 (253)
- October 2008 (199)
- September 2008 (234)
- August 2008 (291)
- July 2008 (293)
- June 2008 (272)
- May 2008 (407)
- April 2008 (416)
- March 2008 (494)
- February 2008 (334)
- January 2008 (589)
- December 2007 (425)
- November 2007 (350)
- October 2007 (289)
- September 2007 (315)
- August 2007 (426)
- July 2007 (395)
- June 2007 (410)
- May 2007 (835)
- April 2007 (315)
- March 2007 (452)
- February 2007 (393)
- January 2007 (644)
- December 2006 (584)
- November 2006 (504)
- October 2006 (369)
- September 2006 (370)
- August 2006 (551)
- July 2006 (383)
- June 2006 (679)
- May 2006 (607)
- April 2006 (934)
- March 2006 (691)
- February 2006 (634)
- January 2006 (921)
- December 2005 (866)
- November 2005 (988)
- October 2005 (414)
- September 2005 (266)
- August 2005 (439)
- July 2005 (286)
- June 2005 (316)
- May 2005 (115)
- April 2005 (261)
- March 2005 (95)