Re: [Catalyst] correct module name for generated tests when generating static schema/model?

2006-07-03 Thread Daniel McBrearty
actually it should be use_ok('Engoi::Schema::EngoiDb::Attributes'); On 7/3/06, Daniel McBrearty [EMAIL PROTECTED] wrote: I am trying to use this command script/engoi_create.pl model Schema DBIC::Schema Engoi::Schema::EngoiDb create=static ... to make my model with a seperate static schema

[Catalyst] testing the model - example code please?

2006-07-05 Thread Daniel McBrearty
a bit of a mental block about writing test cases. I'd like to see some good examples to get the brain working ... thanks Daniel -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

Re: [Catalyst] [Announce] iusethis.org goes into public beta.

2006-07-09 Thread Daniel McBrearty
think all I found were default generated model_blahblah.t files. But maybe that has changed ... or I didn't look hard enough ... good luck with that! D -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

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

2006-08-10 Thread Daniel McBrearty
haul? Before you wish for something, it's worth asking yourself _why_ you want it. D -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo

Re: [Catalyst] [OT] unified diffs

2006-08-13 Thread Daniel McBrearty
://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

Re: [Catalyst] ways to do stuff and why

2006-08-18 Thread Daniel McBrearty
on top of the model to bridge the two views, implement the API, and protect the db against crap data ... -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst

Re: [Catalyst] how to get started?

2006-08-21 Thread Daniel McBrearty
/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email

Re: [Catalyst] Can't find 'Catalyst::Plugin::SessionStateTest'

2006-08-22 Thread Daniel McBrearty
://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

Re: [Catalyst] Can't find 'Catalyst::Plugin::SessionStateTest'

2006-08-22 Thread Daniel McBrearty
-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http

Re: [Catalyst] Multilanguage application

2006-08-25 Thread Daniel McBrearty
then :) ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty

Re: [Catalyst] Multilanguage application

2006-08-25 Thread Daniel McBrearty
[EMAIL PROTECTED] wrote: * Daniel McBrearty [EMAIL PROTECTED] [2006-08-25 12:10]: in fact there are a number of ways the language can be detected. For me, these are (highest priority first) ... : 1. the uri 2. the session (maybe, i'm thinking about this ... the argument is that the user

Re: [Catalyst] Spending time with Catalyst (slightly OT)

2006-09-09 Thread Daniel McBrearty
://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

Re: [Catalyst] Hosting options, please recommend

2006-09-10 Thread Daniel McBrearty
://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst

Re: [Catalyst] Hosting options, please recommend

2006-09-13 Thread Daniel McBrearty
, Nigel Metheringham [EMAIL PROTECTED] wrote: On Sun, 2006-09-10 at 14:46 +0200, Daniel McBrearty wrote: get a virtual machine at bytemark.co.uk slightly more than el cheapo shared hosting but root access and do what the hell you like with it. Have you run cat on one of their servers? I'm

Re: [Catalyst] Hosting options, please recommend

2006-09-13 Thread Daniel McBrearty
do you run under mod_perl or fastcgi? On 9/13/06, Nigel Metheringham [EMAIL PROTECTED] wrote: On Wed, 2006-09-13 at 11:00 +0200, Daniel McBrearty wrote: haven't tried it yet. at the moment i run cgis under mod_perl processes (15MB each), and an sql server. no problem. I don't expect things

[Catalyst] [OT] building perl with threads

2006-09-30 Thread Daniel McBrearty
now I have the hang of building apache/perl from source ... what's the rationale behind the perl is normally built with thread support OFF in a production environment? is that what is recommended for cat under mod_perl / fastcgi? -- Daniel McBrearty email : danielmcbrearty at gmail.com

Re: [Catalyst] [OT] building perl with threads

2006-09-30 Thread Daniel McBrearty
thanks Toby. On 9/30/06, Tobias Kremer [EMAIL PROTECTED] wrote: Daniel McBrearty schrieb: now I have the hang of building apache/perl from source ... what's the rationale behind the perl is normally built with thread support OFF in a production environment? is that what

[Catalyst] getting the db connection used by catalyst

2006-10-03 Thread Daniel McBrearty
create another one. If I write a new() method for this model, does it have access to the context? what is a good way to do this? -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

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

2006-10-03 Thread Daniel McBrearty
/06, Brandon Black [EMAIL PROTECTED] wrote: On 10/3/06, Daniel McBrearty [EMAIL PROTECTED] wrote: if you have a (dbix) database, and use it as a model, you generally end up doing this : $c-model- and the database connection is handled internally. I now want to write another

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

2006-10-04 Thread Daniel McBrearty
dbic-schema? If it is all to deal with the same DB, and the same structures, you might benefit from that. andreas On 4. okt. 2006, at 04.27, Daniel McBrearty wrote: basically it does some fancy processing on the db and caches the results. initially, that will be it. It will present

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

2006-10-04 Thread Daniel McBrearty
maybe I'm worrying too much about reusing the catalyst connection - I could just get a connection in new() and keep a ref to it there, and use that whenever needed. I don't know much about what goes on internally, or how much overhead each connection has with it ... On 10/4/06, Daniel McBrearty

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

2006-10-04 Thread Daniel McBrearty
ok. thanks. what is the magic? is its behaviour in one of the perldocs? On 10/4/06, Matt S Trout [EMAIL PROTECTED] wrote: Daniel McBrearty wrote: I have. Could do it either way, but on the whole I prefer to seperate the two. Even if I did that, I think I'd have the same question - how

Re: [Catalyst] Is Catalyst what I want?

2006-10-27 Thread Daniel McBrearty
of my favorite perl glue, like DBI, CGI, and Template toolkit. But do I want a full blown framework? Or do I just want a simple JavaScript function? -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

[Catalyst] using Plugin::Singleton and testing

2006-11-15 Thread Daniel McBrearty
leave that in place. How can I just mock the context/stash but leave the rest of MyApp in place? -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst

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

2006-11-15 Thread Daniel McBrearty
and how translation is managed etc. I presume that this is what you are referring to. I anticipate creating a mini-app that will allow a translator to make changes to the database code and view the result immediately in the application. Regards Ian C. Docherty (ICD) Daniel McBrearty wrote: I'm

Re: [Catalyst] Re: using Plugin::Singleton and testing

2006-11-17 Thread Daniel McBrearty
: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language

Re: [Catalyst] Re: using Plugin::Singleton and testing

2006-11-17 Thread Daniel McBrearty
On 11/17/06, A. Pagaltzis [EMAIL PROTECTED] wrote: * Daniel McBrearty [EMAIL PROTECTED] [2006-11-17 12:00]: A global is something that is in the global namespace. A singleton isn't, any more than other class is. You have to import the class to which it belongs to use it. That might be true

Re: [Catalyst] Re: using Plugin::Singleton and testing

2006-11-17 Thread Daniel McBrearty
it (funny syntax ... encourages poor code ... ) when those that know better know that the bad code comes out of the coder, not the language. On 11/17/06, Nilson Santos Figueiredo Junior [EMAIL PROTECTED] wrote: On 11/17/06, Daniel McBrearty [EMAIL PROTECTED] wrote: So my original example : say we

Re: [Catalyst] use MyApp without console output in script?

2006-11-29 Thread Daniel McBrearty
ahhh ... yes. silly me. (it was only the sane bit that was hard to do ... ;) On 11/29/06, Matt S Trout [EMAIL PROTECTED] wrote: Daniel McBrearty wrote: Hi if I use MyApp; in a script, is there a way to stop all the usual console out that happens ? Take -Debug out of the use line

Re: [Catalyst] RE: setting up project where web application (Catalyst) is only a part

2006-12-04 Thread Daniel McBrearty
@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] Re: Last Chance /LastDay:Webdevelopmentplatformcontestand Perl / Catalyst

2006-12-05 Thread Daniel McBrearty
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com

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

2006-12-05 Thread Daniel McBrearty
/06, Joel Bernstein [EMAIL PROTECTED] wrote: On Tue, Dec 05, 2006 at 01:10:35PM +0100, Daniel McBrearty wrote: How does one do this? If you have a text input field which can be in *any* language, which will get stored in the db, how do you protect against script injection? If it's just

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

2006-12-05 Thread Daniel McBrearty
that I am thinking of. Phaylon : sure. A simple example would be, say, a multilingual web forum. A text field would have a size limit, but other than that most any utf8 character could be input. -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab

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

2006-12-05 Thread Daniel McBrearty
have a reference on why placeholders protect against injection attacks ? If that is the case, maybe I can even leave out \w filtering where that is appropriate to do that. thanks! D On 12/5/06, Brandon Black [EMAIL PROTECTED] wrote: On 12/5/06, Daniel McBrearty [EMAIL PROTECTED] wrote

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

2006-12-05 Thread Daniel McBrearty
, Steve Atkins [EMAIL PROTECTED] wrote: On Dec 5, 2006, at 5:28 AM, Daniel McBrearty wrote: If you're talking about sql injection then presumably you could do this exactly the same as you would any other input field - use sql placeholders in a prepared query rather than blindly pasting

Re: [Catalyst] AJAX best practices, maximum availability

2006-12-06 Thread Daniel McBrearty
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi

Re: [Catalyst] Authentication - unix crypt

2006-12-12 Thread Daniel McBrearty
://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org

Re: [Catalyst] Supporting multiple password types with C::P::Auth::Store::DBIC

2006-12-12 Thread Daniel McBrearty
should have dug into the sauce first ... On 12/13/06, Daniel McBrearty [EMAIL PROTECTED] wrote: or reading C::P::Auth docs, maybe it's better to write a helper _login method in my controller, and let that handle things ... On 12/13/06, Daniel McBrearty [EMAIL PROTECTED] wrote: Am migrating from

Re: [Catalyst] Supporting multiple password types with C::P::Auth::Store::DBIC

2006-12-13 Thread Daniel McBrearty
platforms). thanks. On 12/13/06, Daniel McBrearty [EMAIL PROTECTED] wrote: the site is available in about 15 languages, including Chinese, Japanese, Greek ... it doesn't make any sense to restrict to [A-Z][a-z]. Some users may be hardly using those. If people lock themeselves out, they can get

Re: [Catalyst] Supporting multiple password types with C::P::Auth::Store::DBIC

2006-12-13 Thread Daniel McBrearty
/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

[Catalyst] C::P::Email and testing

2006-12-15 Thread Daniel McBrearty
if you have an action that sends an email, how do you write tests for it? perhaps print the email to a temp file in test mode? what do you guys do? -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

Re: [Catalyst] C::P::Email and testing

2006-12-16 Thread Daniel McBrearty
you just want to see the text that you are generating the for the email, make some kind of sanity check on it, just before it hits the email module. I'll check it out. On 12/16/06, Ash Berlin [EMAIL PROTECTED] wrote: Daniel McBrearty wrote: if you have an action that sends an email, how do you

Re: [Catalyst] C::P::Email and testing

2006-12-17 Thread Daniel McBrearty
that's a nice idea. thanks Perrin. On 12/18/06, Perrin Harkins [EMAIL PROTECTED] wrote: Daniel McBrearty wrote: if you have an action that sends an email, how do you write tests for it? We do it by subclassing Net::SMTP::Server to write all mail to files in a temp directory. Then we send

Re: [Catalyst] C::P::Email and testing

2006-12-18 Thread Daniel McBrearty
method somewhere that does the same. D On 12/16/06, Jonathan Rockway [EMAIL PROTECTED] wrote: On Saturday 16 December 2006 03:08, Sébastien Wagener wrote: On Sat, 2006-12-16 at 07:45 +0100, Daniel McBrearty wrote: if you have an action that sends an email, how do you write tests

Re: [Catalyst] C::P::Email and testing

2006-12-18 Thread Daniel McBrearty
('email'); $c-log-dumper($super); } 1; and I get ... : [debug] $VAR1 = sub { DUMMY }; and if I try $super-($c, @_); the app hangs. Is this a known problem? cheers D On 12/18/06, Jonathan Rockway [EMAIL PROTECTED] wrote: Daniel McBrearty wrote: ... but I'm thinking, how can one plugin

Re: [Catalyst] templates

2006-12-20 Thread Daniel McBrearty
://mail.yahoo.com ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email

Re: [Catalyst] VMware Image

2006-12-20 Thread Daniel McBrearty
/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

Re: [Catalyst] VMware Image

2006-12-20 Thread Daniel McBrearty
be a bit chunky though ... we'll see what happens ... On 12/21/06, Brian [EMAIL PROTECTED] wrote: Do you know what the approximate filesize would be (zipped or RAR'd)? Ubuntu would be great. Thanks, Brian Daniel McBrearty wrote: does anyone have workable hosting for such a thing? I do my

Re: [Catalyst] VMware Image

2006-12-21 Thread Daniel McBrearty
key until it's done. Puts everything (including local perl) under whatever directory you specify. http://code.google.com/p/pimpmycat/ 2006/12/21, Daniel McBrearty [EMAIL PROTECTED]: Not sure. I've never tried before. I'm just cloning my m/c now. All I have to do then would be to remove all my

Re: [Catalyst] VMware Image

2006-12-21 Thread Daniel McBrearty
to, but I'll send it to whoever wants it. Rhett On Thu, 21 Dec 2006, Daniel McBrearty wrote: the clone I made last night was pretty big --- 5GB or so. When I get some time I'll take a look to see where that is coming from. On 12/21/06, Thomas Hartman [EMAIL PROTECTED] wrote: There's also

Re: [Catalyst] creating a model

2006-12-22 Thread Daniel McBrearty
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email

Re: [Catalyst] Re: Accessing $c from Model

2006-12-29 Thread Daniel McBrearty
: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst

Re: [Catalyst] Article on web frameworks ommits Catalyst

2007-01-02 Thread Daniel McBrearty
://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

[Catalyst] questions on Reaction

2007-01-02 Thread Daniel McBrearty
an existing cat app but think I might fancy a bit of R in there, am I going to want to shoot myself later ... ;-? cheers. I hope I can get enough of this to make some simple cruddish stuff I need happen, and hope fully take advantage of Reaction as it evolves ... D -- Daniel McBrearty email

[Catalyst] Re: questions on Reaction

2007-01-02 Thread Daniel McBrearty
ok, answered my own question, partly. Reaction::Controller isa Cat::C::Bindlex, which is a Cat::C so I can use a Reaction::Controller as a souped up Cat::C, I guess ... On 1/2/07, Daniel McBrearty [EMAIL PROTECTED] wrote: I took a look, I got it to run, I went ... ah ... now it's silly

Re: [Catalyst] Re: questions on Reaction

2007-01-02 Thread Daniel McBrearty
. cheers D On 1/2/07, Matt S Trout [EMAIL PROTECTED] wrote: On 2 Jan 2007, at 16:12, Daniel McBrearty wrote: ok, answered my own question, partly. Reaction::Controller isa Cat::C::Bindlex, which is a Cat::C so I can use a Reaction::Controller as a souped up Cat::C, I guess ... Precisely

Re: [Catalyst] Re: questions on Reaction

2007-01-02 Thread Daniel McBrearty
. the root action is using a viewport, pushing the template name onto it ... what does a viewport actually do over, say, a standard TT template? thanks. I'll prod about with it anyway and see what happens ... On 1/2/07, Matt S Trout [EMAIL PROTECTED] wrote: On 2 Jan 2007, at 18:52, Daniel McBrearty

Re: [Catalyst] Re: questions on Reaction

2007-01-02 Thread Daniel McBrearty
... somewhere ... On 1/2/07, Daniel McBrearty [EMAIL PROTECTED] wrote: gotcha. The only part I had to put in Root.pm was the __PACKAGE__-config( ... ), which is logical. I found a lot of templates under root/base ... including 'xhtml' which at some point calls [% INCLUDE header; window.render_viewport

Re: [Catalyst] Re: questions on Reaction

2007-01-02 Thread Daniel McBrearty
ok ... but I have /root as my site base (static files), all my tempates are in /templates ... can I put them in /templates/base somehow? On 1/2/07, Matt S Trout [EMAIL PROTECTED] wrote: On 2 Jan 2007, at 21:20, Daniel McBrearty wrote: gotcha. The only part I had to put in Root.pm

Re: [Catalyst] Re: questions on Reaction

2007-01-02 Thread Daniel McBrearty
' TEMPLATE_EXTENSION: '.tt' is the template path somehow hardcoded into Reaction::UI::Renderer::XHTML.pm ? I looked at the source, and I didn't see anything that looks like that ... On 1/2/07, Daniel McBrearty [EMAIL PROTECTED] wrote: On 1/2/07, Matt S Trout [EMAIL PROTECTED] wrote: On 2 Jan

Re: [Catalyst] Re: questions on Reaction

2007-01-02 Thread Daniel McBrearty
another look at it tomorrow. thanks for the help. On 1/2/07, Daniel McBrearty [EMAIL PROTECTED] wrote: OK, this is a little odd ... adding MyApp::View::XHTML.pm with contents package Engoi::View::XHTML; use Reaction::Class; extends 'Reaction::UI::Renderer::XHTML'; 1; somehow stamps on the config

Re: [Catalyst] IMPORTANT: Catalyst::Plugin::FormBuilder obsoleted by ::Controller::FormBuilder

2007-01-03 Thread Daniel McBrearty
@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] IMPORTANT: Catalyst::Plugin::FormBuilder obsoleted by ::Controller::FormBuilder

2007-01-03 Thread Daniel McBrearty
the idea of allocating memory to code that is just stopping me do something that I ought to know about anyway. On 1/3/07, Daniel McBrearty [EMAIL PROTECTED] wrote: what happens if you need to deprecate it ... ? (I'm only half joking ... ) On 1/3/07, Robert 'phaylon' Sedlacek [EMAIL PROTECTED

Re: [Catalyst] IMPORTANT: Catalyst::Plugin::FormBuilder obsoleted by ::Controller::FormBuilder

2007-01-03 Thread Daniel McBrearty
. -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] sane AJAX strategy

2007-01-08 Thread Daniel McBrearty
On 1/6/07, Bill Moseley [EMAIL PROTECTED] wrote: On Fri, Jan 05, 2007 at 12:24:37PM +0100, Daniel McBrearty wrote: I just started using AJAX (or AHAH actually ... ) a little. I like the lightness it gives but I've been slow to pick up because I want to be sure that pages work without js

Re: [Catalyst] Re: Preferred Ajax framework

2007-01-10 Thread Daniel McBrearty
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com

[Catalyst] faking $c-user in tests

2007-01-13 Thread Daniel McBrearty
-user_exists and $c-user in the module I'm testing to return values which I directly control in the test script? thanks Daniel -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List

Re: [Catalyst] faking $c-user in tests

2007-01-13 Thread Daniel McBrearty
; ... at least it looks sane at the mo ... On 1/13/07, Ash Berlin [EMAIL PROTECTED] wrote: Daniel McBrearty wrote: in test scripts I am able to (for instance) mess with the config my doing my $config = MyApp-config; $config-{some_val} = 'test value'; given that I am happy that my Authentication

[Catalyst] [OT] what would constitute a sensible set of benchmarks?

2007-01-15 Thread Daniel McBrearty
to actually do the tests. Of course, we might just end up proving that the db makes more difference than anything else ... This is just mindblobs at the moment, but the other thread made me think, and I wondered if something like this has been done already. Would be interesting D -- Daniel

Re: [Catalyst] [OT] what would constitute a sensible set of benchmarks?

2007-01-15 Thread Daniel McBrearty
would say about 50 might be a good measure, though my current app has a lot more of them... sure. It would certainly be possible to start simple and then get more complicated ... Personally, I don't care about templating and ORM benchmarks, why not? -- Daniel McBrearty email

Re: [Catalyst] Catalyst vs Rails vs Django Cook off

2007-01-15 Thread Daniel McBrearty
@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW

Re: [Catalyst] Re: Catalyst vs Rails vs Django Cook off

2007-01-16 Thread Daniel McBrearty
is ridiculous IMHO. /snip Fair enough. So why not try to design a benchmark in such a way that those techniques can be exploited? What is the simplest set of tests that has some meaning for you? -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab

Re: [Catalyst] [OT] what would constitute a sensible set of benchmarks?

2007-01-16 Thread Daniel McBrearty
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List

Re: [Catalyst] Catalyst vs Rails vs Django Cook off

2007-01-16 Thread Daniel McBrearty
@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman

Re: [Catalyst] Catalyst vs Rails vs Django Cook off

2007-01-16 Thread Daniel McBrearty
forget that ... found it http://www.gossamer-threads.com/lists/catalyst/users/10756?search_string=data%20retrieval;#10756 On 1/16/07, Daniel McBrearty [EMAIL PROTECTED] wrote: I looked for that discussion - didn't find it. Do you have a pointer? In your experience, what is accounting

Re: [Catalyst] plat_forms contest started -- user feedback requested

2007-01-25 Thread Daniel McBrearty
/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty

Re: [Catalyst] Re: plat_forms contest started -- user feedback requested

2007-01-25 Thread Daniel McBrearty
well, it's easy to id the cat team :-) http://team1.plat-forms.org/ theirs is up and looks already partly functional. On 1/25/07, Daniel McBrearty [EMAIL PROTECTED] wrote: after about 20 you get this weird sense of actually being really really alert ... and never wrong ... On 1/25/07

Re: [Catalyst] O’Reilly migh t yet be interested after all

2007-02-06 Thread Daniel McBrearty
/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com

Re: [Catalyst] O’Reilly migh t yet be interested after all

2007-02-06 Thread Daniel McBrearty
indeed ... I stand corrected. On 2/6/07, Matt S Trout [EMAIL PROTECTED] wrote: On 6 Feb 2007, at 12:30, Daniel McBrearty wrote: it would be great. I agree, not just DBIx DBIx is the namespace for DBI extensions. I think you meant to say DBIx::Class. -- Matt S Trout, Technical Director

Re: [Catalyst] Re: Why I chose Perl and Catalyst

2007-02-14 Thread Daniel McBrearty
factors - dev community is general pretty expert, and very active -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http

Re: [Catalyst] Re: Why I chose Perl and Catalyst

2007-02-14 Thread Daniel McBrearty
choice, and so it should be; who will write the code and what they like using *is* a substantial input into the decision process. If we are having this discussion from a how can we get java heads to use perl POV, I think we are wasting our time ... :-) - if not, what is your point? -- Daniel

Re: [Catalyst] Re: Why I chose Perl and Catalyst

2007-02-14 Thread Daniel McBrearty
ah, sorry. I didn't pick up that bit of $c ... I wish him luck anyway. People are generally so polarised over the issue. On 2/14/07, A. Pagaltzis [EMAIL PROTECTED] wrote: * Daniel McBrearty [EMAIL PROTECTED] [2007-02-14 16:55]: fair point, but I don't see the point in that battle. I dunno

Re: [Catalyst] unicode best practices

2007-02-15 Thread Daniel McBrearty
-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http

[Catalyst] confused about file locations when running under apache/mod_perl

2007-02-25 Thread Daniel McBrearty
to be where you issue the command to start the server from, but that seems not to be the case. In the end I *might* migrate to fastcgi, so what would the answer be to this in that case? I guess, wherever you start the fastcgi server process from? cheers Daniel -- Daniel McBrearty email

[Catalyst] insecure deps with Module::Pluggable::Fast

2007-02-26 Thread Daniel McBrearty
, but if so it's not one of the obvious ones ... any ideas? I can turn off taint for a bit, but it's odd. D -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst

Re: [Catalyst] insecure deps with Module::Pluggable::Fast

2007-02-26 Thread Daniel McBrearty
PROTECTED] wrote: Daniel McBrearty wrote: [Mon Feb 26 20:28:50 2007] [error] Couldn't load Catalyst::Plugin::ConfigLoader::YAML, Insecure dependency in require while running with -T switch at /usr/local/lib/perl5/site_perl/5.8.8/Module/Pluggable/Fast.pm line 82.\n at /usr/local/lib/perl5

Re: [Catalyst] insecure deps with Module::Pluggable::Fast

2007-02-26 Thread Daniel McBrearty
you're right, sorry, my bad ... It was 0.06 - I just updated to 0.13, and that's fixed. Now I have a similar error in my schema ... anyone know the cpan command to globally update my libraries ... !? thanks again. On 2/26/07, Brian Cassidy [EMAIL PROTECTED] wrote: Daniel McBrearty wrote

Re: [Catalyst] insecure deps with Module::Pluggable::Fast

2007-02-26 Thread Daniel McBrearty
sorted. just needed to update DBIx::Class. thanks again. On 2/26/07, Daniel McBrearty [EMAIL PROTECTED] wrote: you're right, sorry, my bad ... It was 0.06 - I just updated to 0.13, and that's fixed. Now I have a similar error in my schema ... anyone know the cpan command to globally update my

[Catalyst] www.engoi.com nearly migrated to catalyst

2007-02-28 Thread Daniel McBrearty
features to put back into cat. (First we have to get this thing off teh ground though ;-) ) lots of thanks to this list for immeasurable help in getting this job (nearly) done, and helping me along that never-ending learning curve. Daniel -- Daniel McBrearty email : danielmcbrearty

Re: [Catalyst] unicode best practices

2007-03-05 Thread Daniel McBrearty
hmmm. I got round to this today. Installed e::w, put it at the top of the code ... but it's not saying anything at all (I guess I should be looking for warnings in the debug output?) On 2/15/07, Jonathan Rockway [EMAIL PROTECTED] wrote: Daniel McBrearty wrote: I also found once I started

Re: [Catalyst] putting an object in the stash

2007-03-13 Thread Daniel McBrearty
, although the most useful are hashes and arrays. true. So it's perhaps more accurate to say you can put a ref to anything ([EMAIL PROTECTED], blessed or not ... ) on the stash. -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131

Re: [Catalyst] putting an object in the stash

2007-03-13 Thread Daniel McBrearty
the problem is here. -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] putting an object in the stash

2007-03-13 Thread Daniel McBrearty
have differing definitions of simple though. -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman

Re: [Catalyst] Apache2+fcgid or Lighttpd

2007-03-15 Thread Daniel McBrearty
. ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email

Re: [Catalyst] Apache2+fcgid or Lighttpd

2007-03-19 Thread Daniel McBrearty
] wrote: Daniel McBrearty wrote: I thought of using fcgi also, but wondered if the fact that lighty doesn't make the fcgi connection persistent was significant. Are you sure? It looked persistent to me. On 3/15/07, Michele Beltrame [EMAIL PROTECTED] wrote: I'm about to deploy an application

Re: [Catalyst] Is it time for a Catalyst Conference yet?

2007-05-10 Thread Daniel McBrearty
@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com www.danmcb.com BTW

Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-12 Thread Daniel McBrearty
you could probably google for google and it would be on about page 2 ... On 5/11/07, Michael Reece [EMAIL PROTECTED] wrote: now the next time this happens, googling for cpantools.org will find this thread and all will be clear! ___ List:

Re: [Catalyst] debug mode

2007-06-05 Thread Daniel McBrearty
is easier, less to worry about later on. as they say, it works for me ... -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com danmcb.vox.com danmcb.blogger.com BTW : 0873928131 ___ List: Catalyst@lists.rawmode.org Listinfo: http

Re: [Catalyst] flexible attributes on db objects

2007-06-09 Thread Daniel McBrearty
thanks Perrin. The wikipedia article covers it well. On 6/8/07, Perrin Harkins [EMAIL PROTECTED] wrote: On 6/8/07, Daniel McBrearty [EMAIL PROTECTED] wrote: Comments? horrendous hackery? laziness? a landmine? ok in some cases? It's pretty well covered by Wikipedia here: http

Re: [Catalyst] Forms generation

2007-06-15 Thread Daniel McBrearty
://www.shadowcatsystems.co.uk/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Daniel

  1   2   >