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
Andrew White c59734f756 Invert precedence of content in ActionDispatch::Static
This commit inverts the precedence in ActionDispatch::Static so that
dynamic content will be served before static content. This is so that
precompiled assets do not inadvertently get included when running in
development mode - it should have no effect in production where static
files are usually handled by the web server.

Closes #6421
2012-12-06 17:20:53 +00:00
..
abstract add lazy look up in abstract controller's translate method 2012-07-18 10:33:14 +03:00
activerecord cleanup, remove trailing whitespace within actionpack 2012-10-27 16:03:18 +02:00
assertions
controller Allow fragment cache to accept :if and :unless options 2012-12-05 14:58:38 +01:00
dispatch Invert precedence of content in ActionDispatch::Static 2012-12-06 17:20:53 +00:00
fixtures Add explicit opt-out for fragment cache digesting 2012-11-25 22:10:44 -06:00
lib/controller Add HTML5 input[type="color"] helper 2012-05-21 17:23:48 -03:00
routing
template Override <%== to always behave as literal text rather than toggling based on whether escaping is enabled. Fixes that existing plaintext email templates using <%== unexpectedly flipped to *escaping* HTML when #8235 was merged. 2012-12-03 10:31:18 -07:00
tmp
abstract_unit.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
active_record_unit.rb Rename "Fixtures" class to "FixtureSet" 2012-10-07 19:15:58 +02:00
ts_isolated.rb Don't use assert_block method. It will be deprecated. 2012-05-20 00:14:40 +09:00