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
José Valim 38d78f99d5 Resolvers now consider timestamps.
Before this patch, every request in development caused the template
to be compiled, regardless if it was updated in the filesystem or not.
This patch now checks the timestamp and only compiles it again if
any change was done.

While this probably won't show any difference for current setups,
but it will be useful for asset template handlers (like SASS), as
compiling their templates is slower than ERb, Haml, etc.
2010-10-10 09:26:53 +02:00
..
abstract Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
activerecord Remove duplicated class test. copy/paste fail? 2010-09-28 16:40:28 -03:00
controller Deprecate old template handler API. Remove old handlers. 2010-10-10 01:14:50 +02:00
dispatch only forwarding enough methods to work. People should grab the delegate tempfile if they really need to do hard work 2010-10-04 19:28:40 -07:00
fixtures Deprecate old template handler API. Remove old handlers. 2010-10-10 01:14:50 +02:00
lib fixing a few test warnings 2010-10-04 19:32:49 -07:00
template Resolvers now consider timestamps. 2010-10-10 09:26:53 +02:00
tmp
abstract_unit.rb removing more duplicate code 2010-10-01 18:05:59 -07:00
active_record_unit.rb
ts_isolated.rb