From m.fellinger at gmail.com Fri Aug 3 10:47:11 2007 From: m.fellinger at gmail.com (Michael Fellinger) Date: Fri, 3 Aug 2007 23:47:11 +0900 Subject: [Rg 71] Routes Message-ID: <9c00d3e00708030747k74234fe8yb2219044b0dae78@mail.gmail.com> Hello fellow ramazers, We were talking about routes as rails/merb uses them and came up with a rather nice solution by adding a second lookup using regular expressions. The usage would go like that: Controller.route /.*/ => Action(:controller => MainController, :method => :index) I didn't implement it yet, as we need some demand first (YAGNI). Below you can find a link for our short conversation http://pastie.caboo.se/private/rs64ljtq8csud9ubu1 Would be nice if you could give a short statement if you actually could use something like this or already have any hacks doing it. ^ manveru From fabian.buch at fabian-buch.de Sat Aug 11 07:32:32 2007 From: fabian.buch at fabian-buch.de (Fabian Buch) Date: Sat, 11 Aug 2007 13:32:32 +0200 Subject: [Rg 72] [PATCH] Ramaze JRuby TCPServer patch Message-ID: <5A96B1CF-C558-429F-9D2F-86AB0601A79B@fabian-buch.de> changed Adapter to circumvent JRubys TCPServer bug (http:// jira.codehaus.org/browse/JRUBY-1266) Ramaze now works in JRuby with Webrick, tested on a PPC-Mac with JRuby 1.0 Fabian -------------- next part -------------- A non-text attachment was scrubbed... Name: ramaze_jruby_tcpserver.patch.gz Type: application/x-gzip Size: 2388 bytes Desc: not available Url : http://rubyforge.org/pipermail/ramaze-general/attachments/20070811/28f802bd/attachment.gz