grosser / i18n-backend-http

Rails I18n Backend for Http APIs with etag-aware distributed background polling and lru-memory+[memcache] caching.
9 stars 4 forks source link

Faraday options #1

Open ayswarya opened 11 years ago

ayswarya commented 11 years ago

Request options are not being passed to faraday client

grosser commented 11 years ago

options are passed here: https://github.com/grosser/i18n-backend-http/blob/master/lib/i18n/backend/http/etag_http_client.rb#L19-L21

If you need more, let me know or make a pull :)