rails--rails/actionpack/test/fixtures/public/javascripts
Christos Zisopoulos 18a97a6601 Handle missing javascript/stylesheets assets by raising an exception
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]
2009-06-26 16:47:15 +12:00
..
subdir Add :recursive option to javascript_include_tag and stylesheet_link_tag to be used along with :all. [#480 state:resolved] 2008-07-08 13:50:59 +01:00
application.js Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to make it easier for plugin developers to inject multiple assets. Closes #10350. 2008-03-20 16:26:04 +00:00
bank.js Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper#javascript_include_tag [DHH] 2007-02-18 23:54:20 +00:00
common.javascript Handle missing javascript/stylesheets assets by raising an exception 2009-06-26 16:47:15 +12:00
controls.js Missed adds. References #10350. 2008-03-20 16:51:06 +00:00
dragdrop.js Missed adds. References #10350. 2008-03-20 16:51:06 +00:00
effects.js Missed adds. References #10350. 2008-03-20 16:51:06 +00:00
prototype.js Missed adds. References #10350. 2008-03-20 16:51:06 +00:00
robber.js Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper#javascript_include_tag [DHH] 2007-02-18 23:54:20 +00:00
version.1.0.js Scripts and styles with multiple dots in the filename should cache 2008-04-12 18:43:38 -05:00