Re: [Catalyst] Alternatives to DBIx?

2010-04-17 Thread Lyle
r.com/blog/2006/06/object-relational-mapping-is-the-vietnam-of-computer-science.html I found SQL::DB recently, which looks interesting to me, but haven't had chance to work with it yet. It might be what you are looking for. Lyle John Karr wrote: I'm still learning Catalyst and find th

Re: [Catalyst] Re: Alternatives to DBIx?

2010-04-17 Thread Lyle
Adam Sjøgren wrote: On Sat, 17 Apr 2010 14:35:51 +0100, Lyle wrote: It's much slower, awkward to use, time consuming to learn, and as soon as you try to do some complicated queries you'll end up dropping it anyway. Ok, I'll bite: What system do you use instead of an ob

Re: [Catalyst] Alternatives to DBIx?

2010-04-17 Thread Lyle
7;d use an Object Database, not a Relational one. The only real argument for using a relational one instead, in that situation, is the performance benefits. When you want top performance from a relational database, you won't be using an ORM

Re: [Catalyst] Alternatives to DBIx?

2010-04-17 Thread Lyle
ou've literally just spelled out why my preference is CGI::Application, HTML::Template and DBI. Not knocking Catalyst, I could see it's benefits. I guess it all depends on the what kind of websites you are working on, or what your customers

Re: [Catalyst] Alternatives to DBIx?

2010-04-17 Thread Lyle
e wrong, when I free lance I have to do Cat/DBIC/Whatever, doesn't mean I enjoy or agree with it. Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.

Re: [Catalyst] Re: Alternatives to Catalyst ?

2010-04-22 Thread Lyle
Aristotle Pagaltzis wrote: You should switch to PHP. PHP is pronounced "poop", and there is far too much poop on the web already. Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinf

Re: [Catalyst] Re: Alternatives to Catalyst ?

2010-04-22 Thread Lyle
help Perl 6 development with some performance tuning? Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-23 Thread Lyle
" effort had gone towards Perl 6... But like Lars pointed out, that's not how it works with volunteer time. I'm sure Perl 6 ports of Cat and Padre will follow it's release. Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-26 Thread Lyle
re it's clearly due. Have to agree with Paul here. Keeping the newbies happy is vital for growth and popularity, and unfortunately something too many Perl groups overlook. Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scs

[Catalyst] Wikipedia is missing Perl web framework comparisons

2010-07-06 Thread Lyle
listing in the others section, but we can do better than that. Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev

Re: [Catalyst] FastCGI on Shared Hosting

2010-07-16 Thread Lyle
. Cheers, André I switched from HostGator (shared) to Linode (vps) for that very reason. Excellent decision; I highly recommend it. As long as your Linux sysadmin skills are up to scratch Lyle ___ List: Catalyst@lists.scsys.co.uk List

Re: [Catalyst] Help Deploying on mod-fcgi Rather than mod_fastcgi

2011-02-13 Thread Lyle
using are here: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html Have you managed to get a simple "hello world" script to run under FastCGI? Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailma

Re: [Catalyst] Help Deploying on mod-fcgi Rather than mod_fastcgi

2011-02-13 Thread Lyle
On 13/02/2011 19:51, Mark Hughes wrote: AddHandler fcgid-script .pl You have this well before your fcgid config. Might have an effect, can't say for sure without testing. Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] using perldoc on VM

2012-06-11 Thread Lyle
t VM. On redhat based systems, perldoc should be included in in the main perl package, but it has been a while since I was working on redhat, so i am not sure if this is right. If you build your own perl, e.g with "perlbrew" (which I recommend) perldoc should be included.

Re: [Catalyst] Canot get application working on IIS7 via FastCGI

2012-10-18 Thread Lyle
sh STDERR to STDOUT which causes a number of problems. The best thing it to open STDERR to a file of your choice asap: open( STDERR, ">>/path/to/log/file.log" ); Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsy

Re: [Catalyst] Canot get application working on IIS7 via FastCGI

2012-10-23 Thread Lyle
y need to do: use FindBin qw ($RealBin $RealScript); use lib $FindBin::RealBin; chdir $RealBin; Otherwise you get issues when people try to open files with a relative path. Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.

Re: [Catalyst] Canot get application working on IIS7 via FastCGI

2012-10-23 Thread Lyle
On 23/10/2012 21:42, Tomas Doran wrote: On 23 Oct 2012, at 12:04, Lyle wrote: IIS also doesn't have the pwd as the folder where the script is running. So you usually need to do: use FindBin qw ($RealBin $RealScript); use lib $FindBin::RealBin; chdir $RealBin; Otherwise you get issues

Re: [Catalyst] Canot get application working on IIS7 via FastCGI

2012-10-23 Thread Lyle
On 23/10/2012 22:31, Tomas Doran wrote: On 23 Oct 2012, at 22:03, Lyle wrote: Otherwise you get issues when people try to open files with a relative path. This is normal in other web servers also. Doing that is broken, we provide $app->path_to so you don't ever have to do that. H

[Catalyst] Perl Certified Hosting

2008-09-05 Thread Lyle
Perl Certified Hosting The idea for this project was put forth by Amias of Bristol & Bath Perl Mongers. We are creating a Perl Certified Hosting scheme that will be open for all hosting companies to join. Requirements will include a set list of web related Perl Modules and proper webserver

[Catalyst] Testing Web 2 cat apps

2009-09-12 Thread Lyle
st suite... But how? If there isn't a good way to do it from the Perl tests, then what is the strategy for automated testing of JQuery code in Catalyst apps? Lyle ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-

Re: [Catalyst] HTML editor plugin

2010-02-03 Thread Lyle
xample out there I should use as a starting point. Basically, I need a Catalyst html editor plugin if such a thing exists. I was looking at doing something like this recently. Was going to use a load of code from MojoMojo to deal with revisions, etc, from a SQLite DB. Then TinyMCE on the fron