I am trying to organize some of my classes in to namespaces using
something like this:
module FileSystem
class Explorer
include Reloadable
end
end
Everything is fine until a decide to "reload!" on the console. I am
getting the following error:
NameError: uninitialized constant Explorer
from
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/depe
ndencies.rb:123:in `const_missing''
Therefore I have to ''exit'' and launch the Console again
whenver I
change something in my code.
Is there a way to prevent this?
Thanks in advance,
Daniel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---