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

Ticket #11611 (new defect)

Opened 3 weeks ago

request.url broken on apps in subdirectories

Reported by: trevor_wennblom Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

The actual URL is

  http://example.com/myapp/controller/action

This is what's reported

  request.url: http://example.com/controller/action
  request.request_uri: /controller/action
  request.host_with_port: example.com