Catalyst creates routes, just like Rails.
Could you elaborate on that? Maybe I didn't understand what routes are then. I am aware that all frameworks map resources to some kind of action, function or method, but the way they do this, as well as the flexibility, are what matters. Does Rails have a pendant to what Catalyst calls a Chained dispatch type? Does it have an equal potential as uri_for at his hand?
I think C::A now has routes, but I'm not sure about Catalyst.
I think you mean "Rails-style routes" here, because otherwise this would contradict your first statement.
I've spent time trying to figure out why my Catalyst routing wasn't working.
Again, no idea what "routing" means in Catalyst sense. You mean your actions weren't found under the locations you expected? I usually just check the debug output and see where my error was :)
To my mind, Catalyst truly is the best of both worlds - I have the power of CPAN married to the power of Rails.
I can understand that. Though for me, nothing in Rails really appeals to me. My design decisions (or environmental constraints) mostly don't conform to what DHH sees as the right way to do things. And my being more comfortable with Perl syntax than the Ruby one (they're not that different, but it's the small things) is one of the reasons I never really used Rails. Other than that: Full Ack, Catalyst is the best :)

Ordinary morality is for ordinary people. -- Aleister Crowley

In reply to Re^5: Does Catalyst Borrow from Rails? by phaylon
in thread Does Catalyst Borrow from Rails? by mojotoad

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.