|
rest-client 1.4.0.a release candidate available 2 messages
Hi,
The rest-client 1.4.0.a release candidate is now available for testing (as it's a prerelease, you'll need to add "--prerelease" to your gem commands if you want to install/update it).
Changes
-
Hi,
The rest-client 1.4.0.a release candidate is now available for testing (as it's a prerelease, you'll need to add "--prerelease" to your gem commands if you want to install/update it).
Changes
-
|
By
Archiloque
·
|
|
Hook & OAuth support
Le 15 févr. 2010 à 22:05, Nicholas Wieland a écrit :
It's now available at
http://github.com/archiloque/rest-client/tree/hook_again
Relevant part of the readme
###
== Hook
RestClient.add_before_e
Le 15 févr. 2010 à 22:05, Nicholas Wieland a écrit :
It's now available at
http://github.com/archiloque/rest-client/tree/hook_again
Relevant part of the readme
###
== Hook
RestClient.add_before_e
|
By
Archiloque
·
|
|
[PATCH] Add OAuth support 3 messages
Hi there!
I've attached a patch to add basic OAuth support to RestClient.
Cheers,
- Dwayne
--
Dwayne C. Litzenberger <dlitz@...>
Key-signing key - 19E1 1FE8 B3CF F273 ED17 4A24 928C EC13 39C
Hi there!
I've attached a patch to add basic OAuth support to RestClient.
Cheers,
- Dwayne
--
Dwayne C. Litzenberger <dlitz@...>
Key-signing key - 19E1 1FE8 B3CF F273 ED17 4A24 928C EC13 39C
|
By
Dwayne C. Litzenberger
·
|
|
Problem posting twice using RestClient 6 messages
I have a Ruby on Rails app which I've inherited and I'm trying to write a
data import process. I have defined a class and page to trigger the
process, and it needs to make multiple REST requests to r
I have a Ruby on Rails app which I've inherited and I'm trying to write a
data import process. I have defined a class and page to trigger the
process, and it needs to make multiple REST requests to r
|
By
Mike Totman
·
|
|
Redirection 4 messages
Hi,
an issue has been created on github about rest-client not using the http specification regarding redirection (http://github.com/archiloque/rest-client/issues/#issue/8) : actually when a request r
Hi,
an issue has been created on github about rest-client not using the http specification regarding redirection (http://github.com/archiloque/rest-client/issues/#issue/8) : actually when a request r
|
By
Archiloque
·
|
|
[ANN] rest-client 1.3.1
Hi all,
I'm pleased to announce that rest-client 1.3.1 has been released
Changes
* added compatibility to enable responses in exception to act like Net::HTTPResponse
Regression spotted by David Dol
Hi all,
I'm pleased to announce that rest-client 1.3.1 has been released
Changes
* added compatibility to enable responses in exception to act like Net::HTTPResponse
Regression spotted by David Dol
|
By
Archiloque
·
|
|
exceptions
An exchange with Adam :
As the 1.3.0 is released this seems a good way to start the 1.4.0, so
I commited a proposed solution on the master branch.
A.
An exchange with Adam :
As the 1.3.0 is released this seems a good way to start the 1.4.0, so
I commited a proposed solution on the master branch.
A.
|
By
Archiloque
·
|
|
[ANN] rest-client 1.3.0
Hi all,
I'm pleased to announce that rest-client 1.3.0 has been released
rest-client is a simple HTTP and REST client for Ruby, inspired by the
Sinatra’s microframework style of specifying actions
Hi all,
I'm pleased to announce that rest-client 1.3.0 has been released
rest-client is a simple HTTP and REST client for Ruby, inspired by the
Sinatra’s microframework style of specifying actions
|
By
Archiloque
·
|
|
1.3.0 release candidate 4 messages
Hi,
A release candidate of the next gem version is now available for
testing. The gem is available as "rest-client-next-1.3.0" on gemcutter
(so it won't be mixed with the regular gem).
Changes:
Hi,
A release candidate of the next gem version is now available for
testing. The gem is available as "rest-client-next-1.3.0" on gemcutter
(so it won't be mixed with the regular gem).
Changes:
|
By
Archiloque
·
|
|
"form-data" vs "multipart/form-data"
Sounds good to me, can Adam or François confirm it's the right way and
that it shouldn't break anything ?
A.
Sounds good to me, can Adam or François confirm it's the right way and
that it shouldn't break anything ?
A.
|
By
Archiloque
·
|
|
Exceptions and block: here we are 3 messages
http://github.com/archiloque/rest-client/tree/master
comments ?
(Block were much simpler than expected, I really enjoy ruby)
A.
http://github.com/archiloque/rest-client/tree/master
comments ?
(Block were much simpler than expected, I really enjoy ruby)
A.
|
By
Archiloque
·
|
|
exceptions 13 messages
One of my favorite features of restclient is that it throws an
exception when you get a non-200 status code. However, this whole
area is something that is a little weak in implementation, design, and
One of my favorite features of restclient is that it throws an
exception when you get a non-200 status code. However, this whole
area is something that is a little weak in implementation, design, and
|
By
Adam Wiggins
·
|
|
Cookies processing 2 messages
Hello,
I think we have a problem with the processing of the cookies right now
in rest-client (and possibly with other HTTP headers) since the
beautify_headers method does not take into account th
Hello,
I think we have a problem with the processing of the cookies right now
in rest-client (and possibly with other HTTP headers) since the
beautify_headers method does not take into account th
|
By
Cyril Rohr
·
|
|
Announcing rest-client-components 3 messages
Hello,
I just released a small gem called rest-client-components that enables the use of any Rack middleware in front of RestClient and I thought it may be of interest for this list's subscribers.
Hello,
I just released a small gem called rest-client-components that enables the use of any Rack middleware in front of RestClient and I thought it may be of interest for this list's subscribers.
|
By
Cyril Rohr
·
|
|
Logging 4 messages
Hi,
for the moment rest-client has a very ad-hockish logging mechanism, see
http://github.com/archiloque/rest-client/blob/1.2.0/lib/restclient/request.rb#L254
how it currently works:
- you can speci
Hi,
for the moment rest-client has a very ad-hockish logging mechanism, see
http://github.com/archiloque/rest-client/blob/1.2.0/lib/restclient/request.rb#L254
how it currently works:
- you can speci
|
By
Archiloque
·
|
|
1.2.0 released !
Hi,
to please out debianish friends, here comes the 1.2.0 !
Release notes
- formatting changed from tabs to spaces
- logged requests now include generated headers
- accept and content-type headers c
Hi,
to please out debianish friends, here comes the 1.2.0 !
Release notes
- formatting changed from tabs to spaces
- logged requests now include generated headers
- accept and content-type headers c
|
By
Archiloque
·
|
|
[ANN] rest-client 1.1.0 released 6 messages
(a copy of the mail send to ruby-talk)
rest-client version 1.0.1 has been released!
rest-client is a simple REST client for Ruby, inspired by
microframework syntax for specifying actions.
Changes
(a copy of the mail send to ruby-talk)
rest-client version 1.0.1 has been released!
rest-client is a simple REST client for Ruby, inspired by
microframework syntax for specifying actions.
Changes
|
By
Archiloque
·
|
|
blog post announcement of restclient 1.1 3 messages
http://adam.blog.heroku.com/past/2010/1/3/restclient_11_multipart_uploads_and_a_new_maintainer/
http://adam.blog.heroku.com/past/2010/1/3/restclient_11_multipart_uploads_and_a_new_maintainer/
|
By
Adam Wiggins
·
|
|
1.1.0 release candidate 5 messages
Hi,
A release candidate of the next gem version is now available for
testing. The gem is available as "rest-client-next-1.1.0" on gemcutter
(so it won't be mixed with the regular gem).
Changes:
Hi,
A release candidate of the next gem version is now available for
testing. The gem is available as "rest-client-next-1.1.0" on gemcutter
(so it won't be mixed with the regular gem).
Changes:
|
By
Archiloque
·
|
|
inspecting headers 4 messages
Maybe this is superdumb, but is there away to inspect the headers of the *request* sent ?
ngw
Maybe this is superdumb, but is there away to inspect the headers of the *request* sent ?
ngw
|
By
Nicholas Wieland
·
|