aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/public/stylesheets
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]
* Add :recursive option to javascript_include_tag and stylesheet_link_tag to ↵Damian Janowski2008-07-081-0/+1
| | | | | | be used along with :all. [#480 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Scripts and styles with multiple dots in the filename should cacheStephen Celis2008-04-121-0/+1
|
* Added caching option to AssetTagHelper#stylesheet_link_tag and ↵David Heinemeier Hansson2007-02-182-0/+2
AssetTagHelper#javascript_include_tag [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6164 5ecf4fe2-1ee6-0310-87b1-e25e094e27de