47 Commits

Author SHA1 Message Date
Erik Michaels-Ober
faee9997e8 Release 0.7.5 2011-10-04 09:12:00 -07:00
Mislav Marohnić
c3dc7fd43d release v0.7.4 to fix date issue in gem spec 2011-07-08 20:10:47 +02:00
Mislav Marohnić
0efca1c878 Release 0.7.3 2011-06-27 17:39:10 +02:00
risk
2ce28e9a81 Release 0.7.2 2011-06-12 14:10:29 -07:00
rick
41c3e49e67 Release 0.7.1 2011-06-09 09:35:11 -07:00
Erik Michaels-Ober
e778d39935 Bump version to 0.7.0 2011-05-10 11:21:16 -07:00
Erik Michaels-Ober
539ab74462 Release 0.6.1 2011-04-13 12:26:31 -04:00
rick
74c8201857 Release 0.6.0 2011-03-31 17:00:21 -07:00
rick
cb03cd2eb9 Release 0.5.7 2011-02-27 10:30:32 -08:00
rick
7d12ed5ddb Faraday.new shortcut 2011-02-27 10:20:18 -08:00
rick
deb794faad Release 0.5.6 2011-02-15 17:07:20 -08:00
Erik Michaels-Ober
00530a1352 Bump version to 0.5.5 2011-02-06 17:56:42 -05:00
Erik Michaels-Ober
14ffe542f7 Bump version to 0.5.4 2011-01-11 10:56:59 -08:00
Erik Michaels-Ober
0522003c4c Bump version to 0.5.3 2010-11-09 03:55:19 -08:00
Erik Michaels-Ober
66e15342bd Bump version to 0.5.2 2010-10-29 13:21:03 -07:00
Erik Michaels-Ober
67054db3b0 Bump version to 0.5.1 2010-10-15 17:01:46 -07:00
rick
618d5f6f9d bump version 2010-10-08 15:30:40 -07:00
rick
835b9f6037 use mojombo/rakegem, remove dependence on bundler 2010-10-08 15:26:55 -07:00
rick
647c8fe6e1 merge 2010-10-05 11:19:22 -07:00
José Valim
62366a2c69 Extract and expose common URI methods in Faraday::Utils. 2010-10-02 01:22:51 +02:00
rick
bc2cd52f70 fix live tests 2010-09-07 15:20:24 -07:00
rick
12b519aedc add multipart support 2010-09-07 15:12:18 -07:00
rick
51a004ebc2 refactor common Faraday adapter methods into a Faraday::Adapter middleware 2010-09-07 12:05:36 -07:00
rick
b0941f3dc2 add rough ActionDispatch adapter for testing Rails 3 APIs with Faraday 2010-06-07 11:43:13 -04:00
rick
bbab11d606 Add Faraday::Connection#basic_auth and Faraday::Connection#token_auth for specifying Authorization headers 2010-04-27 10:53:05 -04:00
rick
3cbff597d3 Add shortcut methods on Faraday for using a default Faraday::Connection instance 2010-04-27 10:21:57 -04:00
rick
6220abd088 use net/http by default if no middleware is set 2010-04-27 10:03:13 -04:00
rick
c438392a6c fix Patron module shortcut 2010-04-22 13:39:35 -04:00
rick
67d619d780 rename Alice => Faraday. 2010-01-12 17:03:34 -08:00
Zack Hobson
cf2589a626 Support for custom request encoding (e.g. POST or JSON). 2009-12-31 14:38:58 -08:00
rick
a85ab797bb add autoload_all helper 2009-12-19 16:26:56 -08:00
rick
8ed4c74d4c define a basic Faraday::TestConnection 2009-12-19 16:20:02 -08:00
rick
92accb2b8e merge 2009-12-11 18:31:07 -08:00
rick
26e6c7ec70 small docs 2009-12-11 18:27:13 -08:00
rick
376e9bd863 get parallel tests running on net/http (parallel methods are a no-op) 2009-12-11 18:25:31 -08:00
rick
75bec559d6 dont require typhoeus for tests 2009-12-11 18:18:42 -08:00
Zack Hobson
0a7ce75588 MockRequest test adapter, connection error. 2009-12-11 11:34:10 -08:00
rick
381c134a85 pull in Object#tap. what a fun ruby 1.9/ActiveSupport method! 2009-12-10 17:02:32 -08:00
Zack Hobson
47fc27ac6d Make API match the README, remove StringResponse.
For YajlResponse the JSON body was being returned directly instead of
the response object, which conflicted with the README. I also removed
the StringResponse class since it wasn't really being used.
2009-12-10 12:46:50 -08:00
rick
3c8a7daca6 add Typhoeus adapter, with parallel support 2009-12-10 08:59:53 -08:00
rick
d46bbceb07 add support for configurable Faraday::Connection#response_class 2009-12-10 07:14:06 -08:00
rick
46dfd02f26 use a cleaner block syntax for building the Faraday::Response 2009-12-10 07:00:57 -08:00
rick
c5e155f178 add streaming support 2009-12-10 06:55:35 -08:00
rick
a7416caeeb add basic NetHttp adapter with GET support. supply sinatra server for testing 2009-12-10 06:21:41 -08:00
rick
0a217b7248 paranoid about thread safety 2009-12-10 05:50:11 -08:00
rick
e1667ee024 add initial Faraday::Connection with #get method 2009-12-10 05:14:53 -08:00
rick
f6bf1677af Initial commit to faraday. 2009-12-10 04:43:53 -08:00