1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
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
..
abstract_controller Rename ActionView::Template::Path ActionView::Resolver 2009-06-17 15:32:55 -07:00
activerecord Fix polymorphic_path doesn't modify options hash [#2099 state:resolved] 2009-06-21 17:53:07 +01:00
controller send_data should set Content-Length as a string 2009-06-25 14:47:15 -05:00
dispatch
fixtures Handle missing javascript/stylesheets assets by raising an exception 2009-06-26 16:47:15 +12:00
html-scanner
lib Passes in 1.9 2009-06-23 14:45:27 -07:00
new_base Rename ActionView::Template::Path ActionView::Resolver 2009-06-17 15:32:55 -07:00
old_base
template Handle missing javascript/stylesheets assets by raising an exception 2009-06-26 16:47:15 +12:00
view
abstract_unit.rb Remove some defined?(Http) checks 2009-06-17 16:14:05 -07:00
runner