Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #4266 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Add REMOTE_ADDR option to integration testing framework

Reported by: chad@chadfowler.com Assigned to: David
Priority: normal Milestone: 1.1
Component: ActionPack Version: 1.0.0
Severity: normal Keywords: needs_review
Cc:

Description

Mimicking host!

Attachments

remote_addr_in_integration_tests.diff (1.9 kB) - added by chad@chadfowler.com on 03/16/06 18:50:46.
patch to add remote_addr option to integration tests

Change History

03/16/06 18:50:46 changed by chad@chadfowler.com

  • attachment remote_addr_in_integration_tests.diff added.

patch to add remote_addr option to integration tests

03/16/06 20:22:47 changed by anonymous

  • keywords set to needs_review.
  • milestone set to 1.1.

Please consider adding this to Rails 1.1.

03/18/06 03:27:40 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [3908]) Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]