Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Reflections on the design of a pure-Moose web app...

by metaperl (Curate)
on Mar 23, 2009 at 19:15 UTC ( [id://752685]=note: print w/replies, xml ) Need Help??


in reply to Reflections on the design of a pure-Moose web app...

Mojolicious doesnt seem to be written in Moose...
use base 'Mojolicious'; sub startup { my $self = shift; my $r = $self->routes; $r->route('/:controller/:action') ->to(controller => 'foo', action => 'bar'); }
I guess your app which uses Mojolicious is?

Replies are listed 'Best First'.
Re^2: Reflections on the design of a pure-Moose web app...
by sundialsvc4 (Abbot) on Mar 23, 2009 at 19:30 UTC

    Correct.

    And Mojolicious, as a framework, well... I'm not trying to sell it here. Did the job okey.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://752685]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found