Search Discussions
-
Since a fair few of you will now have John's book, I figured it was time to ask what you'd want from a second book. I guess the existing one provides a pretty good tutorial style, so we should be ...
Matt S Trout
Feb 18, 2008 at 6:17 pm
May 5, 2008 at 11:54 am -
Hello! Scaffold seems to be a good thing, but it is using CDBI. Maybe something like it with DBIC exists? Alex.
Alex Povolotsky
Feb 20, 2008 at 3:17 pm
Mar 12, 2008 at 7:20 pm -
I just got advise from mst to not use mod_fcgid in production because it doesn't support external fastcgi and this is the way to do HA apps. I wanted to ask some questions and hear some arguments. I ...
Matt Pitts
Feb 7, 2008 at 4:46 pm
Apr 7, 2008 at 3:33 pm -
Hi, I request all albums of a user by calling $c- user- albums- all; That results in a query which retrieves the user id and then querys the album table with that user id in the where clause. It ...
Moritz Onken
Feb 13, 2008 at 4:53 pm
Feb 23, 2008 at 6:35 pm -
So, it's that time again. I had a thought about this. I quite like some things about facebook. It's a useful way for me to be able to communicate with people I've known since before I left school. ...
Kieren Diment
Feb 26, 2008 at 12:59 pm
Mar 26, 2008 at 11:26 pm -
hi I do not know if this test has already been posted on the list Why these bad performances ? http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks/ thank
Dab
Feb 29, 2008 at 4:21 pm
Mar 10, 2008 at 9:22 pm -
Hi all, I have the following situation: in our app, some templates need to be user-customisable (we do some white-labelling basically), so those come from the database. For that, I wire up my view, ...
Aristotle Pagaltzis
Feb 9, 2008 at 5:39 pm
Feb 11, 2008 at 4:30 pm -
Hello Catalysters, I'm using Catalyst with a DBIx::Class model generated by DBIx::Class::Schema::Loader. I want to make my model do more work, rather than having my controllers fiddling around with ...
Cian Barclay
Feb 20, 2008 at 3:10 am
Feb 23, 2008 at 7:29 pm -
I've been trying to use this plugin and looks like it does not work properly, or does not work at all. I'm not sure if you have used this module and how to get it work. This is what I did, in base ...
Will Smith
Feb 13, 2008 at 9:06 pm
Feb 14, 2008 at 12:35 am -
Hi, I am considering getting the Catalyst book and had a question or 2. Should it be bought from the Packt publishing site as opposed to anywhere else? Does buying it there help the catalyst project ...
Dermot
Feb 25, 2008 at 2:09 pm
Feb 26, 2008 at 9:05 am -
Hello all, I'd be interested in hearing opinions from the Catalyst community on the best managed hosting. We run a Catalyst-based web service and are currently on several self-managed dedicated hosts ...
Brian Kirkbride
Feb 24, 2008 at 9:29 pm
Mar 8, 2008 at 7:17 pm -
Hi, I am new to Catalyst and read alot of tutorials and the book and tried some small things with catalyst. It is great:-) I want to create a "Multilingual Site", but I don't know how to begin, ...
Michael Schreier
Feb 19, 2008 at 6:07 pm
Feb 21, 2008 at 5:34 pm -
Hello! I haven't find the answer in FAQ and cookbook, so I'm asking here. How do I add server-side sorting for list operation? I want to select * from table sort by field instead of default select * ...
Alex Povolotsky
Feb 11, 2008 at 9:55 am
Feb 11, 2008 at 6:59 pm -
Hi Everyone, I'm developing a Catalyst::Controller::REST based controller in an app that I'm working on. I've created the _GET and _POST methods and now I'm trying to test them. They work fine if I ...
Damon Snyder
Feb 26, 2008 at 8:20 pm
Feb 26, 2008 at 11:09 pm -
We have a load balanced application where the proxy does *not* force any type of sticky session with each backend. The app was running in production as a single instance (pre load-balanced) and we ...
Matt Pitts
Feb 20, 2008 at 6:08 pm
Feb 21, 2008 at 7:33 pm -
hi I just developed a catalyst application and I was wondering how I could get it to support multiple databases. Instead of just one per application. Tyler
Tyler Bird
Feb 26, 2008 at 10:41 pm
Jul 19, 2008 at 11:55 pm -
[info] *** Request 1 (1.000/s) [43248] [Sun Feb 24 02:05:17 2008] *** [debug] "GET" request for "location/add" from "89.222.147.9" [debug] Path is "location/add" [debug] Form (location/edit): Looking ...
Alex Povolotsky
Feb 23, 2008 at 11:24 pm
Feb 27, 2008 at 4:24 am -
Hi All, If you want to provide access over SSL with auth, i.e. for example a desktop app posting and retrieving info from/to a Catalyst app what's the best way? REST or SOAP? I want the same users ...
Gavin Henry
Feb 4, 2008 at 10:49 am
Feb 5, 2008 at 9:16 am -
hello! i'm writing my first controller method to update the database using the catalyst model, but i seem to have the syntax for that all wrong. my $obj = $c- model ('MyAppDB::Student')- update ( { ...
Jennifer Ahn
Feb 25, 2008 at 8:56 pm
Mar 8, 2008 at 8:26 pm -
hi I want to only show certain log messages to my console based on the log level 'debug' I believe catalyst supports log levels, but this doesn't seem to be working if ( $c- is_debug() ) { $c- ...
Tyler Bird
Feb 25, 2008 at 9:25 pm
Mar 5, 2008 at 10:59 am -
Hello all. First time posting here. :-) I'm trying to get at $ENV{HTTP_REFERER} from my catalyst app but it doesn't seem to be there. In fact the only keys that exist in %ENV are CATALYST_ENGINE and ...
Ryan Pack
Feb 27, 2008 at 10:39 pm
Feb 27, 2008 at 11:20 pm -
Hello! I'm trying to make a form with select using Controller::FormBuilder. Code is quite straightforward === edit.fb === name: server_edit method: post fields: name: label: Server Name required: 1 ...
Alex Povolotsky
Feb 26, 2008 at 2:36 pm
Feb 27, 2008 at 8:46 am -
Anyone done any integration with Class::Workflow and mapping object states to actions? I need to get back on the Mango wagon this week and I'm toying with making checkout nothing more than ...
Christopher H. Laco
Feb 26, 2008 at 7:05 pm
Feb 27, 2008 at 8:13 am -
Hello! I recall I've seen somewhere calendar plugin for catalyst applications, but I cannot find one. Maybe someone will point me to a missing link?... Alex.
Alex Povolotsky
Feb 17, 2008 at 7:14 pm
Feb 20, 2008 at 9:58 am -
hello! how does one implement cookies in catalyst? jennifer
Jennifer Ahn
Feb 12, 2008 at 11:44 pm
Feb 13, 2008 at 4:51 am -
hello!! i just started building my web application on catalyst and i'm wondering where to put my javscript library in the framework. i would greatly appreciate sharing your experience fitting ...
Jennifer Ahn
Feb 5, 2008 at 7:04 pm
Feb 5, 2008 at 11:36 pm -
Hi, I need to add some components to some packages created by Catalyst::Helper::Model::DBIC::Schema. I tried adding them under the md5 checksum so updates wont break, but some of them needed to be ...
Moritz Onken
Feb 4, 2008 at 7:18 pm
Feb 5, 2008 at 5:07 pm -
Hi, I'm using catalyst and TT to develop a system, where it is possible to search in system logfiles based on predefined regex. I need a way to BROWSE on the server filesystem. I can use the ...
Peter Sørensen
Feb 29, 2008 at 11:13 am
Feb 29, 2008 at 9:53 pm -
I would like to implement a page navigation based on the first letter of the items, e.g. first letter of last names, so all last names with 'A' will display when you click on 'A' (instead of page 1) ...
Matt Knesi
Feb 27, 2008 at 11:50 pm
Feb 28, 2008 at 7:04 am -
Hi, I just installed catalyst and I change parameter in my controller file say to retrieve a different ranking of books $context- stash- {books} = [ $context- model('MyAppDB::Book')- search( { rating ...
Tyler Bird
Feb 25, 2008 at 7:33 pm
Feb 26, 2008 at 9:41 am -
YUI 2.5 was released yesterday, and one of the new features is a Flash-based uploader with multi-file select and a progress bar. It's billed as experimental, but I've put together an example Catalyst ...
Robert Krimen
Feb 21, 2008 at 12:34 pm
Feb 22, 2008 at 3:16 pm -
Hello! How can I access variables in [% META %] part of template? I've found no example in tutorial and no clues as well... Alex.
Alex Povolotsky
Feb 17, 2008 at 8:20 pm
Feb 18, 2008 at 10:02 pm -
Hi, I've started using CaptureArgs and PathPart and find them excellent and easy to use. I've probably missed something from the docs but does anyone have a best practice in using uri_for or an ...
Alan Hicks
Feb 4, 2008 at 12:09 pm
Feb 18, 2008 at 7:53 pm -
Hi all, Castaway mentioned the idea of having components defined entirely by config entries, without the need for any actual class files on disk, and I was bored, so I went ahead and implemented it. ...
Dagfinn Ilmari Mannsåker
Feb 12, 2008 at 7:09 am
Feb 14, 2008 at 2:10 pm -
Hi, I am currently doing some tests with my application and I am wondering if there is any efficient and effective way to know if pages which should be displayed correctly are actually being ...
Sindharta_tanuwijaya
Feb 4, 2008 at 6:58 am
Feb 4, 2008 at 8:21 am -
Hi, How can I support multiple schema's per application and share them between applications hopefully without duplication in the catalyst framework? Tyler
Tyler Bird
Feb 25, 2008 at 10:30 pm
Mar 8, 2008 at 4:41 pm -
Hi, I am working with the tutorials, at the authentication part, and have hit a snag. I've add the following to my package Authentication Authentication::Store::DBIC ...
Dermot
Feb 29, 2008 at 1:03 pm
Feb 29, 2008 at 8:53 pm -
Hello, Andrew Ford has made available developer's releases of the next version of the Template::Plugin::Latex. Version 3 has several nice improvements over version 2: it detects if the latex file ...
Francesc Romà i Frigolé
Feb 28, 2008 at 1:46 pm
Feb 29, 2008 at 5:55 pm -
Hello, I'm new on this list and on Catalyst itself also. I want to migrate our application to catalyst from cgi and I've came to question. Is it possible to authenticate users directly by SQL server ...
Genadijus Paleckis
Feb 27, 2008 at 10:13 pm
Feb 29, 2008 at 7:36 am -
Hello, I am trying to following the documentation from CPAN on this, but I am confused. In MyApp.pm I have the following: use Catalyst qw/-Debug ConfigLoader Static::Simple Session ...
Richardson, Matthew
Feb 27, 2008 at 6:30 am
Feb 27, 2008 at 9:49 am -
Here's the talk I gave today at the 2008 Perl Mova conference in Kyiv, Ukraine: http://perl.dragonstaff.co.uk/ link "Getting Started With ExtJS And Catalyst" I asked how many out of the roomful of ...
Peter Edwards
Feb 23, 2008 at 11:00 am
Feb 26, 2008 at 5:07 pm -
Hi, Error: Can't locate object method "form" via package I have been working my way through the sample chapter in the Catalyst book (very topical today) and have hit an error. Here's the code I have ...
Dermot
Feb 25, 2008 at 6:35 pm
Feb 26, 2008 at 10:56 am -
Hello! I'm still writing my first Catalyst app; I'm beginning to love DBIx, and the overall concept. But. my $lmodel = $c- model('Location'); use Data::Dumper; print STDERR Dumper($lmodel); my $locs ...
Alex Povolotsky
Feb 23, 2008 at 8:48 pm
Feb 24, 2008 at 8:19 pm -
Hi, I hope my first question isn't too dumb. In the routine below I want to test if the method is being called with an additional parameters. So if the uri is ~/list/2 return only the files with ...
Dermot
Feb 22, 2008 at 2:47 pm
Feb 22, 2008 at 3:22 pm -
Hi, Using Catalyst, TT and FormBuilder I have a question concerning parameter passing. I have an action lists/editlist which display a form based on a TT template. In this form the user can modify ...
Peter Sørensen
Feb 18, 2008 at 11:17 am
Feb 18, 2008 at 1:25 pm -
Hello, I created a list of Catalyst for Spanish-speaking people The direcion is: http://groups.google.com.bo/group/catalyst-es/ I have the idea to promote, encourage, motivate the use of this ...
Esteban Saavedra L.
Feb 13, 2008 at 4:20 pm
Feb 14, 2008 at 7:34 pm -
hi everybody! I'm trying to implement a menu on a left navigation column in my web application and i would like to know how others have approach a similar topic. My controller object contains the ...
Jennifer Ahn
Feb 11, 2008 at 9:36 pm
Feb 12, 2008 at 9:30 pm -
Ok, starting to want to play with Chained actions for an app, and I am not sure they are the right fit. Possibly a round peg in this particular square hole. Here is what I want to do. I want to ...
Joe Landman
Feb 10, 2008 at 7:16 am
Feb 10, 2008 at 3:42 pm -
I keep seeing people doing __PACKAGE__- config- {foo}{bar} = 'value'; This is -not- correct usage, is -not- safe and has undefined results. I've hacked the implementation of config around quite a bit ...
Matt S Trout
Feb 7, 2008 at 12:46 pm
Feb 8, 2008 at 7:50 am -
Due to our initial development effort being broken down b/t code and design, our application has somewhat of a non-standard layout. I'm now looking to use PAR to deploy the app, but I'm having some ...
Matthew Pitts
Feb 5, 2008 at 9:52 am
Feb 7, 2008 at 3:00 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 75 |
posts | 334 |
users | 111 |
website | catalystframework.org |
irc | #catalyst |
111 users for February 2008
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)