Search Discussions
-
Good morning, I'm getting errors like the following when sending emails from my app (it was working fine previously): Caught exception in MMM::View::Email::Template- process "Can\'t locate object ...
Charlie Garrison
Jan 19, 2010 at 3:21 pm
Mar 12, 2010 at 8:59 am -
Following up on our recent simulating discussion on adding an API to an application, I wonder is someone can help me understand something: Catalyst uses HTTP::Body to parse body content. It currently ...
Bill Moseley
Jan 23, 2010 at 6:16 pm
Jan 28, 2010 at 12:37 am -
Hi, After sending a form with a file upload field, that field is lost if no file was attached, just like when the form doesn't contain that file upload field at all. I have tried to check Catalyst, ...
Octavian Rasnita
Jan 24, 2010 at 3:03 pm
Jan 30, 2010 at 2:44 pm -
Does anyone have any advice on what will the best option mod_perl or FastCGI or something else. if I have the following development/production environment for my web application which is a search ...
Amit Jha
Jan 29, 2010 at 11:05 am
Feb 1, 2010 at 7:12 pm -
I've got a datetime column defined: __PACKAGE__- add_columns( ... "last_modified", { data_type = "DATETIME", default_value = undef, is_nullable = 1, size = undef, }, ); For some reason it's being ...
Kiffin Gish
Jan 6, 2010 at 2:29 pm
Feb 14, 2010 at 3:35 am -
Friends, What I know about flow control using $c- forward/detach/visit/go is contrived at best. I'm struggling to grasp it completely due to the various way the mechanism can be invoked, and because ...
Tommy Butler
Jan 4, 2010 at 7:48 pm
Feb 6, 2010 at 7:32 pm -
Thanks in advance for any insight provided. I'm trying to figure out how to log errors from INSIDE a schema. I gather it's Bad to pass in $c so that within a schema I can't do what I'd really like ...
Steve Kleiman
Jan 16, 2010 at 12:14 pm
Jan 18, 2010 at 3:43 am -
Hey all, I have this CMS which generates static content into a Catalyst application. Because there is dynamic stuff like "Most recent stories" on almost every page, I'm rendering TT code into the ...
Tobias Kremer
Jan 20, 2010 at 9:37 am
Jan 29, 2010 at 11:29 am -
Dear Catalyst community, Summary: I'm hoping to find a kind Catalyst expert who can spend an hour telling me which bits of Catalyst my open source project badly misuses, and give me pointers on how ...
Gervase Markham
Jan 11, 2010 at 11:44 am
Jan 17, 2010 at 4:23 pm -
Hello everyone. I'm relatively new to Catalyst, and could spend many hours asking questions of experts. For the moment, this is the wall I've hit: Without going into too much background, I want to ...
Adam Mackler
Jan 5, 2010 at 5:04 pm
Jan 8, 2010 at 2:33 am -
Hello, I'm try to do a forward to a path rather than a controller. For example, if I get the url /foo/my/path, I want to redirect it to /my/path which belongs to a different controller. In the ...
Julien Sobrier
Jan 1, 2010 at 10:26 pm
Jan 31, 2010 at 12:50 pm -
When I call 'script/myapp_create.pl controller Base' it creates the module Base.pm with the following statement: BEGIN { extends 'Catalyst::Controller'; } What's the advantage of doing this? Are ...
Kiffin Gish
Jan 8, 2010 at 7:48 pm
Jan 10, 2010 at 7:43 pm -
I noticed that in certain examples depending on the coder, sometimes the following format is used: c.uri_for(c.controller('Users').action_for('list')) and other times this fomat: ...
Kiffin Gish
Jan 9, 2010 at 11:51 am
Jan 10, 2010 at 2:50 pm -
Hi, first of all: I have read http://dev.catalystframework.org/wiki/tutorialsandhowtos/Using_Unicode (especially the "Tips for Troubleshooting Unicode in Perl Web Applications") Nevertheless I have a ...
Jens Schwarz
Jan 25, 2010 at 12:43 pm
Jan 25, 2010 at 4:20 pm -
Hi List! I'm a new-ish Catalyst developer, converted from the ranks of the HTML::Mason faithful, and the recent nature of my dedication to MVC design, and to Catalyst's fat-model pattern ...
Jeff Albert
Jan 21, 2010 at 5:37 pm
Jan 22, 2010 at 8:31 pm -
Thanks for all the feedback on how to log from within a schema. Log4perl is my hero. I'm still looking for a way to capture runtime errors and ideally email them out in addition to logging to a file. ...
Steve Kleiman
Jan 18, 2010 at 5:05 pm
Jan 21, 2010 at 4:33 am -
Hi guys, If you're running a Catalyst app with the fastcgi script (as found in scripts/myapp_name_fastcgi.pl), then is there a way to enable the debug mode. (eg. like running scripts/myapp_server.pl ...
Toby Corkindale
Jan 18, 2010 at 6:03 am
Jan 20, 2010 at 5:38 am -
Hi Catalysters, For some actions of a Catalyst app, I would like to implement conditional GET (using If-Modified-Since HTTP header), where the timestamp of one config file decides whether the page ...
Dami Laurent (PJ)
Jan 14, 2010 at 3:05 pm
Jan 18, 2010 at 3:52 pm -
Hi There, i was using Catalyst version 5.80007 without any problems. Yesterday i updated through the cpan-programm zu version 5.80018. My old Catalyst-Applications (created with catalyst.pl under ...
Sven Eppler
Jan 14, 2010 at 2:19 pm
Jan 14, 2010 at 3:01 pm -
HTTP::Body::Multipart creates temporary files for uploads. The temp files are created with File::Temp( UNLINK = 1 ). Catalyst then deletes these temp files in $c- finalize. The problem is that an ...
Bill Moseley
Jan 13, 2010 at 2:53 pm
Mar 17, 2013 at 5:17 pm -
Hi, I had a search on the archives but I can't see anything. I doubt that it's an oversight, so can someone tell me the reason why the tests that are created by Catalyst::Helper do not have use ...
Dermot
Jan 15, 2010 at 5:15 pm
Jan 16, 2010 at 12:32 am -
Hello there, just worked a little with Catalyst::View::JSON. But when I call some action via Firefox that uses this View Firefox gives me a file to download and don't show the json directly. Is there ...
Christoph Friedrich
Jan 11, 2010 at 11:29 pm
Jan 14, 2010 at 1:37 pm -
Greetings: In brief: I'm using CatalystX::CRUD::Controller::RHTMLO; that class has a method called form_to_object that wants me to have a method in my Form called <object _from_form, where <object is ...
Adam Mackler
Jan 13, 2010 at 2:03 am
Jan 13, 2010 at 10:38 pm -
I have two questions about CX::SimpleLogin: 1. Is there a "simple" way to change the settings for "redirect_after_login_uri" and "redirect_after_logout_uri" ? 2. Why is the redirect code outsourced ...
Bernhard Graf
Jan 27, 2010 at 12:06 pm
Jan 28, 2010 at 10:07 pm -
As system administrator who has root access to everything, I want to be able to login as another user from my dashboard page. What's the best way to achieve this? I tried $c- authenticate without a ...
Kiffin Gish
Jan 18, 2010 at 10:34 am
Jan 27, 2010 at 10:43 am -
Hello, Started using Catalyst::Pluign::SubRequest but found one annoying issue - by default it doesn't duplicate $c- req- params.I.e. each time I need to request some block for page I have to use ...
Pavel O. Karoukin
Jan 20, 2010 at 1:55 am
Jan 20, 2010 at 7:58 pm -
Hi, First of all, happy new year for all the catalysters and all the best for this new year. I am running Catalyst 5.80016, and when launch my production server, using FastCGI, myapp_fastcgi.pl does ...
Emmanuel Quevillon
Jan 5, 2010 at 10:27 am
Jan 9, 2010 at 3:38 pm -
Hello there, I need to build a script for my catalyst application that reads some data and put it into the database. This script needs to run as a daily cron job. My first idea was to create a ...
Christoph Friedrich
Jan 8, 2010 at 3:58 pm
Jan 8, 2010 at 4:20 pm -
Hi all, This is probably going to end up being nothing to do with catalyst but as this is where I am seeing the problem its where im starting. I have a standalone set of objects that work as ...
Iain
Jan 27, 2010 at 12:35 pm
Feb 2, 2010 at 9:39 am -
Hi, in my Catalyst application I use Webservices to connect to SAP. One of these returns "binary" data (right now base64-encoded XML, later also PDF). Is it possible to determine the MIME type of ...
Jens Schwarz
Jan 19, 2010 at 2:21 pm
Jan 19, 2010 at 6:16 pm -
Hello there, following given: URL: http://localhost:3000/guild/myrealm/myguild = Controller: guild = Action: list_guilds (chained, CaptureArgs(2)) URL: ...
Christoph Friedrich
Jan 11, 2010 at 11:00 pm
Jan 12, 2010 at 12:42 pm -
Been struggling most of the afternoon trying to figure this out but to no avail, hopefully someone can help me. For registration of new users I've decided to expand upon the MojoMojo example, using ...
Kiffin Gish
Jan 9, 2010 at 3:53 pm
Jan 9, 2010 at 5:07 pm -
I upgraded Catalyst to 5.80016, and now restarting the dev server script with HUP makes it crash with this error: Restarting server on SIGHUP... Can't use an undefined value as an ARRAY reference at ...
Jim Dread
Jan 6, 2010 at 6:13 am
Jan 9, 2010 at 4:45 pm -
It would seem, at least for me that from several networks I can't reach http://www.catalystframework.org/calendar/2008/11 Anyone else experiencing this? -- Tommy Butler An HTML attachment was ...
Tommy Butler
Jan 5, 2010 at 6:04 pm
Jan 5, 2010 at 6:19 pm -
I just uploaded Data::Localize::Railsy to CPAN for use in the Catalyst app I was building: http://search.cpan.org/dist/Data-Localize-Railsy/ (not yet indexed as of writing) I wrote it because I ...
Ævar Arnfjörð Bjarmason
Jan 4, 2010 at 12:44 am
Jan 4, 2010 at 2:07 am -
Hi, I am developing a small "media bookshelf" where I want to display in a matrix-like layout - among other informations - covers in png format (which are saved in a BLOB in my Mysql-DB). I have ...
Jürgen Hensch
Jan 1, 2010 at 8:30 pm
Jan 3, 2010 at 12:51 pm -
Release candidate for DBIx::Class::Schema::Loader 0.05000 is now available as a dev release: http://search.cpan.org/~rkitover/DBIx-Class-Schema-Loader-0.04999_14/ The schemas it now generates are ...
Rafael Kitover
Jan 15, 2010 at 1:25 pm
Feb 7, 2010 at 12:58 pm -
I added a default action to my user controller. When I access /user/ a chained action is supposed to run, and it ran just fine until i added the default action. Now the default runs instead of the ...
Xenoterracide
Jan 26, 2010 at 10:13 pm
Jan 28, 2010 at 9:35 am -
hi. I used Catalyst comfortably. I update catalyst module to recent version (5.80018) yesterday. [before updated] my $request = Catalyst::Request- new( { base = URI- new('http://127.0.0.1/foo') } ); ...
Tomohiro Hosaka
Jan 20, 2010 at 7:14 am
Jan 27, 2010 at 9:10 pm -
Hello! Maybe someone can provide the community with complete example of users/roles editor with HTML::FormFu::DBIx::Class::Model? Manual drops to foo:bar explaination too often ( Alex.
Alex Povolotsky
Jan 27, 2010 at 12:29 pm
Jan 27, 2010 at 3:47 pm -
Is there a recommended way to delete old session data from disk? I'm Catalyst::Plugin::Session::Store::File for the session store, because it is quite robust. The doc says there is a method ...
Bernhard Graf
Jan 25, 2010 at 9:06 am
Jan 25, 2010 at 2:22 pm -
I'd like to subclass $c- log- debug(message) so that it prints out: ''.$c- action.': '.'message' What's the easiest way to do this? -- Kiffin Gish <Kiffin.Gish@planet.nl Gouda, The Netherlands
Kiffin Gish
Jan 18, 2010 at 8:22 pm
Jan 19, 2010 at 3:55 am -
Forgive me if there's another mailing list I should've posted this at. It didn't seem to squarely fit the Catalyst list because it may be a mailer issue. Not sure. I'm trying to use ...
Steve Kleiman
Jan 15, 2010 at 6:41 am
Jan 15, 2010 at 5:22 pm -
Hello, I'm using Catalyst for 5.80015, and having a bit of trouble syncing my password authentication with my encrypting. I'm using Catalyst::Plugin::Authentication in order to authenticate users, ...
Jon
Jan 14, 2010 at 3:17 pm
Jan 14, 2010 at 7:43 pm -
Having trouble with InstancePerContext in a schema. I'd like to be able to get at $c from within a schema definition. The $callsheet- context call does not throw an error and returns an undef value. ...
Steve Kleiman
Jan 13, 2010 at 10:04 pm
Jan 14, 2010 at 5:45 pm -
Hi, I'd like to know something, probably a basic problem but just to be sure. Is it possible to configure Application db connection into .yml configuration file like : Model::MyAppDB schema_class: ...
Emmanuel Quevillon
Jan 13, 2010 at 2:17 pm
Jan 13, 2010 at 2:55 pm -
I was just wondering what the purpose of the Schema/Resultset directory is compared with Schema/Result? Seems that whatever I can so under Resultset I can also do under Result, so what are the ...
Kiffin Gish
Jan 6, 2010 at 2:25 pm
Jan 6, 2010 at 2:59 pm -
I'm confused about the 'options' to script/foo_create.pl . Nothing seems to work as documented. Run without any parameters foo_create.pl says Usage: foo_create.pl [options] model|view|controller name ...
Thomas L. Shinnick
Jan 19, 2010 at 9:22 pm
May 22, 2010 at 10:18 am -
I'm happy to announce the next release of Catalyst-Runtime (5.80019). This release adds a new feature allowing to pass arbitrary arguments to the construction of action objects. It also fixes a ...
Florian Ragwitz
Jan 29, 2010 at 12:23 am
Jan 30, 2010 at 2:30 pm -
I've found that 'create model DBIC::Schema' is getting two things wrong: timestamp default now() and serial sequences. This means that I have to either delete the schema, recreate, and repair every ...
Wes Cravens
Jan 25, 2010 at 8:59 pm
Jan 26, 2010 at 1:00 am
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 71 |
posts | 327 |
users | 85 |
website | catalystframework.org |
irc | #catalyst |
85 users for January 2010
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)