Tagged Questions
2
votes
2answers
27 views
perl catalyst www to non www redirect
I have a hosting platform that hosts multiple clients' websites. It is a Catalyst app load balanced behind nginx. I would like each client to have the ability to choose whether they want to have their ...
1
vote
3answers
20 views
Catalyst Template Toolkit template not found return 404
I'm trying to create a Catalyst app that is pretty flexible for my designers. By this I mean that if they need to add a new page with static content on it, I don't have to go into Catalyst and add ...
0
votes
1answer
26 views
Dropdown box on change event for multiple list box
my ($self, $c) = @_;
$c->stash->{buildallinfo}=$c->model('DB::misc')->getTestInformation();
Buildall info dump is like :
Apple => type2=>[2,3]
type4=>[2,1]
Mango => ...
0
votes
0answers
25 views
Catalyst not redirecting urls for beta.domain.com
I'm using Catalyst for a web app that I'm building, however it cannot redirect properly. It can redirect fine with domains like http://www.domain.com/, however if I have a subdomain like ...
0
votes
1answer
19 views
CatalystX::SimpleLogin have multiple realms
I need to create an authentication system for two types of users, clients and staff. I would like to use two separate realms to authenticate them (via Catalyst::Plugin::Authentication), however I ...
-3
votes
0answers
31 views
How to convert this MySQL query to DBIx query? [closed]
This is MySQL query
SELECT e.eid, e.ename, e.e_email
FROM emp_data e, emp_data e1, employeetree et
WHERE et.mgr_id = e.eid
AND et.emp_id = e1.eid
AND e1.ename LIKE %emp%
AND e.eid > 1;
1
vote
1answer
26 views
catalyst app template toolkit different config per domain
I'm building a Catalyst application and I want to use Template Toolkit as my templating system. However, my application will be responding to many domains, and depending on the domain, it will display ...
1
vote
1answer
21 views
Determine application directory of Catalyst application running under mod_perl
When running under mod_perl Cwd's getcwd returns /
When using Mojolicious, I can simply put $self->app->home in any controller to determine the absolute path to the base directory in which the ...
2
votes
1answer
22 views
catalyst deploy for high performance site
I'm going to deploy a Catalyst web app, but I am not sure what is the best way to deploy it. I've seen a lot of names come up, such as nginx,Starman,fastcgi, mod_perl, Apache, Plack, however I have ...
2
votes
2answers
60 views
How to communicate Catalyst and Node.js
How to communicate between node.js and perl Catalyst applications?
I have two applications: Node.js and Catalyst.
Now these two applications communicate each other by HTTP. But it's not fast and ...
0
votes
2answers
36 views
Perl Catalyst: Resultset and Relations
I have two tables in my database and one of the tables is associated with my Accounts table.
So in my Schema Result for Account.pm I added the following line.
__PACKAGE__->has_many('subjects', ...
0
votes
2answers
40 views
Auto-encoding Catalyst::View::JSON
I use DBIx class for selectintg data from database;
I send response from controller to client using serialization to json using Catalyst::View::JSON
But utf8-data selected from databse needs to be ...
2
votes
1answer
53 views
Perl Catalyst search function to search multiple columns
I have a table in SQLite database and I have a schema called Account. I also have a form that searches for users. In my controller I do this:
my $params ||= $c->req->parameters; # Don't know ...
0
votes
0answers
67 views
Best text editor a perl programmer to develop apps using catalyst perl framework? [closed]
What is the best text editor a perl programmer can use who wants to develop web apps using "catalyst framework"?
0
votes
1answer
43 views
Catalyst: Log4perl and Apache
I host my Catalyst web application with Apache2 and ModPerl. The web application uses the Log4perl modul to generate logfiles.
The problem is that only log entries are generated when the apache ...
0
votes
1answer
48 views
Perl Catalyst, pass to stash 2 template parts
I started learning Perl Catalyst and its awesome!!! However, I am having a little issue here with templateing.
I am trying to pass two template variables to the page (header and footer), what I did ...
1
vote
0answers
39 views
How to suppress/downgrade “Unknown resource” errors from Catalyst
By default, Catalyst::Dispatch issues an error when an unknown resource (essentially a 404 error, by my understanding) is requested:
Delegate the dispatch to the action that matched the url, or ...
1
vote
2answers
57 views
How to keep the first parameter value only?
In my Perl Catalyst application, I get the value of a URL parameter like this, typically:
my $val = $c->request->params->{arg} || '';
But the URL could contain multiple arg=$Val. I only ...
1
vote
2answers
55 views
Why can't I access a catalyst model's config from inside the model itself?
I have a class that looks like this:
package MyApp::Model::Skunk::Find::Images;
use Moose;
use namespace::autoclean;
extends 'Catalyst::Model::Factory';
use Data::Dump qw/dump/;
sub ...
0
votes
1answer
68 views
How to get element from array in Template-Toolkit?
[% a = ['one', 'two', 'four'] %]
[% a.1 %] # it prints two. OK!
But when I want this:
[% a = ['one', 'two', 'four'] %]
[% n = 1 %]
[% a.n %] # it doesn't work
How can I use a var n in order to ...
6
votes
2answers
109 views
How to manage the installation of modules used by an open source Perl project?
I work on a small open-source Perl project with Catalyst, Open Street Map and dozens of modules. I try to use as many modules found on the CPAN as I can because my aim is not to reinvent the wheel.
...
0
votes
3answers
64 views
How to create global var $schema for connection to DB in Catalyst app?
I've created a model lib/MyApp/Model/Foo.pm. Inside it:
...
sub bar {
my $schema = MyApp::Schem->connect("dbi:SQLite:data.db");
}
...
It works fine but when I write so:
...
my $schema = ...
1
vote
1answer
46 views
DBIx::Class and Searching
I am trying to return today's birthdays. This is what I have right now, which works, but I need to grab the month and day to input into the statement. I thought maybe I could grab them from localtime, ...
1
vote
1answer
74 views
Abstraction of Column Names in DBIx::Class::ResultSet
I am developing a Catalyst application that uses DBIx::Class to access a MySQL database. The application performs data quality checks on a file. The files are loaded into a table FileContent:
...
4
votes
2answers
73 views
Catalyst best way for url language prefix?
I have already done all the I18N and GetText things in multiple languages for an existing site.
For selecting one language or another it seems that prefixing urls with path parts like ...
0
votes
1answer
32 views
HTML::FormHandler just 1 option not rendering correctly
I'm using HTML::FormHandler and building the form dynamically like so:
my $form = HTML::FormHandler->new(
name => 'types',
field_list => [
parent_id => {
...
1
vote
0answers
64 views
How to configure the base url of a Catalyst application?
I have developed a Catalyst application, which runs via the catalyst development server at, say, localhost:3000. Next I configured Apache to proxy requests to http://myhost/myapp/ to localhost:3000 ...
1
vote
2answers
62 views
Catalyst global moose hash returning MIME type httpd/unix-directory
I'm trying to create a Moose hash in my Catalyst app in my_app.pm so that I can access it globally:
has 'hash' => (
is => 'rw',
isa => 'Hashref'
);
However, as soon as I try to ...
0
votes
0answers
33 views
Catalyst create schema on Windows: many warnings
I have a Catalyst app that runs fine on OS X and Ubuntu, but I am told it has the following problem on Windows.
The problem is with this call, from which I have removed the db cx info:
...
0
votes
0answers
80 views
HTML::FormHandler dynamic form use your own widgets
I'm using HTML::FormHandler to dynamically create a form like so:
my $form = HTML::FormHandler->new(
name => 'types',
field_list => \@field_list,
widget_name_space => ...
2
votes
1answer
45 views
Adding multiple items to a model in catalyst
I am building a Perl website using Catalyst. The site will allow users to upload a large (100,000 lines or more) text file for processing. I need to convert each line to a row in a MySQL database.
...
2
votes
2answers
58 views
catalyst application-wide variable
I would like to be able to define an application-wide (global) variable in my Catalyst application so that I can access it in any controller I am in. The purpose for this is that I'm not repeating ...
0
votes
0answers
17 views
HTML::FormHandler process_attrs not working
I'm using HTML::FormHandler and I would like to render my forms using the example shown here. In the section above, it says that you need to do this so that the process_attrs method will work:
use ...
0
votes
0answers
33 views
HTML::FormHandler Moose Roles not clearing values in persistent form
I'm using HTML::FormHandler (with a persistent form) with Catalyst along with Moose::Roles so that I don't repeat fields across my forms. This works fine, except for the fact that once I submit a ...
3
votes
1answer
116 views
Catalyst Template::Toolkit render output
I'm using Catalyst with Template::Toolkit as my templating system. I would like to be able to render specific parts of templates and then have them returned to me so I can store them in a variable. ...
0
votes
2answers
39 views
Capturing Catalyst Response Body of Another Action
On one of my pages, I'm trying to go grab the contents of another page from a different controller, and then take that HTML and use it to make a little "widget" on the first page.
If I was grabbing ...
1
vote
2answers
66 views
Passing Args Down Catalyst Chain w/$c->visit
In one of my Catalyst actions, I'm trying to go off and get the body response (HTML) of another action in a different controller. (For the purpose of sort of "embedding" one page in another)
I ...
3
votes
1answer
53 views
HTML::FormHandler roles vs fields
I'm using HTML::FormHandler, and in an effort to not repeat a lot of code I am trying to split my form up into reuasable pieces as suggested by the HTML::FormHandler Cookbook. It discusses being able ...
0
votes
0answers
71 views
HTML::FormHandler persistent form clear default values
I'm using HTML::FormHandler to add and edit items. I'm doing the database side myself (inserting, updating, getting out default values,etc) and am using a persistent form in Catalyst. Because I'm ...
2
votes
3answers
121 views
catalyst can't forward to private action
In Catalyst I'm trying to forward to a private action to do some work. Here is the function definition:
sub get_form :Private :Args(1) {
my ($self, $c, $type_id) = @_;
#do stuff
}
I try to ...
1
vote
1answer
37 views
Authorization::Roles doesn't work in Catalyst app
I've tried use Authorization::Roles in my Catalyst app. Authentication works right but when I use $c->check_user_roles("admin"); it always returns false. What's wrong?
Some config:
store => {
...
2
votes
1answer
121 views
Why is my catalyst application running Apache+FastCGI not serving dynamic content?
I am trying to run my first Perl Catalyst application using Apache and fastcgi.
Starting the server is fine, I can see the application's main page. All images/javascripts are loaded correctly (so, I ...
2
votes
1answer
47 views
catalyst action accept 0-n args
In Catalyst is there a way to specify that the sub accepts 0-n arguments, say 0-1? so that an action could be something like this:
sub add :Local :Args(#between 0 and 1) {
my ($self, $c) = @_;
...
5
votes
1answer
107 views
In Perl, would keeping a reference to Catalyst's $c in an attribute cause a memory leak?
I started off writing some Perl code using Catalyst that looked like this:
package My::Controller;
extends 'Catalyst::Controller';
sub handler :Path :Args(0) :Location( some/url )
my ($self, $c) ...
0
votes
1answer
59 views
HTML::FormHandler persistent form class
I'm using HTML::FormHandler and I'd like to make my form persistent by making it a moose attribute in my controller class. In HTML::FormHandler's Manual Intro documentation, it says this:
FormHandler ...
2
votes
3answers
101 views
catalyst consistent url format with trailing slash
I'm developing a Catalyst application and having trouble with the way Catalyst interprets urls.
Let's say that in our Catalyst application we have a controller Account. If this is the case, ...
4
votes
1answer
90 views
Is there a way to use a testing database in catalyst
When using catalyst is there a way to specify a dev, test and production database like you would in Rails? I have looked through the documentation but I haven't found an answer.
1
vote
2answers
126 views
DBIx::Class get the dbh
I'm using DBIx::Class in a Catalyst app I am building. It works great, but sometimes I need to use my own db functions that I've developed that are very specific to my needs. Because of this, I need a ...
0
votes
1answer
51 views
How to give additional parameters to DBIx search method to Schema class
I added new relationship to my Schema in Catalyst project:
__PACKAGE__->has_many(
'messageslog' => "myproject::Schema::Result::MessagesLog",
sub {
my $args = shift;
return {
...
1
vote
2answers
49 views
DBIx::Class reuse dbh with HTML::FormHandler
I'm using DBIx::Class in a Catalyst app, and I was wondering if it is possible to make HTML::FormHandler use the same dbh that was already used by DBIx::Class earlier in the code (perhaps it already ...
