aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/public/stylesheets/random.styles
Commit message (Collapse)AuthorAgeFilesLines
* Handle missing javascript/stylesheets assets by raising an exceptionChristos Zisopoulos2009-06-261-0/+1
An exception will be raised if a local javascript/stylesheet file included by the stylesheet_link_tag or javascript_include_tag can not be found. When caching is enabled, we use atomic_write to ensure that the cache file is not created with zero length. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#2738 state:committed]