| From: "Paul Rudolf Seebacher" <[EMAIL PROTECTED]>
|
>> Octavian Rasnita wrote:
>>> Hi,
>>>
>>> Is it possible to log a certain SQL which is generated in a Catalyst
>>> application by a controller that uses a DBIx::Class model?
>>>
>>> Thank you.
>>>
>>> Octavian
>>>
>> This will print out g
| Jonathan Rockway wrote:
>> Here's the list:
>> (en) Please come back later
>> (fr) SVP veuillez revenir plus tard
>> (de) Bitte versuchen sie es spaeter nocheinmal
>> (at) Konnten's bitt'schoen spaeter nochmal reinschauen
>> (no) Vennligst prov igjen senere
>> (dk) Venligst prov igen senere
>> (
| On 8/23/07, John Wang <[EMAIL PROTECTED]> wrote:
| > For while I've been thinking it would be nice to have a Cat-based CMS with
| > multiple features built on top of a platform. The platform can include basic
| > things like Authn, Authz, Sessions, a basic user schema and pre-built HTML.
| > The
| Hi,
| Sorry if I post an old question, I just want to know if I could do this to
run multi app on the same server under mod_perl:
|
|
| PerlSwitches -I/var/www/MyApp1/lib
| PerlModule MyApp1
|
|
| SetHandler modperl
| PerlResponseHandler MyApp1
|
| Fernan Aguero wrote:
| > Hi,
| >
| > I'd like to overload (or would it be override?) the
| > merge_session_to_user sub in
| > Catalyst::Plugin::Session::PerUser to be able to guide the
| > hash merge (i.e. create new hash value keys for conflicting
| > keys).
| >
Hi,
I'd like to overload (or would it be override?) the
merge_session_to_user sub in
Catalyst::Plugin::Session::PerUser to be able to guide the
hash merge (i.e. create new hash value keys for conflicting
keys).
Now, where and how should I do the overriding? Excuse my ignorance
... but I've never
| Hi There,
|
| I am taking a this week off of work and would really like to build an
| application with catalyst. Does anyone have an IDE that they can
| recommend? I have been developing perl apps for a while now but have
| been using vi :). If anyone has any suggestions I wold love to hear
|
Hi,
and sorry for the cross-post.
I'd just like to announce that a new Catalyst/DBIx::Class
site has been launched:
http://TDRtargets.org
New online database to help fight infectious diseases
http://www.who.int/mediacentre/news/releases/2007/pr14/en/index.html
The site is an academic/research
+[ Bernhard Graf <[EMAIL PROTECTED]> (15.Apr.2007 16:20):
|
| On Sunday 15 April 2007 19:32, Fernan Aguero wrote:
| > +[ Bernhard Graf <[EMAIL PROTECTED]> (15.Apr.2007 08:23):
| > | Hi,
| > |
| > | I'm wondering how to set the cookie_domain of
| > | Catalyst
+[ Bernhard Graf <[EMAIL PROTECTED]> (15.Apr.2007 08:23):
|
| Hi,
|
| I'm wondering how to set the cookie_domain of
| Catalyst::Plugin::Session::State::Cookie when you run a site under
| different domains.
|
| The manual only gives advice how to do this in the (static)
| configuration - an
+[ Michael Higgins <[EMAIL PROTECTED]> (11.Apr.2007 16:08):
|
| Hello, All --
|
| As I'm still trying to get my head around the Catalyst way of doing things,
| I'm hoping can someone give me a hint:
|
| I have an application set up to report on a database. So far, so good.
|
| Now, I've got
Hi!
there were a couple of questions regarding issues with IE
that had to do with cookie/sessions.
I also experienced this, and tested one of the solutions
proposed (calling $c->reset_session_expires after a
succesful login). But this alone didn't fix it.
After a while I noticed I had moved my
+[ Doran L. Barton <[EMAIL PROTECTED]> (26.Mar.2007 01:39):
|
| I'd like some advice on how to do this. I'm developing a single Cat app
| that will handle multiple sites by looking at the 'host' header. All
| sites will be associated with domain names under a specific domain. Think
| wildcard
+[ Jonathan Rockway <[EMAIL PROTECTED]> (09.Feb.2007 17:32):
|
| Fernan Aguero wrote:
| > Anyone went that path? Perhaps this wheel is already
| > available from cpan? :)
|
| Catalyst::Plugin::Session::PerUser?
|
+]
This seems a perfect fit, tha
Hi!
I'm currently using the Session, Session::Store::DBIC,
and Session::State::Cookie plugins to track session data for
each user.
One of the things I'm doing is storing user queries into the
session:
$c->session->{queries} = {
1 => { deeper data structure here },
2 => { ... },
+[ Bill Moseley <[EMAIL PROTECTED]> (08.Feb.2007 12:16):
|
| On Thu, Feb 08, 2007 at 11:56:09AM +, Fayland Lam wrote:
| > hi, all
| >
| > we are using mod_perl to run our Catalyst App with DBIx::Class and Template.
| >
| > but the memory usage of each process seems to be 95 m. it's pretty
+[ Nilson Santos Figueiredo Junior <[EMAIL PROTECTED]> (08.Feb.2007 11:37):
|
| On 2/8/07, Fayland Lam <[EMAIL PROTECTED]> wrote:
| >but the memory usage of each process seems to be 95 m. it's pretty high!
| >we have more 60+ pms.
|
| We've got around 100+ pms and myapp_server.pl uses around 8
+[ Daniel McBrearty <[EMAIL PROTECTED]> (06.Feb.2007 09:35):
|
| it would be great.
Yes, it would!
| I agree, not just DBIx but also TT. The great thing about cat is it's
| flexibility. But as a beginner it can also be the worst thing.
I agree. Not long ago I was a complete beginner, not hav
+[ Brian Kirkbride <[EMAIL PROTECTED]> (03.Jan.2007 17:16):
|
[snipped]
| >The problem is that the resultset is empty when I try to
| >iterate over it the second time.
| >
| >So far the only way I've found to make this work is
| >to do N separate searches, fill N stash elements, et cetera
|
[ or perhaps 'is it possible to clone a resultset?' ]
Hi!
I'm building a form whose elements are items taken from the
db. And I need these items to show up in different elements
(fieldsets) of the form. More or less something like this:
With items similar to:
'checkbox' - Item 1
'checkbox' -
+[ Jon Warbrick <[EMAIL PROTECTED]> (17.Oct.2006 06:57):
|
| On Mon, 16 Oct 2006, Matt S Trout wrote:
|
| > ...
| > Anybody who's interested in what we've been doing, give it a prod.
|
| Installation observations, in case they help others:
|
| 1) Requires SQL-Translator-0.08 which only exis
+[ Garrett Goebel <[EMAIL PROTECTED]> (29.Sep.2006 20:25):
|
|
| On Sep 29, 2006, at 5:02 PM, A. Pagaltzis wrote:
|
| > * Garrett Goebel <[EMAIL PROTECTED]> [2006-09-29 14:16]:
| >> I had thought about the HTTP/1.1 methods. However, I was only
| >> concerned with the request methods used for
Hi,
I've got a little catalyst test app that I want to move to
apache. In my httpd.conf I added the following:
PerlSwitches-I/home/fernan/proyectos/portfolio/database/Portfolio/lib
PerlModule Portfolio
SetHandler mod_perl
PerlResponseHandler Portfolio
+[ Dr. Jennifer Nussbaum <[EMAIL PROTECTED]> (27.Jun.2006 16:54):
|
|Hi,
Hi
|im just moving some work to DBIx::Class (which im really liking!), and
|i have a
|question about setting up my Schemas.
|The docs for Catalyst::Plugin::DBIC::Schema talk a lot about setting
|u
24 matches
Mail list logo