535 Commits

Author SHA1 Message Date
rick
58c8ca8356 move bind tests inside the Integration.apply block 2012-05-05 18:15:31 -06:00
rick
75d974f1f1 Merge pull request #155 from ezkl/typhoeus-interface-bind
Add Typhoeus interface/host bind option
2012-05-05 16:53:11 -07:00
Erik Michaels-Ober
3564695965 GitHub automatically inserts anchors [ci skip] 2012-05-03 13:06:16 -07:00
Ezekiel Templin
d4d88a1de8 Add bind option to Typhoeus [#154] 2012-05-03 14:55:40 -04:00
rick
884ca38b4a Merge pull request #154 from hakanensari/bind
Common config to bind local socket
2012-05-03 08:03:13 -07:00
Hakan Ensari
5b91734495 Expose local socket config in EM::HTTP and ilk 2012-05-02 17:31:05 +01:00
Hakan Ensari
371ad26466 Fix options in EM::Synchrony adapter 2012-05-02 17:19:00 +01:00
rick
aa1440aada Merge pull request #147 from rjackson/silence_system_timer_warn_on_jruby
Do not suggest system_timer for JRuby.
2012-04-29 07:30:34 -07:00
Robert Jackson
add19ff55f Only require system_timer in MRI 1.8. 2012-04-26 10:54:36 -04:00
Robert Jackson
89453d754e Do not rely on RUBY_ENGINE being undefined in MRI. 2012-04-26 10:03:17 -04:00
Robert Jackson
5685065d9a Use RUBY_ENGINE to determine if system_timer is needed. 2012-04-26 08:57:52 -04:00
Robert Jackson
e8ca21f21f Do not suggest system_timer for JRuby. 2012-04-26 08:16:20 -04:00
Erik Michaels-Ober
bb69f7b927 Allow CI failures of MRI 2.0 2012-04-24 04:14:42 -07:00
Erik Michaels-Ober
f18b4d9df5 Exclude tests from code coverage report 2012-04-24 04:09:40 -07:00
Erik Michaels-Ober
479940d62c Test against MRI 2.0 2012-04-24 02:22:18 -07:00
rick
416016f31e Release 0.8.0 v0.8.0 2012-04-22 22:04:36 -06:00
rick
e09cf33644 some style tweaks 2012-04-21 19:59:08 -06:00
rick
18dae1447d authorization header helpers don't modify the stack 2012-04-21 19:46:05 -06:00
rick
52a951aed2 Add an Authorization middleware to generate token headers 2012-04-21 19:38:05 -06:00
rick
b6410720b8 rescue is more forgiving 2012-04-21 11:38:39 -06:00
rick
8f78b836c6 add Faraday::Timer 2012-04-21 11:35:18 -06:00
rick
7e5222fbc5 dont cry if simplecov isnt around 2012-04-21 11:30:43 -06:00
rick
fb0b88350a fix timeout test 2012-04-21 11:29:12 -06:00
rick
ebf201c8bf Merge branch 'master' of github.com:technoweenie/faraday 2012-04-21 11:14:29 -06:00
rick
4aadd1a582 Merge pull request #141 from dlee/remove_editor_residue
Remove editor residue from .gitignore
2012-04-21 10:14:13 -07:00
rick
3d473ceccd Merge branch 'master' of github.com:technoweenie/faraday 2012-04-21 10:08:16 -06:00
rick
d1338aabfc Merge pull request #143 from dlee/fix_ssl_verify_mode
Fix ssl_verify_mode
2012-04-20 20:04:20 -07:00
David Lee
b93bf82934 Add test_ssl_configure 2012-04-18 13:54:31 -07:00
David Lee
f54bb91274 Fix ssl_verify_mode
ssl_verify_mode was referencing http, which resulted in:
NameError: undefined local variable or method `http' for #<Faraday::Adapter::NetHttp:0x007fe8c2cc24e8>
2012-04-18 00:03:15 -07:00
David Lee
1ba6bf95d2 Remove editor residue from .gitignore
These should be in a user's ~/.gitignore_global
2012-04-17 18:07:21 -07:00
Erik Michaels-Ober
44e53b140a Remove .DS_Store from .gitignore
This should be in a (Mac) user's ~/.gitignore_global
2012-04-17 12:41:39 -07:00
Mislav Marohnić
a0772a3391 skip EMSynchrony, Patron, Typhoeus tests on JRuby 2012-04-15 17:06:54 +02:00
Mislav Marohnić
ec6ef38713 work around the fact that timeout is different on my Mac than on Travis 2012-04-15 16:37:14 +02:00
Mislav Marohnić
2d290f63da try to fix timeout behavior in Adapter::Rack 2012-04-15 16:18:16 +02:00
Mislav Marohnić
30c430b02a work around Travis test failures for now 2012-04-15 15:54:47 +02:00
Mislav Marohnić
e8118055d5 refactor NetHttp and NetHttpPersistent adapters
closes #133
2012-04-15 15:42:31 +02:00
Mislav Marohnić
a019a11946 cleanup Net::HTTP-specific tests 2012-04-15 14:33:21 +02:00
Mislav Marohnić
2ced228f71 fix request headers in Adapter::Rack 2012-04-15 12:59:56 +02:00
Mislav Marohnić
96ba8eb2d7 code style for Adapter::Rack 2012-04-15 12:26:49 +02:00
Mislav Marohnić
1dcfad746d ruby 1.8 compat 2012-04-15 12:25:27 +02:00
Mislav Marohnić
7c714f7f13 Merge branch 'rack-adapter-live-tests-refactoring' 2012-04-14 23:06:44 +02:00
Mislav Marohnić
5d7a50cf0a refactor integration tests to be cleaner and use fewer endpoints 2012-04-14 23:02:11 +02:00
Mislav Marohnić
96490b351d test that adapters can set the User-Agent string 2012-04-14 23:02:11 +02:00
Mislav Marohnić
9c49b0b4c4 properly skip adapter tests if LIVE env variable isn't configured 2012-04-14 23:02:10 +02:00
Jerry Cheung
7ecb7fa211 remove ActionDispatch adapter: superseded by "Rack" adapter 2012-04-14 23:01:15 +02:00
Jerry Cheung
265c02e771 refactor adapter tests to use modules for shared tests 2012-04-14 23:00:45 +02:00
Jerry Cheung
e0bdfd2803 add Faraday::Adapter::Rack 2012-04-14 23:00:45 +02:00
rick
b59c9099cf apparently typhoeus 0.3.2 doesn't set user agent correctly 2012-04-14 09:24:15 -06:00
rick
d68d862310 Merge pull request #129 from nbibler/net_http_exception_wrapping
Wrap known exceptions which bubble up through Net::HTTP
2012-04-14 08:24:00 -07:00
rick
9f1181c846 Merge pull request #118 from hrp/master
Add ability to set options for a Patron::Session and reuse Patron::Session for each
2012-04-14 08:23:14 -07:00