I am trying to refactor 开发者_JAVA百科my Catalyst application and I would like to introduce a common base class for my controllers. This base controller would load some data and put some other data
Is it possible to use Haml instead of a templating engine with the Cata开发者_如何学JAVAlyst web framework?Text::Haml exists now. I\'m looking at maybe using it instead of HTML.HAML seems to lack some
I am trying to access a mysql bit field in my catalyst app. Here is the table info: SQ开发者_如何学运维L:
I\'m writing a web application using the Catalyst framework.I\'m also using a Job Queue called TheSchwartz.
I\'ve written a web application using Catalyst that has a lot of forms and needs to run over https. There are no hard-coded URLs, everything uses $c->uri_for or $c->req->uri. Everything worke
I want two special metho开发者_如何学编程ds: one that runs for all URLs one that runs only for a specific path (/admin)