iain / http_accept_language

Ruby on Rails plugin. Fishes out the Accept-Language header into an array.
http://rails-i18n.org/
782 stars 120 forks source link

Setup a new parser outside of Middleware using HTTP_ACCEPT_LANGUAGE dire... #39

Closed coneybeare closed 10 years ago

coneybeare commented 10 years ago

...ctly

Allows you to use the gem outside of environments where the middleware does not run, such as controller specs.

DouweM commented 10 years ago

Thanks for the contribution, apologies for the late response!