Re: [Catalyst] Best practice for setting up database in a complex project?

2010-07-16 Thread Lee Aylward
On 07/16/2010 01:01 PM, Matija Grabnar wrote: I was wondering what the experienced Catalyst developers use to set up a database in a project. Do you write the database definition mysql/postgresql format, and then dump schema to get the Perl classes, or do you write Perl class definitions and

Re: [Catalyst] Using Jquery UI Autocomplete widget with Catalyst::View::JSON

2010-04-26 Thread Lee Aylward
as much control, but it may be enough for your needs. http://search.cpan.org/~frew/DBIx-Class/lib/DBIx/Class/ResultClass/HashRefInflator.pm -- Lee Aylward ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] DB Functions in the Schema

2009-08-17 Thread Lee Aylward
I have done stuff like that in the past by using the DBIx::Class::DynamicDefault module. There may be a better way to do it, though, so it is probably worth asking on the DBIC mailing list. -- Lee On Mon, 17 Aug 2009 16:12:58 +0800 Trevor Phillips trevor.phill...@gmail.com wrote: Is there an

Re: [Catalyst] Creating Catalyst Models from MSSQL

2009-08-04 Thread Lee Aylward
On Tue, 4 Aug 2009 12:16:36 -0400 Meeko meeko.li...@gmail.com wrote: Hi, just to let everyone know, I never was able to get DBIx::Class::Schema::Loader to create my schemas automatically. However, I took the create=static option out, let Catalyst create just the model, and then manually

Re: [Catalyst] DELETE through REST and Jemplate

2009-04-01 Thread Lee Aylward
that matches the method you wanted to use. I believe they do this because at some point not all browsers supported alternative HTTP methods over XMLHTTPRequest. -- Lee Aylward ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-03 Thread Lee Aylward
Debian's have served me fairly well for the past few years. I don't have any experience with the Windows platform, but I would consider helping out with an OS X package. -- Lee Aylward signature.asc Description: Digital signature ___ List: Catalyst

Re: [Catalyst] installing catalyst on mac os

2008-12-26 Thread Lee Aylward
all of the Mac::Glue modules, which always seem to have test failures and compliations problems for me as well. Macports has both 5.8.8 and 5.10, but I'm using 5.10 as my default now, and all is working perfectly. -- Lee Aylward signature.asc Description: Digital signature

Re: [Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-02 Thread Lee Aylward
Constancio Assuming that your shared host has all of the required modules installed you can use the .cgi script found in the /scripts directory of your catalyst application. -- Lee Aylward signature.asc Description: Digital signature ___ List: Catalyst

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Lee Aylward
? Thanks for any thoughts on this. -- Lee Aylward signature.asc Description: Digital signature ___ 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

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Lee Aylward
On Sun, Sep 28, 2008 at 08:41:09PM -0500, Lee Aylward wrote: Great timing on this as I am currently struggling with some unicode text not displaying correctly in an application I am working on. Per your suggestion I put the Japanese text at the top of my template. All of a sudden

Re: [Catalyst] How to send raw HTTP response

2008-09-27 Thread Lee Aylward
://www.ietf.org/rfc/rfc2183.txt Otherwise it will just use the filename found in the URL. -- Lee Aylward signature.asc Description: Digital signature ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo