Re: Getting rid of the route maker

2008-06-25 Thread Manfred Stienstra
On Jun 25, 2008, at 3:18 PM, zimbatm wrote: One contra argument is that markaby is pretty old. Last time I checked the trunk it was in a weird state. If I remember well, it has been made Camping incompatible in favor of some Rails (!) goodness. Yeah, I removed Markaby from one of our Rails

Re: Getting rid of the route maker

2008-06-24 Thread Magnus Holm
R isn't gone! Feel free to use both (and if you use R, it would not add more routes: module Camping::Controllers class Index;end class Advanced R '/(some regex';end # /advanced will NOT route to Advanced end On Tue, Jun 24, 2008 at 3:09 PM, Julik Tarkhanov [EMAIL PROTECTED] wrote: Does

Re: Getting rid of the route maker

2008-06-24 Thread Julik Tarkhanov
Then I'm +1. Can't wait to see my tests fail with 2.0 (I will obviously have to update Mosquito for the new version, although if we still have .run it should work unmodified). On Jun 24, 2008, at 3:14 PM, Magnus Holm wrote: R isn't gone! Feel free to use both (and if you use R, it would

Re: Getting rid of the route maker

2008-06-24 Thread Magnus Holm
Nice! You should also go through the documentation, it's pretty bad at the moment... On Tue, Jun 24, 2008 at 5:07 PM, _why [EMAIL PROTECTED] wrote: On Tue, Jun 24, 2008 at 01:05:54PM +0200, Magnus Holm wrote: Man, that's way better than removing 135 bytes! I *love* the implementation! I have