Search Discussions
-
Hi, I have been able to work through all of Jason Kohles' tutorial except the part about saving changes back in the database. The 'New Person' and 'Discard Changes' in the tool bar are working, but ...
Jagdish eashwar
Apr 14, 2009 at 1:06 pm
May 17, 2009 at 6:46 am -
Hi, I'm seeking feedback on: http://dev.catalystframework.org/wiki/releaseannouncements And in particular my first swing at something we can use as a press release and send to all the usual suspect ...
John Napiorkowski
Apr 23, 2009 at 3:46 pm
Apr 27, 2009 at 1:39 am -
hi guys, I just looked at my app and found that I need to reuse the Schema files found in my 'Schema' directory. This is because i need to write some batch scripts which will read the data in the ...
K. Akimoto
Apr 22, 2009 at 4:41 am
Apr 27, 2009 at 11:02 am -
hello, all, I have a method in my controller which adds entries. The method is setup to match the path of 'users/subscriptions/add'. Upon successfully adding entries, I want the same method to be ...
K. Akimoto
Apr 25, 2009 at 2:55 pm
Apr 30, 2009 at 4:06 am -
I was writing a blog entry <http://dragonstaff.blogspot.com/ about the state of play of Catalyst and DBIC and came across this BBC iPlayer 2 uses Catalyst to handle 1000 hits per second: ...
Peter Edwards
Apr 17, 2009 at 7:13 am
Jul 2, 2009 at 10:58 pm -
I'm trying to add a submenu to each menubar on a site I'm writing I tried adding the following to root/lib/site/header <div id="navbar" <ul <li <a href="/switches/list" Switches</a </li <ii <a ...
Topperm9
Apr 6, 2009 at 3:06 pm
Apr 7, 2009 at 2:24 pm -
hi all In Ruby we can detect if the current form's request is a post or not. def controller_action if request.post? # Process post data as the user has submitted the form. else # Display form end end ...
K. Akimoto
Apr 1, 2009 at 12:01 am
Apr 1, 2009 at 10:14 pm -
I'd like someone w/ better catalyst-fu to recommend how I could implement urls for members a la myspace and youtube ( ie http://websiteurl.com/<membername ) . There's got to be a better way that ...
Charles
Apr 29, 2009 at 8:23 pm
Apr 30, 2009 at 2:04 pm -
People: Top posting is bad. Bottom posting is bad. When quoting a previous message: - Remove as much of the original message as you can. (And if the message you send still has the mailing list footer ...
Ian Wells
Apr 28, 2009 at 8:59 am
Apr 29, 2009 at 2:50 am -
Hi, I'm trying to find out how to implement caching on a site, preferrably with Cache::FastMmap, but I'm open to suggestions. I'm not including my trial source now, since I'm unsure I have read the ...
Alexander Tamm
Apr 14, 2009 at 4:11 pm
Apr 23, 2009 at 8:38 pm -
I have been working on Catalyst project for some time and need a little help with a problem I've run into. I was following the instructions in the Authentication section of the Catalyst tutorial and ...
Collin Condray
Apr 8, 2009 at 4:18 am
May 18, 2009 at 9:34 am -
Hi *, I want to use authentication in my catalyst app. The authentication seems to work, but I can't access any user information as $c- user is undefined. My code looks like this: use Catalyst qw/ ...
Renee Bäcker
Apr 22, 2009 at 11:55 am
Apr 22, 2009 at 5:05 pm -
In WebApp::Controller::SomeController: This works: sub index : Private {} # maps to WebApp/root/src/somecontroller/index This doesn't work: sub something : Local {} # doesn't map to ...
Anne Brown
Apr 19, 2009 at 2:55 pm
Apr 22, 2009 at 11:04 am -
The expected behavior (for me) is that secure() returns true if the connection is secured via SSL. Looking at Engine::CGI, it appears that it only returns true if $ENV{HTTPS} eq 'ON' or if you're on ...
Seasprocket
Apr 24, 2009 at 9:10 pm
Apr 28, 2009 at 10:16 am -
This bug is present in 5.7101: created Text::SimpleTable with 3 columns, while we need only two. ====================================================================== --- ...
Oleg Kostyuk
Apr 20, 2009 at 2:16 am
Apr 21, 2009 at 11:53 am -
Hi, What's the recommended module for getting a JSON request and creating a JSON response in a Catalyst app? (I want to use them with JQuery.) Thanks. Octavian
Octavian Rasnita
Apr 14, 2009 at 3:05 pm
Apr 15, 2009 at 6:57 am -
hi guys i thought i upgrade my server's catalyst runtime package to the latest one. When I tried running my app, i got this error: Could not load class ...
K. Akimoto
Apr 30, 2009 at 1:40 pm
May 3, 2009 at 10:28 am -
There's a new edit of the Catalyst press release, which was graciously donated by a copy edit expert mst found for us. mst++ Please take a look: ...
John Napiorkowski
Apr 28, 2009 at 1:29 pm
Apr 29, 2009 at 7:40 am -
After restart apache, user must login again. I find $c- user_existsis not true. Why? -- Jack Malloy An HTML attachment was scrubbed... URL: ...
Malloy
Apr 18, 2009 at 6:28 am
Apr 18, 2009 at 9:19 am -
I've completed the Catalyst::Manual::Tutorial and am now sawing through the Definitive Guide to Catalyst. However, in chapter 3 p. 39 the following script: $ perl script/addressbook_server.pl -r -d ...
Kiffin Gish
Apr 22, 2009 at 9:30 am
Apr 22, 2009 at 2:02 pm -
I'm trying to put together my first simple Catalyst application, a foreign language word quiz, and I'm a bit lost. In a simple program that uses DBIx::Class only, I might write: my @langs = $schema- ...
Sean McAfee
Apr 19, 2009 at 7:22 pm
Apr 21, 2009 at 11:51 am -
I'm running the catalyst server (script/myapp_server) using the -r option to restart after changes are made but after every 3 or 4 restarts i get the error message Can't exec "/usr/bin/perl": ...
Mike Glen
Apr 22, 2009 at 1:39 pm
May 1, 2009 at 5:12 am -
I assume this is more of a general Perl testing question than a Catalyst question, but.... I finally sat down to write real tests for one of my apps, with the hopes that I'll do this regularly for ...
Jesse Sheidlower
Apr 30, 2009 at 3:42 pm
Apr 30, 2009 at 10:39 pm -
8
[Catalyst] Catalyst-Ajax-Mochikit - followed tute but am stuck. Cannot show values in view(webpage)
hi everybody :) Referring to http://www.catalystframework.org/calendar/2008/24, I have made a small change to my app and tried developing it with AJAX. What's successful: ================= *) managed ...K. Akimoto
Apr 13, 2009 at 3:50 am
Apr 16, 2009 at 4:38 am -
Hi, I need to use C::M::DBI for a fulltext index with MySQL, and the tables contain UTF-8 data. I found that I can use mysql_enable_utf8 but I couldn't find how to use this option. I've tried to use ...
Octavian Rasnita
Apr 29, 2009 at 9:51 am
Apr 30, 2009 at 10:09 pm -
hi, all what's the best way to exclude static requests from needing the user to log in? Some parts of my site are open to general public. For example, the 'contact us', 'services portfolio' and so ...
K. Akimoto
Apr 19, 2009 at 12:06 am
Apr 25, 2009 at 10:00 am -
I'm getting very high times when running my Catalyst application in standalone mode. I used Devel::NYTProf and zeroed in on a few subs in Catalyst::Engine::HTTP which take long: ...
Terence Monteiro
Apr 20, 2009 at 9:35 am
Apr 21, 2009 at 11:42 am -
The Catalyst Core Team is proud to announce that we've just shipped the next major release of the Catalyst framework, version 5.8001. This release is the result of the helpful contributions of a ...
Tomas Doran
Apr 18, 2009 at 8:28 pm
Apr 21, 2009 at 12:33 am -
Hi there, I refered to http://catalyst.infogami.com/cookbook/par. I can't seem to find the line, "catalyst_files();". How do you guys get your PAR files made? I assume that par files will get the new ...
K. Akimoto
Apr 16, 2009 at 5:57 am
Apr 22, 2009 at 7:07 pm -
hi, everybody, Take this scenario: a user who has yet to login tries to access a path that is only for logged in users. Assume it is www.lginsurance.com.au/subcriptions/add. Hence, in my index.tt2, ...
K. Akimoto
Apr 18, 2009 at 1:34 am
Apr 19, 2009 at 10:24 am -
Hi, everyone, I have come across something interesting. 1) User opens up a page that lists all his/her subscriptions 2) Each subscription is a url and a parameter at the end (ie 'id325') 3) User ...
K. Akimoto
Apr 29, 2009 at 11:22 am
Apr 29, 2009 at 12:38 pm -
Hi, I've read about the prefork-engine for the test-server in another thread, which could be very useful for me (our outsourced codemonkeys sometimes produce VERY SLOW controllers and together with ...
Neo [GC]
Apr 14, 2009 at 11:25 am
Apr 14, 2009 at 1:54 pm -
I have what I hope is not a dumb question. I'm trying to follow best practices here and am writing a piece of business logic that I feel should be Catalyst agnostic and therefore am creating a custom ...
Eric Wright
Apr 10, 2009 at 6:59 pm
Apr 13, 2009 at 1:02 pm -
Hello, I was wondering if Catalyst supports IPv6? I search the archive/google but couldn't find anything useful. If it's not support, is it planed? chiel
Chiel
Apr 28, 2009 at 8:50 pm
May 22, 2009 at 6:29 am -
Which model is better, DBI or DBIC::Schema? Thanks. -- Jack Malloy An HTML attachment was scrubbed... URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20090428/90d6ce54/attachment.htm
Malloy
Apr 28, 2009 at 9:38 am
Apr 29, 2009 at 8:05 am -
Hello all, I keep getting a checksum mismatch problems each time I regenerate my schema files. What's the most common fault and solution? I really don't know why.. For reference, my command was: ...
K. Akimoto
Apr 16, 2009 at 4:41 am
Apr 23, 2009 at 2:37 am -
Hi, I am planing to have a 3-tiered catalyst setup: one development server, one test server and one production server. Each of those has of course different setups (mysql-users, hostnames, apache ...
Jens Schwarz
Apr 21, 2009 at 5:42 am
Apr 21, 2009 at 11:56 am -
Hi, Currently Catalyst::Plugin::Session::State::Cookie doesn't allow configuration of the HttpOnly flag, it looks trivial to add, so basically I'm wondering whether this idea has been discussed and ...
Scott Thomson
Apr 14, 2009 at 9:58 am
Apr 18, 2009 at 12:51 pm -
Has anyone used Eclipse or any other IDE.Can someone guide me in some steps how can i use Eclipse as an ide for Catalyst application? Pl. help. Early replies will be appreciated. -- Thanks and kind ...
Abhishek jain
Apr 13, 2009 at 7:43 am
Apr 13, 2009 at 9:51 am -
I'm trying to create a method in my Files.pm class file, and call it from my Catalyst app. The method works when called by an "offline" app outside Catalyst. But from my Catalyst app, I get 'Unknown ...
Dennis Daupert
Apr 3, 2009 at 5:05 pm
May 15, 2009 at 1:44 pm -
Does anyone have any advice for migrating a large mod_perl app that has no tests to catalyst? I already know of Catalyst::Controller::WrapCGI which seems to be a good start. Thanks, Michael An HTML ...
Michael Reddick
Apr 27, 2009 at 6:54 pm
Apr 28, 2009 at 9:58 pm -
[snip...] I like the idea of having a simple, and generic text blurb. I added your bit to: http://dev.catalystframework.org/wiki/resources/marketingresources And suggested people go there and add ...
John Napiorkowski
Apr 28, 2009 at 3:57 pm
Apr 28, 2009 at 8:09 pm -
I use 'Catalyst::Model::DBIC::Schema'. But i find so many 'sleep' process in mysql. Is it normal? If not, why and how to avoid it? -- Jack Malloy
Malloy
Apr 25, 2009 at 4:20 am
Apr 26, 2009 at 11:45 am -
Hi, With Catalyst 5.8 I've tried: E:\web\T2 perl Makefile.PL ... E:\web\T2 nmake ... E:\web\T2 nmake catalyst_par ... Writing PAR "t2.par" # Until here is good, because with the previous version it ...
Octavian Rasnita
Apr 19, 2009 at 4:27 pm
Apr 20, 2009 at 9:08 am -
Hi there, I just wondered, if it would be possible, via a login page and Catalyst::Authentication to configure more than one way to identify a user? My idea would be to let the user authenticate ...
Emmanuel Quevillon
Apr 15, 2009 at 10:35 am
Apr 15, 2009 at 11:57 am -
Hello, I feel as if I must be missing something... Is there any pre-canned code that I can use to integrate my Catalyst App with PayPal / Google Checkout etc? It would seem that a controller that ...
Edmund von der Burg
Apr 9, 2009 at 7:57 am
Apr 9, 2009 at 10:14 am -
In my Catalyst application, I'm reading an attachment of a multipart message into a variable and trying to send it as HTTP response. I've set the content type too, but I don't get the file on the ...
Terence Monteiro
Apr 3, 2009 at 1:33 pm
Apr 3, 2009 at 2:42 pm -
-- Jack Malloy An HTML attachment was scrubbed... URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20090430/933e342c/attachment.htm
Malloy
Apr 30, 2009 at 3:46 pm
Apr 30, 2009 at 10:40 pm -
Hi, I upgraded Catalyst to 5.80002 the other day, and my applications started beginning with a warning: The compute_all_applicable_attributes method has been deprecated. Use get_all_attributes ...
Adam Witney
Apr 29, 2009 at 4:08 pm
Apr 29, 2009 at 4:15 pm -
Hi, In which components of a Catalyst app can I use __PACKAGE__- path_to()? I've seen that if I use in a MyApp/View/TT.pm module __PACKAGE__- config( COMPILE_DIR = __PACKAGE__- path_to('templates'), ...
Octavian Rasnita
Apr 29, 2009 at 8:33 am
Apr 29, 2009 at 10:12 am
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 78 |
posts | 534 |
users | 106 |
website | catalystframework.org |
irc | #catalyst |
106 users for April 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)