Search Discussions
-
Hello, I'm trying to help the guys at NFSHost to update their Catalyst from 5.63 to 5.66 (so that I can successfully deploy much demo photo gallery application there). The thing is that it's ...
Nilson Santos Figueiredo Junior
Mar 28, 2006 at 12:09 am
Apr 6, 2006 at 2:10 pm -
Oh... that is not so good and comes as a bit of a shock to hear you say it since I've been admiring your work on Catalyst for a long time. The probability of race conditions in any kind of read/write ...
Ashley Pond V
Mar 22, 2006 at 6:42 pm
Apr 2, 2006 at 7:51 am -
There has been a small change in trunk for the catalyst.pl generated MyApp.pm. MyApp.pm will no more contain actions, instead we have a MyApp::Controller::Root now. This is another best practice ...
Sebastian Riedel
Mar 1, 2006 at 3:58 am
May 7, 2006 at 9:32 am -
Hi, so far I wrote my code with max. error checking and simply inserted "or die" after almost everything I do. but "or die" is nice while developing, in the final application I should used something ...
Andreas Jellinghaus
Mar 15, 2006 at 2:04 pm
Mar 17, 2006 at 7:24 am -
There are a couple of behaviours I'm not keen on, are they intended, and would patches 'fixing' them be accepted? When I set an elements' value to zero, it's not set in the output xml. When I set an ...
Carl Franks
Mar 1, 2006 at 12:38 pm
Mar 8, 2006 at 5:18 pm -
Are there any live demos of working catalyst open source projects? http://dev.catalyst.perl.org/wiki/WikiStart lists: * MiniMojo http://www.perl.com/pub/a/2005/06/02/catalyst.html?page=2 * Hops ...
Thomas Hartman
Mar 23, 2006 at 7:22 pm
Mar 31, 2006 at 10:25 pm -
Hello! I'm experiencing a problem with a Catalyst 5.65 installation under Ubuntu Linux 5.10. All the tables on the MySQL database are marked UTF-8, and the collation is utf8_general (as I always set ...
Michele Beltrame
Mar 2, 2006 at 3:35 pm
Mar 6, 2006 at 8:41 am -
Matt, If you don't mind, I (and other relative neophytes, I'm sure) would like to hear you and anyone else interested in chiming in, expand on your preference for mod_fastcgi over mod_perl when ...
Scott Karns
Mar 27, 2006 at 9:42 pm
Mar 28, 2006 at 2:11 pm -
Has anyone successfully used C:P:A:Store::LDAP with a cafile, clientcert, and clientkey specified and running on apache2/mod_perl? I get the following error when I attempt to authenticate with these ...
Scott Karns
Mar 27, 2006 at 4:03 am
Mar 30, 2006 at 5:38 pm -
Hello all. I am developing a simple app to allow my users to review the status of their pyKota print quota stats. I am using Catalyst-5.66 and, among other plugins, ...
Scott Karns
Mar 21, 2006 at 6:21 pm
Mar 23, 2006 at 4:04 am -
I've been searching around and reading a bunch of code but I can't find an "already complete" way to serve images (and other media like flash, aacs, mp4s and such) from a database. Is there something ...
Ashley Pond V
Mar 11, 2006 at 6:51 am
Mar 12, 2006 at 2:36 pm -
Resent to correct From address Hello, I'm trying to run a catalyst application in a DreamHost account but i'm getting the following error: [Thu Mar 23 05:39:49 2006] [catalyst] [info] TGLC powered by ...
Jonas Alves
Mar 23, 2006 at 2:01 pm
Mar 24, 2006 at 5:29 pm -
Hi, I used CGI-Prototype for a fairly large project last year, and fell for CGI-Prototype-Mecha! It provides an object for use in your test.t files which is a sub-class of WWW-Mechanize, this ...
Carl Franks
Mar 2, 2006 at 5:06 pm
Mar 3, 2006 at 9:39 am -
I know RoR will automatically maintain the dates of columns named "updated_on" and "created_on". Can I do a similar thing with Catalyst? My currently plan is to use Catalyst::Model::CDBI. I took a ...
Kennedy Clark
Mar 2, 2006 at 4:17 am
Mar 2, 2006 at 7:50 pm -
I just wanted to give Catalyst::Plugin::FormValidator::Simple a try, but then I regcognized that it sources Catalyst::Plugin::FormValidator (and of course Data::FormValidator) just to make it play ...
Bernhard Graf
Mar 19, 2006 at 3:03 pm
Mar 20, 2006 at 7:18 am -
Hi, I have tried creating the tutorial project under Windows 2000 just like Catalyst::Manual::Tutorial says, but nothing is printed on the web page when accessing: http://localhost:3000/users/greet ...
Octavian Rasnita
Mar 18, 2006 at 4:41 pm
Mar 19, 2006 at 4:24 pm -
Hello, I've recently started using Catalyst + Apache2 as the server and have had a big pain in debugging my code and checking if certain statements are reached. I've tried googling with little ...
Edric H
Mar 8, 2006 at 10:52 pm
Mar 11, 2006 at 2:09 pm -
I've just finished setting up Catalyst/MP2/Apache2 on a Windows 2003 server. Everything is working until I attempt to use a model class. Any attempt throws the following exception: <error Caught ...
Ryan Parr
Mar 7, 2006 at 6:00 pm
Mar 8, 2006 at 6:54 pm -
Hi there, I would like to know how catalyst developers work with the sources in order to improve/patch/fix catalyst. Is this a valid approach? 1. compile/install perl in an specific location. ...
David Rio Deiros
Mar 21, 2006 at 7:48 am
Mar 23, 2006 at 7:45 am -
Hello! I use Catalyst with mod_fastcgi (when deploying) and with normal CGI (when developing). Execution of applications is getting however pretty slow even when developing, when solutions such as ...
Michele Beltrame
Mar 20, 2006 at 9:13 am
Mar 20, 2006 at 5:51 pm -
Here's a patch to (hopefully) replace all CDBI references/examples in the core Catalyst distribution, with suitable DBIC examples instead. I hope the writing's ok (particularly thinking of the ...
Carl Franks
Mar 15, 2006 at 5:03 pm
Mar 18, 2006 at 3:08 pm -
I wanted to post a note on a problem and a workaround, for those installing Catalyst under ActiveState's latest release of Perl 5.8.8 on Windows. Several module installations, including Catalyst ...
Thomas L. Shinnick
Mar 15, 2006 at 5:22 am
Mar 16, 2006 at 1:16 pm -
[mailto:catalyst-bounces at lists.rawmode.org] On Behalf Of David Rio Deiros You should install Class::DBI::Oracle, which solves this problem. After you install it, change your classes to inherit ...
Garrett, Philip (MAN-Corporate)
Mar 6, 2006 at 8:18 pm
Mar 6, 2006 at 11:12 pm -
Hi, how to restart fastcgi server in dynamic mode under apache?
Denis
Mar 6, 2006 at 10:26 am
Mar 6, 2006 at 4:02 pm -
Attached is a patch which adds a new '-mech' flag to the script/create.pl program It changes the generated test-file, so that instead of testing this... *** BEGIN { use_ok 'Catalyst::Test', 'myapp' } ...
Carl Franks
Mar 3, 2006 at 10:51 am
Mar 3, 2006 at 4:20 pm -
I have a header template which is creating links to javascript and css files. When I access the Catalyst app from localhost using "http://localhost:3000/finance", everything works fine. If I access ...
Bob Faist
Mar 27, 2006 at 7:18 pm
Mar 28, 2006 at 12:44 am -
Hi folks, I am using SQLite for a quick app and within the app are some dates that I am presenting in dd-MMM-YYYY. Trouble is SQLite requires them in YYYY-MM-DD HH::MM::SS for it to do anything ...
Kevin White
Mar 17, 2006 at 10:17 pm
Mar 18, 2006 at 10:42 am -
I just upgraded to 5.66, and restarted working on my site conversion to Catalyst. I did the usual catalyst.pl HandelSite; *create.pl view TT TT, setup some pages, turned on the Root::end and ...
Christopher H. Laco
Mar 14, 2006 at 2:53 am
Mar 14, 2006 at 4:56 pm -
I'm curious about those short airline confirmation ids. My last airline confirmation number was BU8743, which is a lot easier to say over the phone than, say, a UUID or md5 hash. But, their ...
Bill Moseley
Mar 2, 2006 at 3:31 pm
Mar 2, 2006 at 5:46 pm -
I recently got my Catalyst app running on lighttpd with load-balanced FastCGI servers. Most notes I saw on the net discussed other frameworks so I wrote some Catalyst-specific install notes if anyone ...
John Wang
Mar 8, 2006 at 5:44 am
Jun 19, 2007 at 9:49 pm -
Dear All, I am trying to automatically add a Header template and footer template to all templates for any controller, so as not to have a include in each controller template. I read about PRE_PROCESS ...
Gavin Henry
Mar 25, 2006 at 9:56 am
Mar 25, 2006 at 4:06 pm -
i have this method as shown here: sub index : Path('test.html') { } i have found that when go to my browser and enter: "http://test.internal/test.html" i get the following error message: Couldn't ...
Edric
Mar 18, 2006 at 2:27 am
Mar 20, 2006 at 5:26 pm -
Ok, so I have seen that DBIx is probably the preferred Cat model module, but what does it give me over CDBI? I have limited knowledge of databases, in that I can create a MySQL db, create some tables ...
Duncan Ferguson
Mar 16, 2006 at 10:26 pm
Mar 19, 2006 at 2:32 pm -
Hi Catalisters I spent a few spare hours in the last weeks working through the tutorial, and I think I've convinced myself that this is the direction I want to go in. The problem I now have is that I ...
Daniel McBrearty
Mar 13, 2006 at 10:04 pm
Mar 14, 2006 at 9:05 pm -
I'm not usually very fond of sites where all the validation is *only* done at the server. This provides, IMO, a lousy user experience. However, I'm also sane enough to acknowledge that some sites out ...
Nilson Santos Figueiredo Junior
Mar 13, 2006 at 5:20 pm
Mar 14, 2006 at 6:02 pm -
(Apologies for the repost, I had word-wrap off for the initial one) Hello all, I've been watching this project for a long time and have been amazed at the speed and quality of the development. Many ...
Brian Kirkbride
Mar 2, 2006 at 5:56 pm
Mar 3, 2006 at 6:50 pm -
http://jobs.perl.org/job/3415 -- sebastian
Sebastian Riedel
Mar 1, 2006 at 5:52 am
Mar 28, 2006 at 6:33 pm -
FYI, pristine install, installing SQLite from CPAN is broken and even using the rpm, 60% of the DBIx::Class tests fail too. In other news, why should DBIC depend on SQLite? I only care about Pg... -- ...
Dave Hodgkinson
Mar 23, 2006 at 12:30 pm
Mar 23, 2006 at 9:00 pm -
hi, all. Since we use more than one database server, I need to connect database in sub auto of Root.pm. so I config the Catalyst::Plugin::Authentication::Store::DBIC after the connect like this: sub ...
Fayland Lam
Mar 23, 2006 at 4:36 am
Mar 23, 2006 at 4:09 pm -
I've been using the Agave blog on my system for a while now with good success. Today though, I needed to restart apache for a different site, and I guess it picked up some new perl modules with the ...
Jason Hall
Mar 21, 2006 at 8:56 pm
Mar 23, 2006 at 7:04 am -
Hello! I am using HTML::Widget to generate my forms and I find that the XML it generates is quite difficult to skin so that it displays i.e. in a table like fashion (that is: labels on the left and ...
Michele Beltrame
Mar 13, 2006 at 4:41 pm
Mar 14, 2006 at 10:22 am -
In the html-widget test suite, instead of having this copy-pasted in many files, my $query = Test::MockObject- new; my $data = { foo = 'foo', bar = [ 'yada', 23 ] }; $query- mock( 'param', sub { my ( ...
Carl Franks
Mar 13, 2006 at 11:16 am
Mar 13, 2006 at 3:23 pm -
Hi, I'm trying to get started with C::M::DBIC::Schema. I have an existing schema defined, but C::M::DBIC::Schema does not seem to be picking up custom result_classes . The schema is defined like: ...
Richard Jolly
Mar 30, 2006 at 9:56 am
Mar 31, 2006 at 4:57 pm -
I just did wget http://handelframework.com/downloads/CatInABox.tar.gz tar tzvf CatInABox.tar.gz and got gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from ...
Thomas Hartman
Mar 24, 2006 at 1:32 pm
Mar 24, 2006 at 10:52 pm -
Hi, I've created a generic component that lets the developer have buttons More and Fewer under a list of identical UI elements. If these buttons are clicked, the form is submitted, but the data are ...
Vsevolod (Simon) Ilyushchenko
Mar 15, 2006 at 9:06 pm
Mar 20, 2006 at 8:47 am -
Hi people Just trying to put together a test script to explore this package, but a bit stuck with the basics ... I have a class Schema.pm in my library: package Schema; use base ...
Daniel McBrearty
Mar 18, 2006 at 7:09 am
Mar 19, 2006 at 1:36 am -
Hi, I'm just dipping into Catalyst for the first time, and having trouble modifying the Template Toolkit's INCLUDE_PATH as directed in the Tutorial. My application is named 'Commencement', and my ...
Marcus baker
Mar 9, 2006 at 11:06 pm
Mar 14, 2006 at 9:41 pm -
Hi, I have created the first test Catalyst application (under Windows 2000, ActivePerl 5.8.7) and I have followed the pod documentation for doing this. All went fine, but when I run perl ...
Octavian Rasnita
Mar 4, 2006 at 8:46 pm
Mar 5, 2006 at 4:19 pm -
For review: http://files.westermann-clark.com/Catalyst-Plugin-Session-Store-DBIC-0.01.tar.gz I know what you're thinking: Why not use Store::DBI? Primarily because Store::DBI is difficult to use with ...
Daniel Westermann-Clark
Mar 3, 2006 at 3:14 am
Mar 3, 2006 at 8:27 pm -
Hi there, I asked this in #catalyst but we couldn't find out what was going on . I thought that maybe someone could help me here since I am going to be posting all the detailed information about the ...
David Rio Deiros
Mar 2, 2006 at 11:23 pm
Mar 3, 2006 at 5:57 am
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 137 |
posts | 691 |
users | 115 |
website | catalystframework.org |
irc | #catalyst |
115 users for March 2006
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)