As I understand it, plugins are not reloaded in Rails with each request in development mode. Which makes sense, as generally you add plugins to your app and it\'s the app yo
I do this by using the shotgun gem.
gem install shotgun
cd /path/to/rails/app
shotgun
slower response time, but reloading all the rails code, not wasting time to write autoload_paths