I\'m trying to create a new row using DBIx::Class from within Catalyst, with the following code: $c->model(\'Session\')->resultset(\'UserPreference\')->create(
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.
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
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
[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/
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
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
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\'
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
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.