Skip to content

Instantly share code, notes, and snippets.

@luxxi
Created May 10, 2015 16:49
Show Gist options
  • Save luxxi/0154a3fbf7f805a0aad7 to your computer and use it in GitHub Desktop.
Save luxxi/0154a3fbf7f805a0aad7 to your computer and use it in GitHub Desktop.
Get user ip on heroku
request.env["HTTP_X_FORWARDED_FOR"].try(:split, ',').try(:first) || request.env["REMOTE_ADDR"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment