> I think you're missing something :) > > Clout is a very low level library. It matches routes using a > Rails-like routing syntax, but it doesn't do anything more than that. > You can match routes like "/book/:id", but you can also match routes > like "/:controller/:action/:id". > > user=> (use 'clout.core) > nil > user=> (route-matches "/:controller/:action/:id" "/book/edit/1") > {"id" "1", "action" "edit", "controller" "book"}
I swear I tried just that and it didn't work. I'll try again when I have Conjure working again. It's currently all sorts of screwed up as I switch over to Leiningen. -Matt Courtney -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en