rails--rails/actionpack/test/template
Carlhuda d9375f3f30 Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00
..
erb Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00
html-scanner deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
active_model_helper_i18n_test.rb errors in ActionView should not be namespaced as well. 2010-01-07 15:31:50 +01:00
active_model_helper_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
asset_tag_helper_test.rb There's a Ruby issue with File.basename different versions returns different things, so we shouldn't test that 2010-03-14 14:57:45 -05:00
atom_feed_helper_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
body_parts_test.rb Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00
capture_helper_test.rb adds tests for #flush_output_buffer 2010-03-16 13:16:44 -07:00
compiled_templates_test.rb Optimize and clean up how details key get expired. 2010-03-10 22:13:29 +01:00
date_helper_i18n_test.rb Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 days return '2 days'. 2009-09-28 14:37:31 +13:00
date_helper_test.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
erb_util_test.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
form_helper_test.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
form_options_helper_i18n_test.rb Use helpers.label instead of views.labels. 2010-01-07 15:31:50 +01:00
form_options_helper_test.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
form_tag_helper_test.rb Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
javascript_helper_test.rb link_to_function is here to stay 2010-03-16 22:06:16 -05:00
log_subscriber_test.rb Fix failing Action Pack tests 2010-03-02 14:41:12 -08:00
lookup_context_test.rb Move more normalization up to the lookup context, so it does not have to repeat in every resolver. 2010-03-16 02:09:16 +01:00
number_helper_i18n_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
number_helper_test.rb Ruby 1.9: fix number precision test 2009-11-04 16:10:24 -08:00
output_buffer_test.rb Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00
prototype_helper_test.rb Added template lookup responsible to hold all information used in template lookup. 2010-03-07 19:41:58 +01:00
raw_output_helper_test.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13:00
record_tag_helper_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
render_test.rb Add deprecation notices for <% %>. 2010-03-15 14:50:43 -07:00
sanitize_helper_test.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13:00
scriptaculous_helper_test.rb Temporarily modifies setup to call super directly. This can support more T::U runners. 2009-04-08 17:33:41 -07:00
tag_helper_test.rb Deprecate block_called_from_erb? pending a solution for getting it into apps 2010-03-09 23:44:12 -08:00
test_case_test.rb remove_method is private 2010-03-04 16:35:05 -08:00
test_test.rb Start rewriting some internal tests to use the new routing dsl 2009-10-20 16:03:55 -05:00
text_helper_test.rb simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino] 2010-02-12 17:24:04 -08:00
translation_helper_test.rb scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:resolved] 2010-03-16 16:20:10 -07:00
url_helper_test.rb Fix link_to with block 2010-03-15 23:26:48 -07:00