[Catalyst] Using other Modules

2007-06-01 Thread Sven Eppler
Hello There! I've got an design question: I want to use Crypt::PassGen to generate pronouncable random passwords. Currently i simple use Crypt::PassGen in the corresponding Controller. Works fine (even though i'm not realy aware what will happen in a later mod_perl enviroment...). But

[Catalyst] actions are not getting accessible as urls

2007-06-01 Thread bijith komalan
Hi folks, I'm new to catalyst so as a part of my self study I created a small app in catalyst. I have a controller called show Which has a local method called shownames : as per catalyst platform I can Now execute the function by using the url show/shownames , but when I try to do like this

Re: [Catalyst] Using other Modules

2007-06-01 Thread Adeola Awoyemi
Sven Eppler wrote: So i'm asking for a way, i can tell i need module X so that perl can complain about it at apllication-start-time if it's not intalled but not carry the entire exported module stuff throughout my entire app if i only need it in one special place? Hi Sven, Add it to your

Re: [Catalyst] actions are not getting accessible as urls

2007-06-01 Thread Marcello Romani
bijith komalan ha scritto: Hi folks, I'm new to catalyst so as a part of my self study I created a small app in catalyst. I have a controller called show Which has a local method called shownames : as per catalyst platform I can Now execute the function by using the url show/shownames , but

[Catalyst] DBIx::Class 0.07999_04 (Release Candidate)

2007-06-01 Thread Brandon Black
Hi all, We're starting up the release candidate cycle for DBIx::Class 0.08000, it needs testing, especially for unintended regressions from the 0.0700x series. Please give 0.07999_04 a try and report any issues to [EMAIL PROTECTED] in a new thread. 0.08000 has been a long time coming, and

[Catalyst] C::P::UploadProgress Patch

2007-06-01 Thread Adam Herzog
Hi, all. I'm using Catalyst::Plugin::UploadProgress on a project of mine, and it works great. At least, until I tried to deploy the application. The plugin and accompanying javascript only works correctly if the app is deployed at the root (ie, it always checks /progress). I've attached

[Catalyst] deploying a Catalyst app

2007-06-01 Thread Octavian Rasnita
Hi, Please tell me where can I find more information about deploying a Catalyst app. I think there should be a way of creating a tarball with the whole app, including the entire application. When installing it on the target machine (with make, make install) it should require all the necessary

Re: [Catalyst] deploying a Catalyst app

2007-06-01 Thread mla
Octavian Rasnita wrote: Hi, Please tell me where can I find more information about deploying a Catalyst app. I think there should be a way of creating a tarball with the whole app, including the entire application. When installing it on the target machine (with make, make install) it should

Re: [Catalyst] deploying a Catalyst app

2007-06-01 Thread John Napiorkowski
--- mla [EMAIL PROTECTED] wrote: Octavian Rasnita wrote: Hi, Please tell me where can I find more information about deploying a Catalyst app. I think there should be a way of creating a tarball with the whole app, including the entire application. When installing it on the