rails--rails/activesupport/test
Daniel Schierbeck 1bac04e854 Optimize the performance of #delegate
Remove the use of #__send__ in order to boost performance. This also
means that you can no longer delegate to private methods on the
target object.
2012-04-12 13:47:52 +02:00
..
autoloading_fixtures
core_ext Optimize the performance of #delegate 2012-04-12 13:47:52 +02:00
dependencies
deprecation
fixtures
json
notifications oops, forgot to commit the tests! 💣 2012-03-23 11:47:42 -07:00
xml_mini
abstract_unit.rb
autoload.rb
benchmarkable_test.rb
broadcast_logger_test.rb
caching_test.rb warning removed: (...) interpreted as grouped expression 2012-03-31 16:31:07 +05:30
callback_inheritance_test.rb AS::Callbacks: rip out per_key option. 2012-02-04 13:31:00 +02:00
callbacks_test.rb AS::Callbacks: deprecate rescuable option 2012-02-22 17:43:13 +02:00
class_cache_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb
configurable_test.rb
constantize_test_cases.rb
dependencies_test.rb
deprecation_test.rb
descendants_tracker_test_cases.rb
descendants_tracker_with_autoloading_test.rb
descendants_tracker_without_autoloading_test.rb
empty_bool.rb
file_update_checker_test.rb the file update checker now also detects removed files 2012-04-03 16:18:56 -07:00
gzip_test.rb
i18n_test.rb
inflector_test.rb decouples the implementation of the inflector from its test suite 2012-02-24 15:06:17 -08:00
inflector_test_cases.rb adds a new test case for titleize 2012-04-08 01:10:08 +02:00
lazy_load_hooks_test.rb Ensure load hooks can be called more than once with different contexts. 2012-03-06 22:05:07 +01:00
load_paths_test.rb
log_subscriber_test.rb
logger_test.rb no more deprecation required. 2012-03-31 23:00:13 +05:30
message_encryptor_test.rb
message_verifier_test.rb
multibyte_chars_test.rb Added as_json method for multibyte strings 2012-02-01 02:06:46 +04:00
multibyte_conformance.rb
multibyte_test_helpers.rb
multibyte_unicode_database_test.rb
notifications_test.rb
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb Add missing require 2012-03-20 23:11:27 +09:00
rescuable_test.rb
safe_buffer_test.rb Ensure [] respects the status of the buffer. 2012-02-29 16:09:02 -08:00
string_inquirer_test.rb
tagged_logging_test.rb Provide access to logger instance within TaggedLogging blocks 2012-03-19 10:49:27 +01:00
test_case_test.rb
test_test.rb
time_zone_test.rb remove some mocha stubs 2012-03-16 11:24:52 -07:00
transliterate_test.rb
ts_isolated.rb
xml_mini_test.rb