Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix ArgumentError being raised in case of invalid byte sequences | Michael Reinsch | 2012-03-08 | 1 | -0/+4 |
* | Remove fixture files with Windows incompatible filenames | Andrew White | 2012-02-20 | 1 | -26/+88 |
* | Fix ActionDispatch::Static to serve files with unencoded PCHAR | Andrew White | 2012-02-17 | 1 | -2/+26 |
* | escape static file path to prevent double unescaping | Sergey Nartimov | 2012-02-16 | 1 | -0/+4 |
* | Add testcase for non english filename. Related to #2982. | kennyj | 2012-02-05 | 1 | -1/+6 |
* | Static middleware accepts cache control. | José Valim | 2011-05-03 | 1 | -1/+7 |
* | Make static faster as we don't have to serve multiple paths anymore. | José Valim | 2011-04-15 | 1 | -32/+1 |
* | Ensure the proper content type is returned for static files. | José Valim | 2010-10-04 | 1 | -20/+27 |
* | Modified ActionDispatch::Static to allow passing multiple roots | Piotr Sarnacki | 2010-09-03 | 1 | -11/+50 |
* | Move Rails::Static into ActionDispatch | Joshua Peek | 2009-09-26 | 1 | -0/+35 |