Skip to content

Instantly share code, notes, and snippets.

@phuesler
Created January 27, 2010 14:55
Show Gist options
  • Save phuesler/287899 to your computer and use it in GitHub Desktop.
Save phuesler/287899 to your computer and use it in GitHub Desktop.
def set_all_requests_local
RescueController.consider_all_requests_local = true
@request.remote_addr = '1.2.3.4'
@request.host = 'example.com'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment