Hi, revision 5454 seems to break my implementation of acts_as_authenticated.. My admin controllers are namespaced so they inherit from Admin::BaseController class Admin::BaseController < ApplicationController before_filter :login_required layout ''admin'' end I ''m aware about the new approach on admin areas: http://blog.caboo.se/articles/2006/07/01/if-your-models-arent-namespaced-why-should-your-controllers-be-or-how-i-learned-to-stop-worrying-and-love-the-crud http://blog.caboo.se/articles/2006/07/01/if-your-models-arent-namespaced-why-should-your-controllers-be-or-how-i-learned-to-stop-worrying-and-love-the-crud but my apps still relies on a big complex admin area confiugerd as above... Am I missing something, any hints? Thanks in advance! Ettore -- View this message in context: http://www.nabble.com/revision-5454-broke-my-acts_as_authenticated-tf2601785.html#a7258446 Sent from the RubyOnRails Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ops!
forgot the error message:
A copy of AuthenticatedSystem has been removed from the module tree but is
still active!
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:234:in
`load_missing_constant''
#{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:446:in
`const_missing''
#{RAILS_ROOT}/lib/authenticated_system.rb:6:in `logged_in?''
#{RAILS_ROOT}/lib/authenticated_system.rb:53:in `login_required''
/usr/local/bin/mongrel_rails:18
ettober wrote:> 
> Hi,
> 
> revision 5454 seems to break my implementation of acts_as_authenticated..
> 
> My admin controllers are namespaced so they  inherit from
> Admin::BaseController
> class Admin::BaseController < ApplicationController
>   before_filter :login_required
>   layout ''admin''
> end
> 
> I ''m aware about the new approach on admin areas:
> 
>
http://blog.caboo.se/articles/2006/07/01/if-your-models-arent-namespaced-why-should-your-controllers-be-or-how-i-learned-to-stop-worrying-and-love-the-crud
>
http://blog.caboo.se/articles/2006/07/01/if-your-models-arent-namespaced-why-should-your-controllers-be-or-how-i-learned-to-stop-worrying-and-love-the-crud
> but my apps still relies on a big complex admin area  confiugerd as
> above...
> 
> Am I missing something, any hints?
> 
> Thanks in advance!
> 
> Ettore
> 
-- 
View this message in context:
http://www.nabble.com/revision-5454-broke-my-acts_as_authenticated-tf2601785.html#a7259521
Sent from the RubyOnRails Users mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---