Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-01-31 Thread Zbigniew Lukasiak
On Sat, Jan 31, 2009 at 12:03 AM, Jason Gottshall jgottsh...@capwiz.com wrote: Ok, for those of you who have been waiting with bated breath, here's my second attempt at a base controller for loading Rose::HTML::Form classes. I've completely refactored/rewritten the configuration stuff after a

[Catalyst] Catalyst Model Question

2009-01-31 Thread Proud Dzambukira
Hello all, I am designing a system which consists of two parts: A generic, type agnostic Data table: __PACKAGE__-add_columns( id, { data_type = INTEGER, is_nullable = 0, size = undef }, item, { data_type = TEXT, is_nullable = 0, size = undef }, value, { data_type = REAL, is_nullable

Re: [Catalyst] Using Selenium to test Catalyst app

2009-01-31 Thread Daniel Austin
Given that _multiple_ people are hacking this to work correctly, wouldn't it make sense to send patches back to the author(s) so that it 'just works' for everyone else? Yes. In my case downloading the latest selenium-server.jar and installing it in Alien::SeleniumRC's module directory

RE: [Catalyst] create model

2009-01-31 Thread Robert Mah
It really doesn't matter a whole lot. Postgres will automatically optimize out the duplicate where condition. If you do an EXPLAIN query in the pgsql, you'll see what I mean. Basically, it's just a little ugly in your log, but won't affect runtime operations. Cheers, Rob -Original

[Catalyst] Proper ngettext with Catalyst

2009-01-31 Thread Nikolai Prokoschenko
Hello, I've asked this question on StackOverflow the other day, but the topic seems more complex, so I'll repeat the question here. I'm introducing translations to an existing Catalyst project. One of requirements is to use standard gettext .po file format, since we want to reuse all the