diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-09-29 16:25:49 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-09-29 16:25:49 +0000 |
commit | 7ac6ed893fbfe9b4d4ce0e0ef18c3fecfbd48ff4 (patch) | |
tree | 289f036d32d0af56aef052b43f60b7cecf5c350a /activeresource/CHANGELOG | |
parent | d15d15b2c236a556f89536961adf2de7f1fd04dc (diff) | |
download | rails-7ac6ed893fbfe9b4d4ce0e0ef18c3fecfbd48ff4.tar.gz rails-7ac6ed893fbfe9b4d4ce0e0ef18c3fecfbd48ff4.tar.bz2 rails-7ac6ed893fbfe9b4d4ce0e0ef18c3fecfbd48ff4.zip |
Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5208 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r-- | activeresource/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 6906c17ac7..e24462a750 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan] + * Extracted #id_from_response as an entry point for customizing how a created resource gets its own ID. By default, it extracts from the Location response header. |