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/template
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
..
erb
html-scanner Fix test that wasn't running at all. 2010-09-28 18:48:58 -03:00
testing
active_model_helper_test.rb
asset_tag_helper_test.rb Use parentheses when using assert_match followed by a regexp to avoid warnings. 2010-09-27 11:19:19 -03:00
atom_feed_helper_test.rb Use parentheses when using assert_match followed by a regexp to avoid warnings. 2010-09-27 11:19:19 -03:00
capture_helper_test.rb
compiled_templates_test.rb
date_helper_i18n_test.rb
date_helper_test.rb Remove duplicated test. 2010-09-28 15:29:59 -03:00
erb_util_test.rb
form_helper_test.rb added test for form_for with search_field 2010-10-02 17:48:12 +02:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb
form_tag_helper_test.rb
javascript_helper_test.rb Remove duplicated method. 2010-09-28 15:43:03 -03:00
log_subscriber_test.rb Use parentheses when using assert_match followed by a regexp to avoid warnings. 2010-09-27 11:19:19 -03:00
lookup_context_test.rb Resolvers now consider timestamps. 2010-10-10 09:26:53 +02:00
number_helper_i18n_test.rb Rename tests to avoid name collisions and warnings when running rake task. 2010-09-28 15:30:59 -03:00
number_helper_test.rb
output_buffer_test.rb
prototype_helper_test.rb Add parenthesis to avoid syntax warnings. 2010-09-28 15:48:45 -03:00
raw_output_helper_test.rb
record_tag_helper_test.rb
render_test.rb fix rendering a partial with an array as its :object [#5746 state:resolved] 2010-10-08 11:12:11 +13:00
sanitize_helper_test.rb
scriptaculous_helper_test.rb
tag_helper_test.rb Add parenthesis to avoid syntax warnings. 2010-09-28 15:48:45 -03:00
template_test.rb Deprecate old template handler API. Remove old handlers. 2010-10-10 01:14:50 +02:00
test_case_test.rb Rename _assigns to view_assigns in AV::TC 2010-10-03 13:30:31 -02:00
test_test.rb
text_helper_test.rb Remove more warnings shadowing outer local variable. 2010-09-27 16:43:17 -03:00
translation_helper_test.rb
url_helper_test.rb delete repeated code 2010-10-01 18:01:34 -07:00