Hello,

I have a question about plugins playing nice together when you have
more than one plugin that attempts to override the same rails method.

In my case I have written a plugin that provides it's own
form_remote_tag implementation, but I also have another plugin
installed that does the same thing.  My plugin version does not work
though as any form_remote_tag calls are instead being redirected to
version in the other plugin (most likely due to being loaded after my
plugin).

Is there some known way to prevent such issues or to at least warn of
them?  I can see problems such as this becoming more common as people
install more and more plugins.

Thanks for any insight,
Andrew
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to