Plugins from Vedor not loaded after bundler is installed

Hi,

We are in a process of upgrading to rails 3 from rails 2.3.11. As a first step towards that, we are making the application to work with bundler. After doing bundle install,When I try to do script/console, I see none of my vendor plugin code is loaded, I get not defined error.

can someone help me?

Thanks

Ashok

not sure why Plugins are not loading.. they should be. if you have a list of plugins and one fails while loading environment.. it will cancel all others to load.

do you have log trace??

Ajit