John Barton
2007-Nov-26 12:54 UTC
can i get some patch reviewer for a fix to namespaced routes?
http://dev.rubyonrails.org/ticket/10229 Tiny issue where namespace :admin do |admin| admin.root :controller => ''home'' end will break, recent changeset assumed a string would be used but a lot of examples out on the web are using symbols. Thanks, John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Koziarski
2007-Nov-26 21:08 UTC
Re: can i get some patch reviewer for a fix to namespaced routes?
On Nov 27, 2007 1:54 AM, John Barton <jrbarton@gmail.com> wrote:> > http://dev.rubyonrails.org/ticket/10229Is this the right URL?> Tiny issue where > > namespace :admin do |admin| > admin.root :controller => ''home'' > end > > will break, recent changeset assumed a string would be used but a lot > of examples out on the web are using symbols. > > Thanks, > John > > >-- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
John Barton
2007-Nov-26 21:28 UTC
Re: can i get some patch reviewer for a fix to namespaced routes?
crap, no sorry. I was looking at the changeset that broke things when I wrote my message http://dev.rubyonrails.org/ticket/10283 I''ve got the +3, just looking for a commit now. Thanks, John On Nov 26, 10:08 pm, "Michael Koziarski" <mich...@koziarski.com> wrote:> On Nov 27, 2007 1:54 AM, John Barton <jrbar...@gmail.com> wrote: > > > > >http://dev.rubyonrails.org/ticket/10229 > > Is this the right URL? > > > Tiny issue where > > > namespace :admin do |admin| > > admin.root :controller => ''home'' > > end > > > will break, recent changeset assumed a string would be used but a lot > > of examples out on the web are using symbols. > > > Thanks, > > John > > -- > Cheers > > Koz--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
DHH
2007-Nov-26 22:43 UTC
Re: can i get some patch reviewer for a fix to namespaced routes?
> I wrote my messagehttp://dev.rubyonrails.org/ticket/10283 > I''ve got the +3, just looking for a commit now.Done. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---