Re: [Catalyst] Suggestions for CatalystX::Installer

2008-05-29 Thread Jonathan Rockway
* On Thu, May 29 2008, Matt S Trout wrote: >> > my $sql_commands=CatalystX::Installer::Controller->new(); >> > $sql_commands->set_type('Entry'); >> > $sql_commands->set_action(sub{ >> >my ($self, $c,$database,$sql_file); >> >system "sqlite3 $database < $sql_file"; >> > }); > > Hmm.

Re: [Catalyst] Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request called

2008-05-29 Thread Bill Moseley
On Thu, May 29, 2008 at 09:06:53AM -0700, Bill Moseley wrote: > On Thu, May 29, 2008 at 07:12:47AM +0100, Matt S Trout wrote: > > On Fri, May 23, 2008 at 10:36:54AM -0700, Bill Moseley wrote: > > > Before I start debugging I'm curious if this is a know issue. > > > > Yeah, it means your app is fuc

Re: [Catalyst] Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request called

2008-05-29 Thread Bill Moseley
On Thu, May 29, 2008 at 07:12:47AM +0100, Matt S Trout wrote: > On Fri, May 23, 2008 at 10:36:54AM -0700, Bill Moseley wrote: > > Before I start debugging I'm curious if this is a know issue. > > Yeah, it means your app is fucked and didn't load. That's fucking amazing. That would mean the fucki

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-29 Thread Dmitriy S. Sinyavskiy
Folks, what about the problem? Did you test my last patch? -- dreelmailto:[EMAIL PROTECTED] Dmitriy S. Sinyavskiy Web-developerPerl, Catalyst, MSSQL FGUE EZANTelecommunication, data transfer networks and devices.

Re: [Catalyst] Where to put common functions & how to get user id

2008-05-29 Thread Matt S Trout
On Tue, May 27, 2008 at 08:13:06AM +0200, jakac wrote: > Hello! > > Can someone please explain where should I put common functions such as > "action logging" (my app is designed so that it actually logs any > inserts/updates > of data)? > > My table for logging this data is called "worklog" and

Re: [Catalyst] Re: Request paths - rejoining Chained actions together.

2008-05-29 Thread Tomas Doran
On 29 May 2008, at 06:44, Matt S Trout wrote: As I said before, Catalyst will treat the namespace corresponding to the file and any -subnamespaces- as components to load. Which is why my example was more like Controller/Foo.pm containing MyApp::Controller::Foo::Child[123]. We don't go round