On Aug 29, 1:24 pm, José Ignacio <li...@ruby-forum.com> wrote:
> That makes a lot of sense. I'm using authlogic and acts_as_follower in
> the user model. Turning them off to check which one is producing the
> issue is hard, but I'll have to try. Is there a way to force plugin
> classes to reload? Or, what could be the 'best practice' that is not
> being followed in these plugins?

In 2.3 you can remove stuff from ActiveSupport::load_once_paths -
remove the path to the plugin's lib dir and you should be fine (I
think by the time initializers run plugins are all setup so that's
probably a good a place as any to do that)

Fred
> --
> Posted viahttp://www.ruby-forum.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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to