ditch the plugin, use the gem here’s how
remove the folder /vendor/plugins/resource_controller
create a temp dir for install
cd install
Prerequisites:
install the RUBY git gem (v 1.1.1) => sudo gem install git
install the jeweler gem
sudo gem install technicalpickles-jeweler -s http://gems.github.com
git clone git://github.com/giraffesoft/resource_controller.git
cd resource_controller
sudo rake install
that’s all
ami mahloof said,
September 19, 2009 at 5:06 am
a small update to the gem config:
config.gem “giraffesoft-resource_controller”, :lib => “resource_controller”, :version => ‘>= 0.6.5′, :source => ‘http://gems.github.com’