How can I create a separate plugin folder for my Rails 2.3 app? -


in rails app have 2 classes of plugins , separate them into

vendor/plugins -> default core plugins vendor/extensions -> extensions apps run inside platform app

the problem plugins inside extensions folder aren't loaded platform app.

thanks.

this should help:

config.plugin_paths << "#{rails_root}/vendor/extensions" 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -