Skip to content

ricardochimal/activeresource_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this gem is to provide better http auth basic support into ActiveResource.  Encoding it in the url makes me gag and it should make you gag too.

Usage:

	require 'activeresource_auth'
	
	class MyResource
		site = "http://remote.com"
		auth_as "myuser", "mypass"
	end

About

Improves ActiveResource HTTP Basic Auth Support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages