> > Is there a way to configure Rails to reload the plugin for each request?
>
> > Here's the code:http://gist.github.com/361804
>
> > Thanks!
> > Nick

On Apr 10, 11:06 am, "kel...@gmail.com" <kel...@gmail.com> wrote:
> Did you try require_dependency instead of require?

I've never heard of require_dependency. I just gave it a try, but
unfortunately, all requests but the first result in this error:

"A copy of ActsAsDashboard::ClassMethods has been removed from the
module tree but is still active!"

That behaviour also occurs when I put this in environment.rb:

ActiveSupport::Dependencies.explicitly_unloadable_constants <<
'ActsAsDashboard'

-- 
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