Re: [Catalyst] A Perl Message Queue?

2007-08-23 Thread Brandon Black
On 8/23/07, Mark Knoop <[EMAIL PROTECTED]> wrote: > > Don't use a DB as the backing store for a message queue if you will ever > > need to pass a lot of messages thought it - you're just asking for > > trouble doing it that way. > > > > Getting way off topic but, understanding the kind of trouble o

Re: [Catalyst] Command-line utility using Controller - examples?

2007-07-13 Thread Brandon Black
On 7/12/07, Ronald J Kimball <[EMAIL PROTECTED]> wrote: I need to write a utility script using Controller modules that will run from the command line. I haven't been able to find any examples of how to do this. Does anyone have a quick example I could use as inspiration? Probably the easiest

[Catalyst] DBIx::Class 0.07999_06 (aka 0.08 RC3) released

2007-06-12 Thread Brandon Black
Hi again, A few small issues have been squashed since the last release candidate, and in the process the exception system has been improved a bit. Sorry for the lengthy series of release candidates to test, but I guess we should have expected this after an 11 month development cycle. I really h

[Catalyst] DBIx::Class 0.07999_05 (aka 0.08 RC2) released

2007-06-07 Thread Brandon Black
We have a second release candidate now after the (much appreciated) feedback from the first one. Most of the issues were related to module dependency issues in the build/test process rather than real code regressions, so it's looking pretty good so far. Please give this one a good testing too.

[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 packs

[Catalyst] new Catalyst::Model::DBIC::Schema released

2007-05-23 Thread Brandon Black
Catalyst::Model::DBIC::Schema 0.20 has been release into the wild. Changes since the previous 0.18 release that's been out there for about 9 months: 0.20 Wed May 23, 2007 - Fix for rt.cpan.org #22426 - Switch to Module::Install - Assorted small pod and cleanliness fixes

Re: [Catalyst] YAPC::Europe Call for Hackathons

2007-04-04 Thread Brandon Black
On 4/4/07, Thomas Klausner <[EMAIL PROTECTED]> wrote: Hi! YAPC::Europe 2007 is looking for people who would like to moderate a ~3 hour hackathon on e.g. Catalyst. There's a great deal of overlap between the core devs and the communities of DBIx::Class and Catalyst, perhaps a combined session

Re: [Catalyst] Catalyst::Helper::Model::DBIC::Schema. No tables found in database.

2007-03-31 Thread Brandon Black
On 3/27/07, northfiled <[EMAIL PROTECTED]> wrote: hello helper model dbic cant generate table schema. # script/myapp_create.pl model DBIC DBIC::Schema myapp::Schema create=static dbi:mysql:myapp myapp hoge exists "/home/myapp/myapp/script/../lib/myapp/Model" exists "/home/myapp/myapp/script/..

Re: [Catalyst] inconsistent hierarchy ... after installing C::P::LogWarnings

2007-01-13 Thread Brandon Black
On 1/13/07, Daniel McBrearty <[EMAIL PROTECTED]> wrote: I wanted to see carp/warn errors in the debug output, so I installed http://search.cpan.org/~jrockway/Catalyst-Plugin-LogWarnings-0.02/lib/Catalyst/Plugin/LogWarnings.pm it seemed to have a lot of prerequisites, I just let it install them

Re: [Catalyst] create=static

2007-01-02 Thread Brandon Black
On 1/2/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote: Hi, I have tried the following: perl script/tranzactiibursiere_create.pl model Db DBIC::Schema Db create=static dbi:mysql:database=intranet root First, I have seen that this command creates all the class files for each table, but some of t

Re: [Catalyst] DBIx::Class/TT Pager Question

2006-12-29 Thread Brandon Black
On 12/29/06, Chisel Wright <[EMAIL PROTECTED]> wrote: On Fri, Dec 29, 2006 at 08:35:34AM -0800, Dennis Daupert wrote: >$c->stash->{photos} = [$c->model('CatapultDB::Photos')->search( ... >)]; > >$c->stash->{pager} => $c->stash->{photos}->pager(); # ??? I think you need to los

Re: [Catalyst] Various login problems

2006-12-27 Thread Brandon Black
On 12/27/06, Jesse Sheidlower <[EMAIL PROTECTED]> wrote: On Wed, Dec 27, 2006 at 10:34:25AM -0600, Brandon Black wrote: > On 12/27/06, Chisel Wright <[EMAIL PROTECTED]> wrote: > >On Wed, Dec 27, 2006 at 10:35:27AM -0500, Jesse Sheidlower wrote: > >> Any suggestions

Re: [Catalyst] Various login problems

2006-12-27 Thread Brandon Black
On 12/27/06, Chisel Wright <[EMAIL PROTECTED]> wrote: On Wed, Dec 27, 2006 at 10:35:27AM -0500, Jesse Sheidlower wrote: > Any suggestions what might be causing this, or where I should > start to try to figure it out? Keep in mind that I cannot seem > to force this to happen, so when it's OK, as i

Re: [Catalyst] rewrite or reload on YAML

2006-12-22 Thread Brandon Black
On 12/22/06, Wan <[EMAIL PROTECTED]> wrote: I will run myapp on mod_perl or FastCGI, but I want to know how to rewrite or reload my YAML file. for example # myapp has this line $c->config->{SomeKey} = 'SomeValue'; . How can save this value to my YAML file, and how can I reload this value.

Re: [Catalyst] Best practice for using transactions?

2006-12-15 Thread Brandon Black
On 12/15/06, Jon Warbrick <[EMAIL PROTECTED]> wrote: Does anyone have any advice on best practise for using transactions in a database-based Catalyst app? I'm using DBIx::Class, and I can see how I can wrap particular processing steps with txn_do to impliment transactions. But it seems to me tha

Re: [Catalyst] Re: Strange (error)? when trying to load 20 classes or more on DBIx::Class::Schema

2006-12-14 Thread Brandon Black
On 12/14/06, Juan Miguel Paredes <[EMAIL PROTECTED]> wrote: On 12/14/06, Brian Cassidy <[EMAIL PROTECTED]> wrote: > Juan Miguel Paredes wrote: > > Hi, folks! > > > > We've narrowed the problem: when there are sufficient classes loaded > > in the DBIC Schema, the Authentication configuration turns

Re: [Catalyst] reference lib outside Catalyst web applicationdirectory

2006-12-13 Thread Brandon Black
On 12/13/06, Dave Howorth <[EMAIL PROTECTED]> wrote: Matt S Trout wrote: > I'm asking why the web part can't be in the main app directory :) I've been reading this thread with interest because Leandro's description seems to fit my situation as well. This seems like a pretty lame response. Does i

Re: [Catalyst] Mason configuration in YAML

2006-12-08 Thread Brandon Black
On 12/8/06, Kevin Old <[EMAIL PROTECTED]> wrote: On 12/8/06, Jon Warbrick <[EMAIL PROTECTED]> wrote: > On Thu, 7 Dec 2006, Kevin Old wrote: > > > ... > > then in Mason.pm you can use it like this: > > package MyApp::View::Mason; > > > > use base 'Catalyst::View::Mason'; > > > > __ PACKAGE__->conf

Re: [Catalyst] {OT] protecting against attacks with multilingual input

2006-12-05 Thread Brandon Black
On 12/5/06, Dave Howorth <[EMAIL PROTECTED]> wrote: Brandon Black wrote: > On 12/5/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > >> This is what I'm talking about. I don't know this technique - I >> thought the only approach was to filter inp

Re: [Catalyst] {OT] protecting against attacks with multilingual input

2006-12-05 Thread Brandon Black
On 12/5/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: This is what I'm talking about. I don't know this technique - I thought the only approach was to filter input. I'm using DBIx, AFAIK it does use placeholders ... ? If so, I can just take input, do some basic "sanity" filtering, and store?

Re: [Catalyst] Last Chance / Last Day: Web development platform contestand Perl / Catalyst

2006-11-30 Thread Brandon Black
On 11/30/06, Sebastian Riedel <[EMAIL PROTECTED]> wrote: And p5 development is not as active as you might think, just take a look at the comments under http://use.perl.org/~sri/journal/31519. The quote "Perl5 is not dead, it's just very, very stable" sums it up quite well. 216 distinct thread

Re: [Catalyst] Last Chance / Last Day: Web development platform contestand Perl / Catalyst

2006-11-30 Thread Brandon Black
On 11/30/06, Alvar Freude <[EMAIL PROTECTED]> wrote: Having more teams should be good for several reasons: we can show that Perl isn't dead (at the moment it looks half-dead), and there are more options to choose from. IMHO, Perl does *not* look half dead. The rate of CPAN modules uploaded pe

Re: [Catalyst] Catalyst and UTF-8

2006-11-28 Thread Brandon Black
On 11/28/06, Jon <[EMAIL PROTECTED]> wrote: I don't know if there is a better high level way to do this in DBIx::Class, but should work if you get the dbh from DBIx::Class::Storage::DBI. You should have DBIx::Class issue those "SET" statement for you at connection time via: http://search.cpan

Re: [Catalyst] Non-real world irrelevant benchmarks

2006-11-16 Thread Brandon Black
On 11/16/06, Nilson Santos Figueiredo Junior <[EMAIL PROTECTED]> wrote: On 11/16/06, Matt S Trout <[EMAIL PROTECTED]> wrote: > Besides which, I've never yet seen a production application (and between > Shadowcat's client portfolio I've seen not a small number thereof) where the > dispatch overhea

Re: [Catalyst] Announce. Catalyst::Plugin::I18N::DBIC 0.01

2006-11-14 Thread Brandon Black
On 11/13/06, Ian Docherty <[EMAIL PROTECTED]> wrote: Since I got no response to my request a few weeks ago about I18N data from a database I wrote my own :) This module has just been released to CPAN. I've just been looking at Cat I18N stuff. This looks promising (I haven't actually used it

Re: [Catalyst] getting the db connection used by catalyst

2006-10-03 Thread Brandon Black
On 10/3/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: if you have a (dbix) database, and use it as a model, you generallyend up doing this :$c->model-> and the database connection is handled internally.I now want to write another model which uses the db. It would be better to use the existing

Re: [Catalyst] Catalyst::Helper::Model::DBIC::SchemaLoader

2006-10-02 Thread Brandon Black
On 10/2/06, John Napiorkowski <[EMAIL PROTECTED]> wrote: --- Kevin Wong <[EMAIL PROTECTED]> wrote:> Hi,>   I am new to the community, and willing to take any> advice. I have installed Catalyst on Linux (Centos > 4.1). Previously, I tried to install Cat on Windows> but failed. I have created a test

Re: [Catalyst] DBIC::Schema [and schema::loader] from YAML

2006-09-28 Thread Brandon Black
On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: Brian Cassidy wrote:         > Jon Warbrick wrote: > > Can a Catalyst::Model::DBIC::Schema model be configured from a YAML > > file via Catalyst::Plugin::Config::YAML? If so, how? Apologies if it's in > > the documentation somewhere, but

Re: [Catalyst] DBD::SQLite::db::_login errors!

2006-09-28 Thread Brandon Black
On 9/28/06, g xing <[EMAIL PROTECTED]> wrote: Hi Dudes,i am following the Catalyst::Manual::Tutorial::CatalystBasics, everythinglooks well untill i RUN THE APPLICATION. when i change the URL tohttp://localhost:3000/books/list , it shows following error:Caught exception in MyApp::Controller::Books->

Re: [Catalyst] DBIx Class Transactions in catalyst

2006-09-04 Thread Brandon Black
On 9/4/06, Charles <[EMAIL PROTECTED]> wrote: It still would've been nice to get transactionsworking a la txn_do. I'm sure that I'll need thisfeature not too far down the road. I'll prob eitheruse the txn_begin,txn_commit, and txn_rollbackfunctions explicitly or just use raw sql. At least these sho

Re: [Catalyst] DBIx Class Transactions in catalyst

2006-09-03 Thread Brandon Black
On 9/2/06, Charles <[EMAIL PROTECTED]> wrote: Is there something obvious that I'm missing ?Yes.  In order to generate the subref, you have to use the "sub" keyword.  Change this line in your example: my $coderef = { To:my $coderef = sub {Seperately, if that example is what you're actually doing, it

Re: [Catalyst] MSSQL and Catalyst

2006-08-23 Thread Brandon Black
On 8/23/06, Alan Humphrey <[EMAIL PROTECTED]> wrote: I had some time so I decided to upgrade my app and see if I could takeadvantage of all this.  No joy.  I'm still getting bind parameters.  Infobelow.  Any ideas?Thank you!- AlanVersion: ~/birdweb/trunk/BirdWeb-Admin > perldoc -l DBIx::Class | xar

Re: [Catalyst] dbic models and startup time server

2006-08-22 Thread Brandon Black
On 8/22/06, Josef Chladek <[EMAIL PROTECTED]> wrote: my only remaining problem is that restarts take so long becauseapache can't end the child-processes cleanlyThis I really haven't a clue on.  We don't muck with signals AFAIK in any of the standard Cat/DBIC code.  My first guess would be that a DE

Re: [Catalyst] dbic models and startup time server

2006-08-22 Thread Brandon Black
On 8/22/06, Josef Chladek <[EMAIL PROTECTED]> wrote: to make mod_perl the same speed I put in my perl_startup.pluse XMLForm::Model::use XMLForm::Schema:: for ALL my models -> same speed.WM 0.097695 at /Library/Perl/5.8.6/Catalyst/Model/DBIC/Schema.pm line304.[... gets slower ...]  UserDepot

Re: [Catalyst] Framework Confusion: Catalyst, Jifty, Woodstock (Mojo)? 'Sup?

2006-08-22 Thread Brandon Black
On 8/22/06, Hugh Lampert <[EMAIL PROTECTED]> wrote: Experts:  Why is Catalyst a qw/better more-robust more-enduringbetter-Rails-Killer easier-to-use/  framework than Jifty or(Woodstock|Mojo)?Seeing these other frameworks mentioned online - just curious. Well, for one thing, Jifty is the only framew

Re: [Catalyst] dbic models and startup time server

2006-08-22 Thread Brandon Black
On 8/22/06, Brandon Black <[EMAIL PROTECTED]> wrote: [...] and it might not be possible to make it significantly faster without rewriting it in XS [...]Ok, I lied.  I went back to stare at Algorithm::C3 and Class::C3, and I remembered an earlier performance hack I had tried, but never got

Re: [Catalyst] dbic models and startup time server

2006-08-22 Thread Brandon Black
On 8/22/06, Josef Chladek <[EMAIL PROTECTED]> wrote: what we notice: in Catalyst/Model/DBIC/Schema.pm the time of therequire of the schema$schema_class->requireis fast for the first loaded schemas (0.05s) but takes about 0.6s forthe last schemas. also time to connect $self->schema->connection(@{$se

Re: [Catalyst] dbic models and startup time server

2006-08-21 Thread Brandon Black
On 8/21/06, Josef Chladek <[EMAIL PROTECTED]> wrote: Am 21.08.2006 um 22:42 schrieb Brandon Black:> Are you using real schemas, or Schema::Loader? (If you're using> Schema::Loader at runtime, the advice would be to stop doing that).>> If you're not, then you

Re: [Catalyst] dbic models and startup time server

2006-08-21 Thread Brandon Black
On 8/21/06, Josef Chladek <[EMAIL PROTECTED]> wrote: hi,we have a CRUD/cms app that uses many (approx. 20) dbic models/schemas. the startup time for _server.pl takes a lot of time (1min or so), when we run it under mod_perl restarting of apache takes also very long. we tried usinghttp://marcusr

Re: [Catalyst] auth::DBIC & session problems

2006-08-15 Thread Brandon Black
On 8/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:I looked at that code.  My table is called user, but that difference is minor. I think the biggest difference is that I'm using DBIC::Schema::Loader. Is there a way use that? It should work with Schema::Loader just as well.  You'd just have t

Re: [Catalyst] auth::DBIC & session problems

2006-08-15 Thread Brandon Black
On 8/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: So I still have the problem where if I use Authentication::Store::DBIC, I cannot use a session plug-in because freeze() doesn't like coderefs, and my DBIC objects contain codrefs for their inflate/deflate methods. Win Srv 2003 Apache 2.0.58

Re: [Catalyst] MSSQL and Catalyst

2006-08-14 Thread Brandon Black
On 8/14/06, Alan Humphrey <[EMAIL PROTECTED]> wrote: Anyone here using M$$QL as their backend?I'm using it as one part of an app.  The app is very lightly used so I can'tgive you any performance information, but here's what I've done.1) Running NetBSD, using DBD::Sybase and FreeTDS. 2) FreeTDS has

Re: [Catalyst] MSSQL and Catalyst

2006-08-14 Thread Brandon Black
On 8/14/06, Brandon Black <[EMAIL PROTECTED]> wrote: This solves both the bind variable issue and the prepare_cached issue for DBD::Sybase+FreeTDS+MSSQL.Actually, I went back and double-checked this, and it doesn't have the code to prevent the memory issues w/ prepare_cached.  It was me

Re: [Catalyst] Storing a password hash with DBIC

2006-08-10 Thread Brandon Black
On 8/10/06, Jonathan Rockway <[EMAIL PROTECTED]> wrote: Renaud Drousies wrote:> That's why the password should be mixed with a challenge string before> being hashed and sent over the network.>This is also not a good solution.  The server still needs to know some computable variant of the cleartext

Re: [Catalyst] Storing a password hash with DBIC

2006-08-10 Thread Brandon Black
On 8/10/06, Mark Blythe <[EMAIL PROTECTED]> wrote: I must be missing something here.You're not missing something.  The main gain of the simple version of client-side hashing is that you don't know the original password.  This is a useful security feature for the user, because most users re-use pass

Re: [Catalyst] Storing a password hash with DBIC

2006-08-10 Thread Brandon Black
On 8/10/06, Christopher H. Laco <[EMAIL PROTECTED]> wrote: Jonas wrote:> Hi,> I'm trying to store an hashed password in a database using DBIC. What> is the best way to create the digest of the password?> I tried with deflate, but deflate only runs when the argument is a reference. > Then i tried wi

Re: [Catalyst] Sigh. How do we get on this list?

2006-08-09 Thread Brandon Black
On 8/9/06, John Wang <[EMAIL PROTECTED]> wrote: On 8/9/06, Brandon Black <[EMAIL PROTECTED]> wrote: A seperate but similar list for applications built on Catalyst would be nice too (the distinction being apps people can download and deploy, versus live running businesses/organizatio

Re: [Catalyst] Sigh. How do we get on this list?

2006-08-09 Thread Brandon Black
On 8/9/06, Kenny Gatdula <[EMAIL PROTECTED]> wrote: Matt S Trout wrote:> One of the wiki janitors should be able to set you up with access. *looks> round* ... sing out, gents, I've forgotten who you are. Again. Sorry.Consider it done.   http://dev.catalyst.perl.org/wiki/LiveApplicationsA seperate b

[Catalyst] Catalyst::Model::DBIC::Schema 0.18 released

2006-08-07 Thread Brandon Black
It should show up on your local CPAN mirror soon, or grab it early from: http://dtmf.com/Catalyst-Model-DBIC-Schema-0.18.tar.gzChanges since 0.17:0.18  Tue Aug  8 04:34:42 UTC 2006    - Version bump for public release, no functional change 0.17_01 Thu Jul 27 01:06:13 UTC 2006    - Updated

Re: [Catalyst] connection info and Catalyst::Model::DBIC::Schema

2006-08-03 Thread Brandon Black
On 8/3/06, Alan Humphrey <[EMAIL PROTECTED]> wrote: I feel that I'm missing something obvious, but the penny hasn't dropped.Hope you all can help.Goal: use a DBIx::Class schema defined outside the Catalyst app name space.This is what I do, perhaps someone can make the solution easier and more gener

Re: [Catalyst] Root controller index() vs auto()

2006-08-02 Thread Brandon Black
On 8/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: I just posted a question about a login problem in my Root controller. While analyzing the problem, I discovered that when my Root controller is invoked as http:/site/dev/ (implying index right?) my sub index() never runs. I get /auto and /en

Re: [Catalyst] error using session and authn plug-ins under apache

2006-07-28 Thread Brandon Black
On 7/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > ### > #my Authentication and session plugins > ### > Authentication > Authentication::Store::DBIC > Authentication::Credential::SiteMinder > Session > Session::State::C

Re: [Catalyst] 5.7 upgrade - DBIC::S::L error.

2006-07-26 Thread Brandon Black
On 7/26/06, Len Jaffe <[EMAIL PROTECTED]> wrote: > Ah well, warnings, errors. Whining is whining. > No, I'm one rev behind, due to the build errors that > were discussed in another thread. > Actually, I meant to ask about Catalyst::Model::DBIC::Schema, I just typed the wrong module name. Is *that

Re: [Catalyst] 5.7 upgrade - DBIC::S::L error.

2006-07-26 Thread Brandon Black
On 7/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This is the error message when I start the dev_server.pl process > > > $ script/dtsis_server.pl -r -k > Subroutine run redefined at > D:/Perl/site/lib/Catalyst\Engine\HTTP\Restarter.pm line 9. > loader_options should be set before connect

Re: [Catalyst] cat 5.7 upgrade report

2006-07-25 Thread Brandon Black
On 7/25/06, Len Jaffe <[EMAIL PROTECTED]> wrote: > I upgraded my desktop and server at work today, and > the only thin giving me any install issues is > DBIC::Schema::Loader. I can't do jack about it if you don't report what's wrong with it. -- Brandon ___

Re: [Catalyst] ::Model::SomeTable->some_method() problem

2006-07-14 Thread Brandon Black
On 7/14/06, Chisel Wright <[EMAIL PROTECTED]> wrote: > I just hadn't had the tuits to slap the dev release on my laptop. It > kinda sounds like I'm the only Pg/Model::DBIC user out there at the > moment ... :) > There was one other guy who popped into #catalyst complaining about a messed up Model:

Re: [Catalyst] ::Model::SomeTable->some_method() problem

2006-07-13 Thread Brandon Black
Sorry for not responding to the thread sooner, but I've been busy the past few days. The underlying issue causing this regression has been identified and worked on a bit, I've posted a failing testcase to #catalyst-dev, etc. Its just a question of exactly what or how to do about it that's a bit c

Re: [Catalyst] sub default :Private versus sub xxx :Path

2006-07-11 Thread Brandon Black
On 7/11/06, John Napiorkowski <[EMAIL PROTECTED]> wrote: > With Catalyst we now have three ways to hook an action to the package > namespace (That I know of) > > package myapp::Controller::demo > > 1) sub default :Private {...} > 2) sub index :Private {...} > 3) sub x :Path {...} [] I wou

Re: [Catalyst] [Announce] Catalyst 5.7000

2006-07-11 Thread Brandon Black
On 7/11/06, Nilson Santos Figueiredo Junior <[EMAIL PROTECTED]> wrote: > On 7/11/06, Vlad Bazon <[EMAIL PROTECTED]> wrote: > > the existing old's Cat-applications will continue to simply work if you > > update > > libcatalyst-perl to 5.7000-1, IF you will not use a Controller::Root > > component >

Re: [Catalyst] Creating Models

2006-07-07 Thread Brandon Black
On 7/7/06, Craig Talbert <[EMAIL PROTECTED]> wrote: > I'm having a hard time getting Catalyst to create a model. It's > looking for a perl module that doesn't seem to exist. [] > I'm following the instructions here: > http://cpansearch.perl.org/dist/Catalyst/lib/Catalyst/Manual/Intro.pod#M

[Catalyst] Catalyst::Model::DBIC::Schema 0.16 is out

2006-07-06 Thread Brandon Black
It should be hitting your local CPAN mirror sometime soon. In the meantime you can pick it up from http://www.dtmf.com/Catalyst-Model-DBIC-Schema-0.16.tar.gz Changes for this release: 0.16 Thu Jul 6 13:28:45 UTC 2006 - Bugfix for create=static and connect_info coderef snippets

Re: [Catalyst] Program the logic

2006-06-29 Thread Brandon Black
On 6/29/06, Nilson Santos Figueiredo Junior <[EMAIL PROTECTED]> wrote: > On 6/29/06, Brandon Black <[EMAIL PROTECTED]> wrote: > > If you find yourself putting code in your View templates that isn't > > directly related to rendering this specific flavour of output, i

Re: [Catalyst] tutorial_create.pl - error using SchemaLoader

2006-06-29 Thread Brandon Black
On 6/29/06, Torsten Krah <[EMAIL PROTECTED]> wrote: > Looking at this file, their is this example: > > tutorial_create.pl model AnotherDB DBIC::SchemaLoader dbi:Pg:dbname=foo > root > 4321 > > But if i try this ( of cause with working parameters testet with > deprecated DBIC), i only get: > > Could

Re: [Catalyst] Program the logic

2006-06-29 Thread Brandon Black
I really don't see much ambiguity myself. I'm not really a theorist on this stuff, so what follows is my practical definitions based on working with it: Model(s) - Data source abstraction. You put things like access to RDBMSes, Files (collections of images?), and even remote data sources served

Re: [Catalyst] Development Server Crashing

2006-06-21 Thread Brandon Black
On 6/21/06, Brandon Black <[EMAIL PROTECTED]> wrote: > On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > When I run "script/myapp_server.pl -k" with the keepalive option (so > > that things work with IE), I get the following crash (not right away,

Re: [Catalyst] Development Server Crashing

2006-06-21 Thread Brandon Black
On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When I run "script/myapp_server.pl -k" with the keepalive option (so > that things work with IE), I get the following crash (not right away, > but usually within the first few clicks): > > Use of uninitialized value in subroutine entry at >

Re: [Catalyst] Wrrite your own Model-class

2006-06-19 Thread Brandon Black
On 6/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Unfortunately there is (yet) no Catalyst::Model::IMAP available, so I > considered --most audaciously-- to start writing such a model myself. I had > a look at various models (such as DBIC) but could not easily re-engineer > the rules I mus

Re: [Catalyst] RFC on how to structure controllers

2006-06-14 Thread Brandon Black
On 6/14/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > what does REST stand for? > REpresentational State Transfer. http://en.wikipedia.org/wiki/Representational_State_Transfer -- Brandon ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.

Re: [Catalyst] YAML vs. *

2006-06-12 Thread Brandon Black
On 6/11/06, Kiki <[EMAIL PROTECTED]> wrote: > Well it's either that or tag clutter à la XML ... or a I still think XML is perfectly reasonable and universal for a config-file format, easily recognized and edited by most people (even if its a bit verbose), and can serialize everything we need. The

Re: [Catalyst] StackTrace hiding errors?

2006-06-11 Thread Brandon Black
On 6/10/06, Mark Blythe <[EMAIL PROTECTED]> wrote: > Has anybody else had this problem? I hit this same problem last week, running the latest and greatest of everything AFAIK. I didn't have time to deal with it properly then, so I just removed StackTrace from my plugins list and kept on going. I