rails--rails/activesupport/test
Steve Klabnik bd852603a1 Simplify String#mb_chars and stop proxying #class
This behavior mattered under Ruby 1.8, but that doesn't matter now
that we don't support it.

In addition, we don't want to proxy the #class method. A test was added
to prevent against regressions.
2012-11-28 13:58:51 -08:00
..
autoloading_fixtures dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213] 2012-11-15 04:36:36 +01:00
core_ext Use Integer#div instead of Integer#/ to avoid side effects from mathn 2012-11-16 03:20:55 -05:00
dependencies
deprecation
fixtures
json `#as_json` isolates options when encoding a hash. Closes #8182 2012-11-12 16:06:08 +01:00
notifications
queueing Fix queueing tests that should be consuming the queue rather than draining it 2012-10-26 19:11:19 -07:00
testing Fix typo in test name 2012-11-04 12:07:06 -02:00
xml_mini
abstract_unit.rb
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb
caching_test.rb make the cache test more @tenderlove(ing) and not depend on internal implentation 2012-10-23 18:42:37 -07:00
callback_inheritance_test.rb
callbacks_test.rb Cleanup trailing whitespaces 2012-10-12 09:56:39 +02:00
class_cache_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb
configurable_test.rb
constantize_test_cases.rb cleaning up constantize tests 2012-11-07 17:13:17 +09:00
dependencies_test.rb prevent Dependencies#remove_const from autoloading parents [fixes #8301] 2012-11-28 00:13:14 +01:00
deprecation_test.rb Make caller attribute in deprecation methods optional 2012-10-30 10:23:41 +08:00
descendants_tracker_test_cases.rb fix assertions 2012-10-18 13:14:43 -07:00
descendants_tracker_with_autoloading_test.rb Make DescendantsTracker thread safe and optimize the #descendants method. 2012-10-18 12:08:01 -07:00
descendants_tracker_without_autoloading_test.rb
empty_bool.rb
file_update_checker_test.rb
gzip_test.rb
i18n_test.rb
inflector_test.rb
inflector_test_cases.rb
key_generator_test.rb
lazy_load_hooks_test.rb
load_paths_test.rb
log_subscriber_test.rb
logger_test.rb
message_encryptor_test.rb Add cookie.encrypted which returns an EncryptedCookieJar 2012-11-03 14:57:53 -02:00
message_verifier_test.rb
multibyte_chars_test.rb Simplify String#mb_chars and stop proxying #class 2012-11-28 13:58:51 -08:00
multibyte_conformance.rb
multibyte_test_helpers.rb
multibyte_unicode_database_test.rb
notifications_test.rb
number_helper_i18n_test.rb
number_helper_test.rb
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb
rescuable_test.rb
safe_buffer_test.rb
spec_type_test.rb Fix typo in test name 2012-11-04 12:07:06 -02:00
string_inquirer_test.rb
tagged_logging_test.rb
test_case_test.rb Properly deprecate #pending from AS::TestCase 2012-11-18 21:34:00 -02:00
test_test.rb
time_zone_test.rb
transliterate_test.rb
ts_isolated.rb
xml_mini_test.rb Make XmlMini.with_backend usable with threads 2012-11-15 20:23:05 +04:00