On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote:
>
> If you find yourself having to remove Catalyst::Plugin::UTF8 or remove
> "use utf8" from modules with utf8 in the source - then there's
> something else going wrong.
You just need the "use utf8" if you have utf8 characters in you source,
On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote:
> On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote:
> > hello list,
> >
> > after endless hours of debugging, here are my recommendations for
> > correct use of utf8 with Catalyst and HTML::FormFu
> >
> > 1) don't use Catalyst::Plugin::Uni
On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote:
> hello list,
>
> after endless hours of debugging, here are my recommendations for
> correct use of utf8 with Catalyst and HTML::FormFu
>
> 1) don't use Catalyst::Plugin::Unicode
> 2) don't use "use utf8" in the controller, that has formfu st
hello list,
after endless hours of debugging, here are my recommendations for
correct use of utf8 with Catalyst and HTML::FormFu
1) don't use Catalyst::Plugin::Unicode
2) don't use "use utf8" in the controller, that has formfu stuff in it
3) don't use .yml configs, use Config::General instead
On Thursday 27 September 2007 10:24:58 Zbigniew Lukasiak wrote:
> On 9/26/07, Mario Minati <[EMAIL PROTECTED]> wrote:
> > As I'm not an DBIC expert it's realy hard to get what happens when you
> > dive into it, so my brain stopped following at
> > $dbic->$method( [ $objects_rs->all ] );
> >
On 9/26/07, Mario Minati <[EMAIL PROTECTED]> wrote:
> As I'm not an DBIC expert it's realy hard to get what happens when you dive
> into it, so my brain stopped following at
> $dbic->$method( [ $objects_rs->all ] );
> Are you setting multiple User objects (for where Selectbox) for the curre
Am 27.09.2007 um 09:59 schrieb Carl Franks:
On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote:
Am 27.09.2007 um 08:17 schrieb Carl Franks:
sorry, here are my results:
prove -l t/04basic.t
t/04basicok
All tests successful.
Files=1, Tests=7, 1 wallclock secs ( 0.54 cusr + 0.04 cs
Am 27.09.2007 um 09:34 schrieb Josef Chladek:
Catalyst automatically loads all the packages it finds under
MyApp/Controller, MyApp/Model and MyApp/View - at startup, not on
demand - so it knows what's available.
This is definitely a DBIC issue - not a FormFu issue.
Search the DBIC list archive
On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote:
>
> Am 27.09.2007 um 08:17 schrieb Carl Franks:
>
> >>
> >> sorry, here are my results:
> >>
> >> prove -l t/04basic.t
> >> t/04basicok
> >> All tests successful.
> >> Files=1, Tests=7, 1 wallclock secs ( 0.54 cusr + 0.04 csys = 0.58
>
Am 27.09.2007 um 08:17 schrieb Carl Franks:
sorry, here are my results:
prove -l t/04basic.t
t/04basicok
All tests successful.
Files=1, Tests=7, 1 wallclock secs ( 0.54 cusr + 0.04 csys = 0.58
CPU)
server is pretty fast normally...
removing all my DBIC models makes it fast again. but
10 matches
Mail list logo