Rails does provide chaining as well as a uri_for(). I don't remember which framework I added uri_for to - I think it was C::A - mst probably figured that one out on his own. :-)

Yes - I did mean configured routes vs. discovered routes.

Yes, I do look at the debug output to figure things out. However, it's not always as simple as just looking at some config file. The ability to use both would be nice.

I prefer Ruby's clean OO over Perl's rather verbose version. However, as tye has said before, the lack of strictures makes Ruby a second-class language, no matter what else it offers. That its syntax is closer to Javascript's would normally make it a better candidate for RIAs than Perl, but the lack of strictures is just a deal-killer.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

In reply to Re^6: Does Catalyst Borrow from Rails? by dragonchild
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.