Since testing with 1.2RC2, some of my controllers do not run and instead return this: Fri Jan 05 08:16:46 -0800 2007: Error calling Dispatcher.dispatch #<ArgumentError: Anonymous modules have no name to be referenced by> I assume that this is something akin to not following a best practice and it is finally coming back to haunt me. I have no trouble changing things up but I''m not totally sure what to do. I have a controller called ''admin_area_controller.rb'' that is in app/ controllers/admin. It looks like this: class Admin::AdminAreaController < ApplicationController ...blah... end So, I assume this is some kind of module name-space thing? It worked in 1.0 and 1.1. What changes would be required for it to work with 1.2? Thanks, Hunter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Since testing with 1.2RC2, some of my controllers do not run and instead return this: Fri Jan 05 08:16:46 -0800 2007: Error calling Dispatcher.dispatch #<ArgumentError: Anonymous modules have no name to be referenced by> I assume that this is something akin to not following a best practice and it is finally coming back to haunt me. I have no trouble changing things up but I''m not totally sure what to do. I have a controller called ''admin_area_controller.rb'' that is in app/ controllers/admin. It looks like this: class Admin::AdminAreaController < ApplicationController ...blah... end So, I assume this is some kind of module name-space thing? It worked in 1.0 and 1.1. What changes would be required for it to work with 1.2? Thanks, Hunter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---