Search Discussions
-
Hello all, I am new to Catalyst, so I will try to make this query as smart as I possibly can. I am trying to fetch data from a mysql database using a jQuery ajax method to populate a select ...
Roland Philibert
Sep 12, 2011 at 12:01 pm
Oct 7, 2011 at 7:55 am -
Catalyst isn't dispatching how I expected. A 'Login' controller has sub get_sess :Chained('/') :PathPart('login/id') :CaptureArgs(1) {..} sub audit_log :Chained('get_sess') :PathPart('audit_log') ...
Nick
Sep 6, 2011 at 1:34 pm
Sep 7, 2011 at 11:20 am -
Hi, I have tried to install Catalyst with CPAN, but it gave an error telling that it has a missing dependency in Plack::Test::ExternalServer. That module couldn't install because of a test error ...
Octavian Rasnita
Sep 8, 2011 at 8:05 pm
Sep 12, 2011 at 1:42 pm -
Hello all, I have a catalyst installation that I'm bringing up from scratch in a new environment. I've decided to go with lighttpd / fastcgi as the web server. When running the server script (the ...
Robert Dormer
Sep 22, 2011 at 8:51 pm
Oct 4, 2011 at 9:22 am -
9
[Catalyst] ”Non-root configuration” of lighttpd::FastCGI doesn't work with Catalyst-Runtime-5.90002
Hi, I use Catalyst from early days with the lighttpd/FastCGI. Recently I update a Catalyst-Runtime from 5.80033 to 5.90002, and find my application stop to work correct. When I access ...荒川則泰
Sep 29, 2011 at 11:30 am
Dec 8, 2011 at 9:09 am -
I am trying to work my way through the Catalyst tutorial while I have successfully installed the virtual machine on my local machine's OS Windows 7. I am stuck on step 6 in Chapter 1. IP address ...
Chris Stinemetz
Sep 13, 2011 at 4:00 am
Sep 18, 2011 at 12:07 am -
Hi, is there a module or a plugin to compress the html code? I'm using Template Toolkit to generate the HTML. Now I want to remove all useless chars from html (like comments, newline, tabulator, .) ...
Stefan
Sep 8, 2011 at 2:20 pm
Sep 11, 2011 at 8:41 am -
Hi, Is there was to implement ACL based on group? similar to role base access controller where we use check_user_roles. Thanks An HTML attachment was scrubbed... URL: ...
Linuxsupport
Sep 28, 2011 at 6:18 am
Sep 29, 2011 at 1:40 am -
Hello- I'm trying to run the Catalyst Tutorial on OS X. I installed VirtualBox and the tutorial according to the instructions on the shadowcat website. Everything seems to work, except there is no ...
Bill Birkett
Sep 22, 2011 at 7:58 pm
Sep 23, 2011 at 4:34 pm -
Hi, Even though I have the latest Catalyst installed under Windows, it seems that Catalyst is not compatible with Windows anymore, because I cannot run the apps that use it. When I try to run the ...
Octavian Rasnita
Sep 21, 2011 at 5:48 am
Sep 21, 2011 at 12:53 pm -
Hi, I have got a new server that I want to put into production. To comply with the manufacturer, I have installed RedHat 6.1 on it. Up till now we have used Debian based machines and have been using ...
Dermot
Sep 30, 2011 at 2:39 pm
Sep 30, 2011 at 10:03 pm -
Catalystos: I'm implementing a search screen and I'm wondering how impractical it would be to have the URL be 'storage' for the parameters. Looking in the Cookbook under "DRY Controllers with Chained ...
Will Trillich
Sep 26, 2011 at 5:07 pm
Sep 27, 2011 at 3:43 am -
I'm trying to install perldoc onto the VM as described in the tutorial. But I am not having any success. Bellow is the end result. Thanks in advance! root@catalyst:~# apt-get install perl-doc Reading ...
Chris Stinemetz
Sep 14, 2011 at 4:22 am
Sep 15, 2011 at 11:51 am -
Hi, I've installed today the module HTML::FormFu with the command ,cpan HTML::FormFu'. But then I got the following error message: Caught exception in MyApp::Controller::Contact- index "Couldn't load ...
Stefan
Sep 12, 2011 at 1:06 pm
Sep 12, 2011 at 1:55 pm -
Hi, I have a model called DB where I have 3 classes, User, Group, UserGroup Now, I have created a resultset for Group ie. Myapp::Schema::ResultSet::Group How can I call User class from ...
Linuxsupport
Sep 29, 2011 at 5:04 pm
Oct 1, 2011 at 10:37 am -
Hi, I was wondering if any one has any example code implement a REST API in Catalyst? Thanks. -- http://www.suretecsystems.com/services/openldap/ http://www.surevoip.co.uk
Gavin Henry
Sep 15, 2011 at 12:20 pm
Sep 15, 2011 at 6:22 pm -
Hello, I just finished installing catalyst along with strawberry perl. Would someone please recommend a good tutorial to get my feet wet? Thank you, Chris An HTML attachment was scrubbed... URL: ...
Chris Stinemetz
Sep 11, 2011 at 8:52 pm
Sep 13, 2011 at 7:11 pm -
I have a string I want to use as one argument to a controller. It's user-sourced and occasionally has slashes in. I use this as $c- uri_for('/controller/action', 'string/with/slashes'); (done in TT, ...
Ian Wells
Sep 27, 2011 at 2:41 pm
Sep 28, 2011 at 3:45 pm -
Following the Listinfo link I was not able to see a digest option for this list. Its very nice to see all the activity, but I only want to get approx one summary email a day from this list. Can the ...
Kutbuddin Doctor
Sep 15, 2011 at 5:16 pm
Sep 15, 2011 at 6:00 pm -
Hi, I'm using Catalyst with FormFu in Apach2 and have switched on the taint mode in Apache config: PerlTaintCheck on Pages without a form are working without problems. Now I have a simple contact ...
Stefan
Sep 13, 2011 at 12:25 pm
Sep 13, 2011 at 1:12 pm -
Hi all, I have the following action: sub top : Local { my ( $self, $c ) = @_; my $top = $c- model( 'Intra::User' )- search_rs({ 'clients.id' = {'!=' = undef}, }, { join = 'clients', prefetch = ...
Octavian Rasnita
Sep 8, 2011 at 9:45 am
Sep 8, 2011 at 10:07 am -
Hi, I am trying to implement OpenID with google login, but no success. Looking for some working examples. Thanks An HTML attachment was scrubbed... URL: ...
Linuxsupport
Sep 6, 2011 at 9:33 am
Sep 6, 2011 at 10:51 am -
Greetings, I think this is an old issue. But I don't know how to fix it. None of the previous comments that I've read about it seem relevant to Catalyst. I'm running OS X 10.6, perl 5.12.3, catalyst ...
Tom Keller
Sep 2, 2011 at 8:55 pm
Sep 2, 2011 at 9:50 pm -
Hi, I'm newer on mailing list ( subscribe yesterday ) and I found this on archives http://lists.scsys.co.uk/pipermail/catalyst/2011-July/027397.html . There are plans to deprecate search_extra ...
Geovanny Junio
Sep 29, 2011 at 11:46 am
Sep 29, 2011 at 11:46 am -
Hi - I'm using CatalystX::Declare in my Controller. All was well until I tried to define a method with named parameters: method repository( :$ctx, :$action, :$master_image_id ) { .... } Now I'm ...
Alan Humphrey
Sep 26, 2011 at 4:58 pm
Sep 26, 2011 at 4:58 pm -
Skipped content of type multipart/alternative A non-text attachment was scrubbed... Name: Screen Shot 2011-09-09 at 4.57.30 PM.png Type: image/png Size: 32065 bytes Desc: Screen Shot 2011-09-09 at ...
Tom Keller
Sep 9, 2011 at 11:58 pm
Sep 9, 2011 at 11:58 pm -
Hi all- Since I know Catalyst supports FormBuilder as one of its form rendering engines, I wanted to let you know that I just pushed CGI::FormBuilder 3.06 to CPAN. This is the first update since 2007 ...
Nate Wiger
Sep 7, 2011 at 7:30 pm
Sep 7, 2011 at 7:30 pm -
Hi - We're looking to hire another full-time web developer to join a great team, telecommute or local (central MN). - Telecommute with occasional "face time" trips to MN - Must have strong Perl ...
Larry Leszczynski
Sep 1, 2011 at 4:36 pm
Sep 1, 2011 at 4:36 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 28 |
posts | 149 |
users | 59 |
website | catalystframework.org |
irc | #catalyst |
59 users for September 2011
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)