aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/public/foo
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6752 from steveklabnik/fix_5680Rafael Mendonça França2012-06-161-0/+3
| | | | Respect absolute paths in compute_source_path.
* Remove fixture files with Windows incompatible filenamesAndrew White2012-02-2012-12/+0
| | | | | | Windows doesn't allow `\ / : * ? " < > |` in filenames so create the fixture files at runtime and ignore the incompatible ones when running on Windows.
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-1712-0/+12
| | | | | | | | | | | RFC 3986[1] allows sub-delim characters in path segments unencoded, however Rack::File requires them to be encoded so we use URI's unescape method to leave them alone and then escape them again. Also since the path gets passed to Dir[] we need to escape any glob characters in the path. [1]: http://www.ietf.org/rfc/rfc3986.txt
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-262-0/+2