Re: [Catalyst] Distributing and updating Cat apps

2010-03-30 Thread Christoph Friedrich
Could you please post your script? It would interesst me. Greets Christoph Bill Moseley schrieb: 2010/3/30 Tomáš Znamenáček tomas.znamena...@gmail.com mailto:tomas.znamena...@gmail.com I have a Catalyst application that I would like to upload from the development box to the

Re: [Catalyst] C:E:HTTP:Restarter problem after upgrading

2010-01-14 Thread Christoph Friedrich
:28 +0100 schrieb Christoph Friedrich: Looks like you just didn't install Catalyst::Engine::HTTP::Restarter with the update. Try to install it via the command cpan Catalyst::Engine::HTTP::Restarter Greets Christoph Sven Eppler schrieb: Hi There, i was using Catalyst version 5.80007

Re: [Catalyst] Dynamic Argument count

2010-01-12 Thread Christoph Friedrich
to the JSON View instead of the TT View. Greets Christoph Tomas Doran schrieb: On 11 Jan 2010, at 23:00, Christoph Friedrich wrote: following given: URL: http://localhost:3000/guild/myrealm/myguild = Controller: guild = Action: list_guilds (chained, CaptureArgs(2)) URL: http://localhost:3000/guild

[Catalyst] Catalyst::View::JSON sends a file

2010-01-11 Thread Christoph Friedrich
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 a way to change this behavior? I want to see what I would get as JSON and not download it ^^

[Catalyst] Running Catalyst App from Command Line (or via Cron)

2010-01-08 Thread Christoph Friedrich
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 controller which handles this for me and use some of the other engines for catalyst (like