ActiveResourceInstanceAuthentication

This is just a little plugin to allow individual instances of ActiveResource to use their own HTTP Basic Authenticated connection.

See ActiveResourceInstanceAuthentication::ActiveResourceExtensions for documentation.

This is packaged as a Gem based plugin, so it can be installed by adding the following line to config/environment.rb and running rake gems:install.

config.gem "WatersOfOblivion-activeresourceinstanceauthentication", :lib => "activeresourceinstanceauthentication", :source => "http://gems.github.com/"

Copyright © 2009 Jonathan Bryant, released under the MIT license