catalyst
DBIx::Class undefined value exception when trying to use ->create()
I\'m trying to create a new row using DBIx::Class from within Catalyst, with the following code: $c->model(\'Session\')->resultset(\'UserPreference\')->create([详细]
2023-03-12 09:51 分类:问答using Catalyst::Model::MenuGrinder
I am trying to add a dynamic menu to my WebApp using Catalyst::Model::MenuGrinder the documentation isn\'t very clear on how to configure access to via roles using this model.[详细]
2023-03-11 21:00 分类:问答How to easily create tables in the template toolkit View in perl/Catalyst
I am developing an App using Perl\'s Catalyst framework. In trying to keep presentation logic out of my models I am looking for a way in the VIEW (template toolkit) to generate an HTML table from a gi[详细]
2023-03-10 01:09 分类:问答DBIx:Class many-to-many relationship with additional attribute
I\'m working with DBIx::Class in Catalyst framework. My local goal is to add a new many-to-many relationship between users and, let\'s say, tasks. But there\'s one little trick I need. User can have d[详细]
2023-03-07 21:45 分类:问答Trying to install perl's Catalyst framework on debian 6. - Can't use an undefined value as a HASH
[14:27: /mnt/mydocuments/git_working_dir/cat_example$] catalyst.pl hello_world Couldn\'t load class (Catalyst::Exception::Basic) because: Can\'t use an undefined value as a HASH reference at /usr/lib/[详细]
2023-03-06 06:45 分类:问答IE9 loses requests to a local Catalyst server
Okay, this is a hard one. I have a Catalyst server I can access just fine from Firefox 4, Chromium 12, and IE 8 and 9 on other computers.When I try to access it from IE9 on my own machine (the same ma[详细]
2023-03-05 11:14 分类:问答Fresh start, from Flex 3 to Catalyst
Things have changed way too much in the bussines logic for our Flex 3 customer extranet application, so I have received the permision to make a fresh start... with low date pressure (I know, you envy[详细]
2023-03-01 08:08 分类:问答Utils in Catalyst (Perl)
Where should I place functions like, for example, sum_it_all() in Catalyst project? It\'s not a model, that\'s nothing about data, it\'s not a controller because it doesn\'t ask the web-request. It\'[详细]
2023-02-27 02:16 分类:问答Multi language solution in Perl/Catalyst-based server
I\'m building a website using perl/catalyst and I\'m bothered with multi-language problem. I\'m supposed to put the strings in a file other than perl code file(.pl .pm), and it should stay within the[详细]
2023-02-27 01:02 分类:问答Sharing authentication across Catalyst apps
I have a three applications that I would like to keep separate for manageability purposes. They run as a Plack server as suggested here, proxied behind nginx.[详细]
2023-02-21 20:10 分类:问答