Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Add ORIGINAL_FULLPATH to env | Piotr Sarnacki | 2011-12-21 | 1 | -0/+27 |
This behaves similarly to REQUEST_URI, but we need to implement it on our own because REQUEST_URI is not reliable. Note that since PATH_INFO does not contain information about trailing question mark, this is not 100% accurate, for example `/foo?` will result in `/foo` in ORIGINAL_FULLPATH |