Skip to content

Instantly share code, notes, and snippets.

@bear454
Created May 11, 2011 18:12
Show Gist options
  • Save bear454/966985 to your computer and use it in GitHub Desktop.
Save bear454/966985 to your computer and use it in GitHub Desktop.
VinLink
Depends on the "xml-simple" and "net-http-digest_auth" gems...
For Rails 2:
config/environment.rb:
Rails::Initializer.run do |config|
...
config.gem "xml-simple", :lib => "xmlsimple"
config.gem "net-http-digest_auth", :lib => "net/http/digest_auth"
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment