1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test
2012-01-04 14:29:13 -03:00
..
autoloading_fixtures
core_ext Merge pull request #4252 from lest/deprecate-activesupport-base64 2012-01-02 11:54:00 -08:00
dependencies
deprecation
fixtures
json use #to_s to convert Range to json 2012-01-01 20:16:10 +03:00
xml_mini
abstract_unit.rb Initial pass at removing dead 1.8.x code from Active Support. 2011-12-20 18:22:21 +01:00
autoload.rb
benchmarkable_test.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
buffered_logger_test.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
caching_test.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
callback_inheritance_test.rb
callbacks_test.rb Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts. 2011-11-30 09:53:09 +01:00
class_cache_test.rb Rely solely on active_model_serializer and remove the fancy constant lookup. 2011-11-23 23:45:27 +00:00
clean_backtrace_test.rb
clean_logger_test.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
concern_test.rb Deprecate InstanceMethods namespace handling in ActiveSupport::Concern. 2011-11-21 22:17:35 +00:00
configurable_test.rb
constantize_test_cases.rb Ensure that constantize just rescues NameError that applies to the constant being currently loaded. 2011-09-23 16:21:49 +02:00
dependencies_test.rb Simplify load and require tests 2011-12-03 13:11:02 -05:00
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 FileUpdateChecker should be able to handle deleted files. 2011-12-13 11:23:21 +01:00
gzip_test.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
i18n_test.rb
inflector_test.rb defines Module#qualified_const_(defined?|get|set) and String#deconstantize 2011-10-29 18:10:45 -07:00
inflector_test_cases.rb Fix inflection regexes for mouse, mice 2011-12-07 23:14:02 -08:00
isolation_test.rb
lazy_load_hooks_test.rb
load_paths_test.rb
log_subscriber_test.rb
message_encryptor_test.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00
message_verifier_test.rb Remove deprecations from Active Support. 2011-12-20 15:18:42 +01:00
multibyte_chars_test.rb Remove more dead code from AS. 2011-12-20 18:38:20 +01:00
multibyte_conformance.rb
multibyte_test_helpers.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
multibyte_unicode_database_test.rb
multibyte_utils_test.rb Remove more dead code from AS. 2011-12-20 18:38:20 +01:00
notifications_test.rb implements AS::Notifications.subscribed, which provides subscriptions to events while a block runs 2011-11-05 12:02:54 -07:00
option_merger_test.rb
ordered_hash_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
ordered_options_test.rb
rescuable_test.rb Rescuable spelling error 2011-10-03 10:15:31 -04:00
safe_buffer_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
string_inquirer_test.rb
tagged_logging_test.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
test_case_test.rb
test_test.rb
time_zone_test.rb
transliterate_test.rb
ts_isolated.rb
xml_mini_test.rb