Pete Nicholls
5f1687abbe
Logger middleware: use $stdout instead of STDOUT ( #794 )
2018-05-10 09:51:06 +01:00
Arun Kumar
c0e65d5e4e
Fix minor typo in README ( #760 )
2018-02-04 11:17:00 +00:00
Mattia
e6311bd286
Allow overriding env proxy ( #754 )
...
* Allows to ignore env proxy by setting Faraday.ignore_env_proxy to true
* Improved readme adding a new Proxy section
2018-01-19 17:28:00 +00:00
Jesper Josefsson
817a1759ef
Fix CONTRIBUTING link in README ( #749 )
2017-11-18 09:47:29 +00:00
Phil Sturgeon
86ee246840
Mention the externl typhoeus adapter ( #740 )
2017-11-10 10:33:57 +00:00
Mattia
e04b6d0b61
Update README.md
...
Adds Coverage and Codeclimate badges
Removes the TODO section
Adds Contribute section
2017-07-23 12:00:03 +01:00
Taiki Ono
4206d48f54
Missing request middleware in README ( #696 )
...
* Missing request middleware in README
Faraday's default middleware stack has url_encoded middleware but when
we use block to build middleware stack, the stack lacks the middleware
then following example codes will fail with NoMethodError.
* Note about default middleware stack
2017-05-31 10:44:36 +01:00
Oliver Peate
067be864a6
Guard against invalid middleware configuration with warning ( #685 )
2017-04-28 18:14:00 +02:00
DavidKnott
e1e50f5eb4
Add Authentication Section to the ReadMe ( #678 )
2017-04-21 11:11:47 +02:00
Mattia Giuffrida
e29ec08545
fixes #683
...
fixes #684
2017-04-11 13:12:36 +01:00
Mattia Giuffrida
617c909c9c
Adds support for context
request options, including test coverage and Readme section.
...
Version bump 0.12.0
2017-03-21 10:51:02 +00:00
Mattia
1d3faf2a2f
Update README.md
...
Fixes an issue with an example in Readme
2017-02-20 10:14:05 +00:00
Mattia
3e60d2ed7b
Update README.md
...
Added rubygems.io badge as suggested by @v-kolesnikov
switch to .svg badge for Travis-CI
2017-02-09 16:16:20 +00:00
Mattia
6b3add2056
Update README.md
...
Added Travis and Gitter badges
2017-02-07 12:39:15 +00:00
Mattia
f33cf73daa
Update README.md
...
* Removed Typhoeus from the list of supported adapters
* Added instructions on how to customise adapters
2017-01-19 11:54:55 +00:00
Bryan Goss
8a273bf93f
Issue #551 Revise Readme to be more accessible ( #659 )
...
* Update README.md
2017-01-19 10:23:21 +00:00
Peter Souter
04a6f3b759
Added filter method for logger middleware ( #650 )
...
Allows you to filter sensitive information with a regex, allowing a gsub with redaction.
2017-01-13 10:28:29 +00:00
Mislav Marohnić
6f923c2d16
Merge pull request #509 from subelsky/patch-1
...
Add README link to rubydoc.info documentation
2016-10-17 20:49:26 +02:00
Peter Krouse
3e5e1dd5af
updates docs for custom params encoding ( #607 )
2016-09-15 09:34:01 +02:00
Leon Miller-Out
a712938071
Fix Ruby 1.9.3 tests on Travis. Drop support for Ruby 1.8.7. ( #600 )
...
* Drop support for Ruby 1.9.2, which no-one should be using any more.
* Constraint gem versions for Ruby 1.9.3
* Drop support for Ruby 1.8.7. Many dependencies have dropped support for it.
* Remove conditionals checking for Ruby 1.8.7
* Document Ruby version dependency
2016-08-26 21:45:28 +01:00
frankenbot
7f9b9041d9
Add #readme to excon link
2015-11-05 07:26:27 -08:00
frankenbot
956d671e51
Update redirects
2015-11-04 21:35:31 -08:00
Mislav Marohnić
e11151ded9
Merge branch 'params-docs'
...
Closes #491 , references #182
[ci skip]
2015-10-02 18:20:43 +02:00
Mislav Marohnić
a921a30f8b
Expand on params_encoder documentation
2015-10-02 18:19:02 +02:00
Logan Sears
ad52344e63
Document how to configure params encoder
2015-10-02 18:10:39 +02:00
Mislav Marohnić
2d8bc89535
Update supported Rubies
...
- No need to list all MRIs explicitly.
- List JRuby, Rubinius minimum versions
Fixes #518
[ci skip]
2015-10-02 17:57:10 +02:00
Mike Subelsky
74f00f0ea5
Add README link to rubydoc.info documentation
2015-08-11 08:51:55 -04:00
Peter Vandenberk
2c97f3ca58
Net::HTTP::Persistent
adapter not experimental
2015-07-21 11:02:01 -07:00
Peter Vandenberk
c613e5d8b3
List Net::HTTP::Persistent
as supported adapter
2015-07-21 11:01:28 -07:00
Jonathan Wallace
71973e57cc
Updates README.md to clarify writing middleware
...
Clarify that the `on_complete` handler requires an argument to yield up the `response_env` if they would like to affect the response.
2014-11-03 18:41:24 -05:00
John Bachir
e3e9c19a43
clarify what the default stack is
2014-10-03 14:14:59 -04:00
Mark Campbell
c396060bd8
Update README with env usage in stubs
2014-07-16 04:23:01 -04:00
Chris Hunt
d4942876c8
Add full url for get /nigiri in README
2014-03-04 07:47:43 -08:00
Jaime Iniesta
625116c888
Add HTTPClient to list of adapters in README
2014-02-11 18:44:32 +01:00
Erik Michaels-Ober
816ff76d11
Add support for Ruby 2.1.0
2013-12-26 19:43:01 -05:00
Mislav Marohnić
3e6654667f
remove incorrect proxy setter examples
...
`request.proxy=` setter doesn't seem to be equivalent to
`request[:proxy]=` syntax.
References #264
2013-08-27 11:47:28 +02:00
Ørjan Blom
c5006e8d88
fix outdated documentation in the Readme
...
* Link to the new Travis CI build URL.
* Add MRI 2.0.0 to the list of supported and tested versions.
2013-04-01 15:25:59 +02:00
Erik Michaels-Ober
40481b49f7
Update copyright year [ci skip]
2013-02-09 08:11:14 -08:00
Erik Michaels-Ober
a6059bb5af
Use relative links [ci skip]
2013-02-09 07:48:24 -08:00
Erik Michaels-Ober
4ff67eae74
Reword [ci skip]
2013-02-09 07:40:10 -08:00
technoweenie
c17a3c6adb
update readme with proxy docs
2012-12-30 11:41:53 -07:00
Erik Michaels-Ober
263a35bfcc
Move "Contributing" section into dedicated document for better GitHub integration
...
See https://github.com/blog/1184-contributing-guidelines .
2012-10-07 11:43:36 -07:00
James Conroy-Finn
6062767799
Fix test script examples in README
2012-07-30 10:10:23 +02:00
Mislav Marohnić
ffa01e253a
improve Readme
2012-06-19 12:32:01 +02:00
Mislav Marohnić
ac1b537f49
remove Travis & Gemnasium badges from README
...
Rationale:
- Who cares if the master branch is failing? Most users should be
interested in tagged versions only, which we make sure are green.
- Who cares if gem dependency status is "out of date"? We are using the
versions of dependencies that work for us in testing.
- The badges are visually noisy, especially when Markdown is viewed raw.
Markdown is supposed to be readable.
- I often view rendered README files for gems while offline and it
helps if they load no external images.
- It's time for badges, like/share/retweet buttons, etc. to fade away.
http://informationarchitects.net/blog/sweep-the-sleaze/
2012-06-19 11:21:39 +02:00
Mislav Marohnić
5ddf788a71
remove faulty example of how to set per-request proxy
...
Closes #150
2012-05-06 21:43:15 +02:00
Erik Michaels-Ober
3564695965
GitHub automatically inserts anchors [ci skip]
2012-05-03 13:06:16 -07:00
rick
416016f31e
Release 0.8.0
2012-04-22 22:04:36 -06:00
Erik Michaels-Ober
69d845cf02
Remove REE support (EOL imminent)
...
http://blog.phusion.nl/2012/02/21/ruby-enterprise-edition-1-8-7-2012-02-released-end-of-life-imminent/
2012-03-29 20:49:11 -07:00
rick
a1c2dcf1c5
linking my name/email in the readme, testing some search engine crap out
2012-02-14 18:42:57 -07:00